class Tk::Tile::Spinbox
Constants
- TkCommandNames
- WidgetClassName
Public Class Methods
Source
# File lib/tkextlib/tile/tspinbox.rb, line 88 def self.style(*args) [self::WidgetClassName, *(args.map!{|a| _get_eval_string(a)})].join('.') end
Public Instance Methods
Source
# File lib/tkextlib/tile/tspinbox.rb, line 67 def __validation_class_list super() << SpinCommand end
Calls superclass method
TkValidation#__validation_class_list
Source
# File lib/tkextlib/tile/tspinbox.rb, line 92 def current number(tk_send_without_enc('current')) end
Source
# File lib/tkextlib/tile/tspinbox.rb, line 95 def current=(idx) tk_send('current', idx) end
Private Instance Methods
Source
# File lib/tkextlib/tile/tspinbox.rb, line 73 def __boolval_optkeys super() << 'wrap' end
Calls superclass method
Tk::Tile::TEntry#__boolval_optkeys
Source
# File lib/tkextlib/tile/tspinbox.rb, line 83 def __listval_optkeys super() << 'values' end
Calls superclass method
TkConfigMethod#__listval_optkeys
Source
# File lib/tkextlib/tile/tspinbox.rb, line 78 def __strval_optkeys super() << 'buttonbackground' << 'format' end
Calls superclass method
Tk::Tile::TEntry#__strval_optkeys