Methods
- G
- S
- W
Constants
| TkCommandNames | = | ['::iwidgets::watch'.freeze].freeze |
| WidgetClassName | = | 'Watch'.freeze |
Instance Public methods
get_clicks()
Link
Source: show
# File ext/tk/lib/tkextlib/iwidgets/watch.rb, line 37 def get_clicks number(tk_call(@path, 'get', '-clicks')) end
get_string()
Link
Also aliased as: get
Source: show
# File ext/tk/lib/tkextlib/iwidgets/watch.rb, line 32 def get_string tk_call(@path, 'get', '-string') end
show(time=None)
Link
Source: show
# File ext/tk/lib/tkextlib/iwidgets/watch.rb, line 41 def show(time=None) tk_call(@path, 'show', time) self end