diff options
Diffstat (limited to 'ext/tk/lib/tkmngfocus.rb')
-rw-r--r-- | ext/tk/lib/tkmngfocus.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/tk/lib/tkmngfocus.rb b/ext/tk/lib/tkmngfocus.rb index f76855ed9f..461525009f 100644 --- a/ext/tk/lib/tkmngfocus.rb +++ b/ext/tk/lib/tkmngfocus.rb @@ -7,6 +7,12 @@ require 'tk' module TkManageFocus extend Tk + TkCommandNames = [ + 'tk_focusFollowMouse'.freeze, + 'tk_focusNext'.freeze, + 'tk_focusPrev'.freeze + ].freeze + def TkManageFocus.followsMouse tk_call 'tk_focusFollowsMouse' end |