CTestMenu: add sample code for class CComponentsIconForm

Origin commit data
------------------
Commit: b251e2a001
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-11-12 (Mon, 12 Nov 2012)
This commit is contained in:
2012-11-12 10:33:14 +01:00
parent 7b8e3f7047
commit e5da4bb5c9
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();