Class: Tk::BLT::Treeview::FindExecFlagValue::ValidateArgs

Inherits:
TkUtil::CallbackSubst show all
Defined in:
lib/tkextlib/blt/treeview.rb

Constant Summary collapse

KEY_TBL =
[
  [ ?W, ?w, :widget ],
  [ ?p, ?s, :name ],
  [ ?P, ?s, :fullpath ],
  [ ?#, ?x, :node_id ],
  nil
]
PROC_TBL =
[
  [ ?x, TkComm.method(:num_or_str) ],
  [ ?s, TkComm.method(:string) ],
  [ ?w, TkComm.method(:window) ],
  nil
]

Class Method Summary collapse

Methods inherited from TkUtil::CallbackSubst

_define_attribute_aliases, _get_all_subst_keys, _get_extra_args_tbl, _get_subst_key, _setup_subst_table, _sym2subst, #initialize, inspect, scan_args, subst_arg

Constructor Details

This class inherits a constructor from TkUtil::CallbackSubst

Class Method Details

.ret_val(val) ⇒ Object



552
553
554
# File 'lib/tkextlib/blt/treeview.rb', line 552

def self.ret_val(val)
  val
end