class Tk::Tile::Entry
Constants
- TkCommandNames
- WidgetClassName
Public Class Methods
Source
# File lib/tkextlib/tile/tentry.rb, line 43 def self.style(*args) [self::WidgetClassName, *(args.map!{|a| _get_eval_string(a)})].join('.') end
Private Instance Methods
Source
# File lib/tkextlib/tile/tentry.rb, line 33 def __boolval_optkeys super() << 'exportselection' end
Calls superclass method
TkConfigMethod#__boolval_optkeys
Source
# File lib/tkextlib/tile/tentry.rb, line 28 def __optkey_aliases {:vcmd=>:validatecommand, :invcmd=>:invalidcommand} end
Source
# File lib/tkextlib/tile/tentry.rb, line 38 def __strval_optkeys super() << 'show' end
Calls superclass method
Tk::Entry#__strval_optkeys