Class: Tk::Iwidgets::Entryfield::EntryfieldValidate::ValidateArgs
- Inherits:
-
TkUtil::CallbackSubst
- Object
- TkUtil::CallbackSubst
- Tk::Iwidgets::Entryfield::EntryfieldValidate::ValidateArgs
- Defined in:
- ext/lib/tkextlib/iwidgets/entryfield.rb
Overview
class CalCmdArgs < TkUtil::CallbackSubst
Constant Summary collapse
- KEY_TBL =
[ [ ?c, ?s, :char ], [ ?P, ?s, :post ], [ ?S, ?s, :current ], [ ?W, ?w, :widget ], nil ]
- PROC_TBL =
[ [ ?s, TkComm.method(:string) ], [ ?w, TkComm.method(:window) ], nil ]
Method Summary
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, ret_val, scan_args, subst_arg
Constructor Details
This class inherits a constructor from TkUtil::CallbackSubst