Skip to content

glgui timewheels set time

Chris Petersen edited this page Oct 16, 2014 · 1 revision

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")
Clone this wiki locally