Module | TkManageFocus |
In: |
tk/lib/tk/mngfocus.rb
|
TkCommandNames | = | [ 'tk_focusFollowMouse'.freeze, 'tk_focusNext'.freeze, 'tk_focusPrev'.freeze |
# 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