module Tk::Tile::KeyNav

Public Class Methods

defaultButton(w) click to toggle source
# File lib/tkextlib/tile.rb, line 267
def self.defaultButton(w)
  Tk.tk_call('::keynav::defaultButton', w)
end
enableMnemonics(w) click to toggle source
# File lib/tkextlib/tile.rb, line 264
def self.enableMnemonics(w)
  Tk.tk_call('::keynav::enableMnemonics', w)
end