CTestMenu: add sample code for class CComponentsIconForm

Origin commit data
------------------
Branch: ni/coolstream
Commit: b251e2a001
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-11-12 (Mon, 12 Nov 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2012-11-12 10:33:14 +01:00
parent b7d160cad3
commit f4f1b65886
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();