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