glgui timewheels set time - part-cw/lambdanative GitHub Wiki
(glgui-timewheels-set-time g w hours minutes)
glgui-timewheels-set-time sets the time displayed on the wheels.
Parameter | Description |
---|---|
g | Graphical User Interface (GUI) for this widget |
w | the timewheels widget for which the time is to be set |
hours | New hour value string, with a range of "00" to "23" |
minutes | New minute value string, with a range of "00" to "59" |
Example
Example 1: Set time of timewheel tw in gui mygui to 12:34.
(glgui-timewheels-set mygui tw "12" "34")