Methods
C
Constants
TkCommandNames = ['::iwidgets::labeledframe'.freeze].freeze
 
WidgetClassName = 'Labeledframe'.freeze
 
Instance Public methods
child_site()
# File ext/tk/lib/tkextlib/iwidgets/labeledframe.rb, line 36
def child_site
  window(tk_call(@path, 'childsite'))
end