class Tk::BWidget::Entry
Constants
- TkCommandNames
- WidgetClassName
Public Instance Methods
invoke()
click to toggle source
# File lib/tkextlib/bwidget/entry.rb, line 39 def invoke tk_send_without_enc('invoke') self end
Private Instance Methods
__boolval_optkeys()
click to toggle source
Calls superclass method
# File lib/tkextlib/bwidget/entry.rb, line 29 def __boolval_optkeys super() << 'dragenabled' << 'dropenabled' << 'editable' end
__strval_optkeys()
click to toggle source
Calls superclass method
Tk::Entry#__strval_optkeys
# File lib/tkextlib/bwidget/entry.rb, line 24 def __strval_optkeys super() << 'helptext' << 'insertbackground' end
__tkvariable_optkeys()
click to toggle source
Calls superclass method
# File lib/tkextlib/bwidget/entry.rb, line 34 def __tkvariable_optkeys super() << 'helpvar' end