CTestMenu: add sample code for CComponentsButtonRed

Origin commit data
------------------
Branch: ni/coolstream
Commit: b0846842f3
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-16 (Tue, 16 Apr 2013)


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

------------------
This commit was generated by Migit
This commit is contained in:
2013-04-16 09:02:31 +02:00
parent 40c66492ee
commit 37f4e77f8e
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();