Extended maintenance of Ruby versions 1.8.7 and 1.9.2 ended on July 31, 2014. Read more
TkWindow
# File tk/lib/tkextlib/bwidget/labelframe.rb, line 38 def self.align(*args) tk_call('LabelFrame::align', *args) end
# File tk/lib/tkextlib/bwidget/labelframe.rb, line 41 def get_frame(&b) win = window(tk_send_without_enc('getframe')) if b if TkCore::WITH_RUBY_VM ### Ruby 1.9 !!!! win.instance_exec(self, &b) else win.instance_eval(&b) end end win end
This page was generated for Ruby 1.8.7
Ruby-doc.org is a service of James Britt and Neurogami, an erratic source of art, music, and technology.
Generated with Ruby-doc Rdoc Generator 0.44.0.