Class Tk::Iwidgets::Labeledframe
In: tk/lib/tkextlib/iwidgets/labeledframe.rb
Parent: Tk::Itk::Archetype

Methods

Constants

TkCommandNames = ['::iwidgets::labeledframe'.freeze].freeze
WidgetClassName = 'Labeledframe'.freeze

Public Instance methods

[Source]

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

[Validate]