# 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 1.9.2
Ruby-doc.org is a service of James Britt and Neurogami, an avant garage application development company in Scottsdale, AZ.
Generated with the Rubydoc Rdoc Generator 0.9.3.