Previous Next Contents

focus: the focus commands

value displayof : widget -> widget 
tk invocation: focus -displayof widget
value follows_mouse : unit ->unit 
tk invocation: tk_focusFollowsMouse
value force : widget -> unit 
tk invocation: focus -force widget
value get : unit ->widget 
tk invocation: focus
value lastfor : widget -> widget 
tk invocation: focus -lastfor widget
value next : widget -> widget 
tk invocation: tk_focusNext widget
value prev : widget -> widget 
tk invocation: tk_focusPrev widget
value set : widget -> unit 
tk invocation: focus widget

Previous Next Contents