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