Methods
- G
- S
Constants
| TkCommandNames | = | ['::iwidgets::spindate'.freeze].freeze |
| WidgetClassName | = | 'Spindate'.freeze |
Instance Public methods
get_clicks()
Link
Source: show
# File ext/tk/lib/tkextlib/iwidgets/spindate.rb, line 36 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/spindate.rb, line 31 def get_string tk_call(@path, 'get', '-string') end