CComponentsFrmClock: add new class CComponentsFrmClock

This commit is contained in:
2013-05-25 22:09:38 +02:00
parent 73cf6e9410
commit 9d52071c39
6 changed files with 449 additions and 0 deletions

View File

@@ -34,6 +34,7 @@
#include <gui/components/cc.h>
#include <gui/components/cc_frm.h>
#include <gui/components/cc_frm_button.h>
#include <gui/components/cc_frm_clock.h>
#define TEST_MENU
#include <string>
@@ -50,6 +51,7 @@ class CTestMenu : public CMenuTarget
CComponentsIconForm *iconform;
CComponentsWindow *window;
CComponentsButton *button;
CComponentsFrmClock *clock ,*clock_r;
int width, selected;
int showTestMenu();