Maintenance of Ruby 2.0.0 will end on February 24, 2016. Read more
# File tk/lib/tk/mngfocus.rb, line 16 def TkManageFocus.followsMouse tk_call_without_enc('tk_focusFollowsMouse') end
# File tk/lib/tk/mngfocus.rb, line 20 def TkManageFocus.next(win) tk_tcl2ruby(tk_call('tk_focusNext', win)) end
# File tk/lib/tk/mngfocus.rb, line 27 def TkManageFocus.prev(win) tk_tcl2ruby(tk_call('tk_focusPrev', win)) end
# File tk/lib/tk/mngfocus.rb, line 23 def focusNext TkManageFocus.next(self) end
# File tk/lib/tk/mngfocus.rb, line 30 def focusPrev TkManageFocus.prev(self) end
This page was generated for Ruby 2.0.0
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.33.0.