module Tk::Tile::KeyNav
Public Class Methods
defaultButton(w)
click to toggle source
# File lib/tkextlib/tile.rb, line 269 def self.defaultButton(w) Tk.tk_call('::keynav::defaultButton', w) end
enableMnemonics(w)
click to toggle source
# File lib/tkextlib/tile.rb, line 266 def self.enableMnemonics(w) Tk.tk_call('::keynav::enableMnemonics', w) end