class Tk::Iwidgets::Labeledframe

Constants

TkCommandNames
WidgetClassName

Public Instance Methods

child_site() click to toggle source
# File lib/tkextlib/iwidgets/labeledframe.rb, line 36
def child_site
  window(tk_call(@path, 'childsite'))
end

Private Instance Methods

__font_optkeys() click to toggle source
Calls superclass method
# File lib/tkextlib/iwidgets/labeledframe.rb, line 31
def __font_optkeys
  super() << 'labelfont'
end
__strval_optkeys() click to toggle source
Calls superclass method
# File lib/tkextlib/iwidgets/labeledframe.rb, line 21
def __strval_optkeys
  super() << 'labeltext'
end
__tkvariable_optkeys() click to toggle source
Calls superclass method
# File lib/tkextlib/iwidgets/labeledframe.rb, line 26
def __tkvariable_optkeys
  super() << 'labelvariable'
end