TkWindow
# File tk/lib/tkextlib/bwidget/scrolledwindow.rb, line 32 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
# File tk/lib/tkextlib/bwidget/scrolledwindow.rb, line 44 def set_widget(win) tk_send_without_enc('setwidget', win) self end
This page was generated for Ruby 2.2.10
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.44.0.