Methods
R
Constants
KEY_TBL = [ [ ?c, ?n, :column ], [ ?C, ?s, :index ], [ ?i, ?x, :cursor ], [ ?r, ?n, :row ], [ ?s, ?s, :last_index ], [ ?S, ?s, :new_index ], [ ?W, ?w, :widget ], nil ]
 
PROC_TBL = [ [ ?n, TkComm.method(:number) ], [ ?x, TkComm.method(:num_or_str) ], [ ?s, TkComm.method(:string) ], [ ?w, TkComm.method(:window) ], nil ]
 
Class Public methods
ret_val(val)
# File ext/tk/lib/tkextlib/tktable/tktable.rb, line 332
def self.ret_val(val)
  val
end