CTestMenu: add sample code for CComponentsButtonRed

This commit is contained in:
2013-04-16 09:02:31 +02:00
parent 04afa10e02
commit b0846842f3
2 changed files with 23 additions and 2 deletions

View File

@@ -33,6 +33,7 @@
#include <gui/widget/icons.h>
#include <gui/components/cc.h>
#include <gui/components/cc_frm.h>
#include <gui/components/cc_frm_button.h>
#define TEST_MENU
#include <string>
@@ -48,6 +49,7 @@ class CTestMenu : public CMenuTarget
CComponentsHeader *header;
CComponentsIconForm *iconform;
CComponentsWindow *window;
CComponentsButton *button;
int width, selected;
void showTestMenu();