mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 10:51:05 +02:00
cc-frm-header: change clock defaults
Origin commit data
------------------
Commit: edba94cc45
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-04-30 (Sat, 30 Apr 2022)
Origin message was:
------------------
- cc-frm-header: change clock defaults
This commit is contained in:
@@ -335,7 +335,7 @@ class CComponentsHeader : public CComponentsForm, public CCTextScreen, CCHeaderT
|
|||||||
CComponentsFrmClock* getClockObject(){return cch_cl_obj;}
|
CComponentsFrmClock* getClockObject(){return cch_cl_obj;}
|
||||||
|
|
||||||
///enable display of clock, parameter bool enable, const char* format, bool run
|
///enable display of clock, parameter bool enable, const char* format, bool run
|
||||||
void enableClock(bool enable = true, const char* format = "%H:%M", const char* sec_format_str = NULL, bool run = false);
|
void enableClock(bool enable = true, const char* format = "%H:%M", const char* sec_format_str = "%H %M", bool run = true);
|
||||||
///disable clock, without parameter
|
///disable clock, without parameter
|
||||||
void disableClock();
|
void disableClock();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user