CTestMenu: add sample code for class CComponentsIconForm

This commit is contained in:
2012-11-12 10:33:14 +01:00
parent 84fe7cf134
commit b251e2a001
2 changed files with 45 additions and 2 deletions

View File

@@ -32,7 +32,7 @@
#include <gui/widget/menue.h>
#include <gui/widget/icons.h>
#include <gui/widget/components.h>
// #define TEST_MENU
#define TEST_MENU
#include <string>
@@ -46,6 +46,7 @@ class CTestMenu : public CMenuTarget
CComponentsForm *form;
CComponentsText *txt;
CComponentsHeader *header;
CComponentsIconForm *iconform;
int width, selected;
void showTestMenu();