# 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.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.