class Tk::Iwidgets::Extbutton
Constants
- TkCommandNames
- WidgetClassName
Public Instance Methods
flash()
click to toggle source
# File lib/tkextlib/iwidgets/extbutton.rb, line 37 def flash tk_call(@path, 'flash') self end
invoke()
click to toggle source
# File lib/tkextlib/iwidgets/extbutton.rb, line 32 def invoke tk_call(@path, 'invoke') self end
Private Instance Methods
__boolval_optkeys()
click to toggle source
Calls superclass method
# File lib/tkextlib/iwidgets/extbutton.rb, line 27 def __boolval_optkeys super() << 'defaultring' end
__strval_optkeys()
click to toggle source
Calls superclass method
# File lib/tkextlib/iwidgets/extbutton.rb, line 22 def __strval_optkeys super() << 'bitmapforeground' << 'ringbackground' end