class Tk::Iwidgets::Spintime
Constants
- TkCommandNames
- WidgetClassName
Public Instance Methods
Source
# File lib/tkextlib/iwidgets/spintime.rb, line 37 def get_clicks number(tk_call(@path, 'get', '-clicks')) end
Source
# File lib/tkextlib/iwidgets/spintime.rb, line 32 def get_string tk_call(@path, 'get', '-string') end
Also aliased as: get
Source
# File lib/tkextlib/iwidgets/spintime.rb, line 41 def show(date=None) tk_call(@path, 'show', date) self end
Source
# File lib/tkextlib/iwidgets/spintime.rb, line 45 def show_now tk_call(@path, 'show', 'now') self end
Private Instance Methods
Source
# File lib/tkextlib/iwidgets/spintime.rb, line 22 def __boolval_optkeys super() << 'houron' << 'militaryon' << 'minutelabel' << 'secondlabel' end
Calls superclass method
TkConfigMethod#__boolval_optkeys
Source
# File lib/tkextlib/iwidgets/spintime.rb, line 27 def __strval_optkeys super() << 'hourlabel' << 'minuteon' << 'secondon' end
Calls superclass method
TkConfigMethod#__strval_optkeys