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