Support for the Ruby 2.1 series ended on March 31 2017. See here for details.
TkWindow
# File tk/lib/tkextlib/bwidget/scrollableframe.rb, line 24 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/scrollableframe.rb, line 36 def see(win, vert=None, horiz=None) tk_send_without_enc('see', win, vert, horiz) self end
This page was generated for Ruby 2.1.8
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with Ruby-doc Rdoc Generator 0.44.0.