|
timer
timer widget reference
timer widgetA timer attached to a GtkLabel Definition<timer tag_attr="value"...> <variable>varname</variable> <sensitive>state</sensitive> <action>activity</action>... <action signal="type">activity</action>... <action type="function">parameter</action>... </timer> "..." denotes acceptance of multiples of the same thing. Tag AttributesSee the GtkWidget widget properties[1]. The following custom tag attributes are available:
DirectivesSome of these may have tag attribute equivalents.
SignalsThe default signal is "tick", a custom signal emitted when the timer times-out. FunctionsThe following functions can be performed upon this widget by any widget capable of emitting signals:
The following general functions can be performed by any widget capable of emitting signals:
Notes1. The "visible" tag attribute will be required to hide the timer widget as it is visible by default. 2. The default precision is seconds using a default interval of 1 second. This widget was introduced in version 0.7.21. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
► Sign in to add a comment