mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-22 22:02:34 -06:00
21 lines
352 B
C++
21 lines
352 B
C++
#ifndef _TestXMLMenu_TestXMLMenu_h
|
|
#define _TestXMLMenu_TestXMLMenu_h
|
|
|
|
#include <XMLMenu/XMLMenu.h>
|
|
|
|
using namespace Upp;
|
|
|
|
#define IMAGECLASS TestImg
|
|
#define IMAGEFILE <TestXMLMenu/TestXMLMenu.iml>
|
|
#include <Draw/iml_header.h>
|
|
|
|
class TestXMLMenu : public WithXMLMenu<TopWindow>
|
|
{
|
|
public:
|
|
typedef TestXMLMenu CLASSNAME;
|
|
|
|
TestXMLMenu();
|
|
};
|
|
|
|
#endif
|
|
|