[Top]
GTK
GTK.Clock
|
Method GTK.Clock()->set_format()
- Method
set_format
GTK.Clock set_format(string fmt)
- Description
Set the format of a GtkClock widget. The syntax of the format
string is identical to that of the function strftime(3). Further
information about time format strings can be found on this man
page. The widget defaults to a format string of "%H:%M" in realtime
mode, or "%H:%M:%S" in count-up or count-down modes.
|