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