module TkManageFocus
Constants
- TkCommandNames
Public Class Methods
Source
# File lib/tk/mngfocus.rb, line 17 def TkManageFocus.followsMouse tk_call_without_enc('tk_focusFollowsMouse') end
Source
# File lib/tk/mngfocus.rb, line 21 def TkManageFocus.next(win) tk_tcl2ruby(tk_call('tk_focusNext', win)) end
Source
# File lib/tk/mngfocus.rb, line 28 def TkManageFocus.prev(win) tk_tcl2ruby(tk_call('tk_focusPrev', win)) end