class Tk::Iwidgets::Labeledframe
Constants
- TkCommandNames
- WidgetClassName
Public Instance Methods
Source
# File lib/tkextlib/iwidgets/labeledframe.rb, line 37 def child_site window(tk_call(@path, 'childsite')) end
Private Instance Methods
Source
# File lib/tkextlib/iwidgets/labeledframe.rb, line 32 def __font_optkeys super() << 'labelfont' end
Calls superclass method
Source
# File lib/tkextlib/iwidgets/labeledframe.rb, line 22 def __strval_optkeys super() << 'labeltext' end
Calls superclass method
TkConfigMethod#__strval_optkeys
Source
# File lib/tkextlib/iwidgets/labeledframe.rb, line 27 def __tkvariable_optkeys super() << 'labelvariable' end
Calls superclass method
TkConfigMethod#__tkvariable_optkeys