# File tk/lib/tk/mngfocus.rb, line 17 def TkManageFocus.followsMouse tk_call_without_enc('tk_focusFollowsMouse') end
# File tk/lib/tk/mngfocus.rb, line 21 def TkManageFocus.next(win) tk_tcl2ruby(tk_call('tk_focusNext', win)) end
# File tk/lib/tk/mngfocus.rb, line 28 def TkManageFocus.prev(win) tk_tcl2ruby(tk_call('tk_focusPrev', win)) end
# File tk/lib/tk/mngfocus.rb, line 24 def focusNext TkManageFocus.next(self) end
# File tk/lib/tk/mngfocus.rb, line 31 def focusPrev TkManageFocus.prev(self) end
This page was generated for Ruby 2.3.4
Ruby-doc.org is a service of James Britt and Neurogami, an application development company in Scottsdale, AZ.
Generated with Ruby-doc Rdoc Generator 0.36.0.