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
Private Instance Methods
Source
# File lib/tkextlib/iwidgets/timefield.rb, line 22 def __boolval_optkeys super() << 'gmt' end
Calls superclass method
TkConfigMethod#__boolval_optkeys
Source
# File lib/tkextlib/iwidgets/timefield.rb, line 32 def __font_optkeys super() << 'textfont' end
Calls superclass method
Tk::Iwidgets::Labeledwidget#__font_optkeys
Source
# File lib/tkextlib/iwidgets/timefield.rb, line 27 def __strval_optkeys super() << 'textbackground' end
Calls superclass method
Tk::Iwidgets::Labeledwidget#__strval_optkeys