Class: Tk::Iwidgets::Hierarchy::QueryCommand::ValidateArgs
- Inherits:
-
TkUtil::CallbackSubst
- Object
- TkUtil::CallbackSubst
- Tk::Iwidgets::Hierarchy::QueryCommand::ValidateArgs
- Defined in:
- ext/lib/tkextlib/iwidgets/hierarchy.rb
Constant Summary collapse
- KEY_TBL =
[ [?n, ?s, :node], nil ]
- PROC_TBL =
[ [?s, TkComm.method(:string) ], 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
54 55 56 |
# File 'ext/lib/tkextlib/iwidgets/hierarchy.rb', line 54 def self.ret_val(val) val end |