CComponentsFrmClock: add new class CComponentsFrmClock

Origin commit data
------------------
Branch: ni/coolstream
Commit: 9d52071c39
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-05-25 (Sat, 25 May 2013)


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

------------------
This commit was generated by Migit
This commit is contained in:
2013-05-25 22:09:38 +02:00
parent 12e7283e23
commit 4955e39f08
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();