class Tk::Iwidgets::Datefield
Constants
- TkCommandNames
- WidgetClassName
Public Instance Methods
Source
# File lib/tkextlib/iwidgets/datefield.rb, line 42 def get_clicks number(tk_call(@path, 'get', '-clicks')) end
Source
# File lib/tkextlib/iwidgets/datefield.rb, line 37 def get_string tk_call(@path, 'get', '-string') end
Also aliased as: get
Source
# File lib/tkextlib/iwidgets/datefield.rb, line 51 def show(date=None) tk_call(@path, 'show', date) self end
Source
# File lib/tkextlib/iwidgets/datefield.rb, line 55 def show_now tk_call(@path, 'show', 'now') self end