Class Tk::BWidget::LabelFrame
In: tk/lib/tkextlib/bwidget/labelframe.rb
Parent: TkWindow

Methods

align   get_frame  

Constants

TkCommandNames = ['LabelFrame'.freeze].freeze
WidgetClassName = 'LabelFrame'.freeze

Public Class methods

[Source]

# File tk/lib/tkextlib/bwidget/labelframe.rb, line 38
  def self.align(*args)
    tk_call('LabelFrame::align', *args)
  end

Public Instance methods

[Source]

# File tk/lib/tkextlib/bwidget/labelframe.rb, line 41
  def get_frame(&b)
    win = window(tk_send_without_enc('getframe'))
    win.instance_eval(&b) if b
    win
  end

[Validate]

ruby-doc.org is a community service provided by James Britt and Happy Camper Studios, a Phoenix, Arizona, Ruby application development company.

Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.

For more information on the Ruby programming language, visit ruby-lang.org.

Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.