Class: Tk::TkTable::ValidateCommand
- Inherits:
-
TkValidateCommand
- Object
- TkValidateCommand
- Tk::TkTable::ValidateCommand
- Defined in:
- ext/lib/tkextlib/tktable/tktable.rb
Overview
Defined Under Namespace
Classes: ValidateArgs
Constant Summary
Constants included from TkComm
TkComm::GET_CONFIGINFO_AS_ARRAY, TkComm::GET_CONFIGINFOwoRES_AS_ARRAY, TkComm::TkExtlibAutoloadModule, TkComm::Tk_CMDTBL, TkComm::Tk_IDs, TkComm::Tk_WINDOWS, TkComm::USE_TCLs_LIST_FUNCTIONS, TkComm::WidgetClassNames
Constants included from TkUtil
TkUtil::None, TkUtil::RELEASE_DATE
Class Method Summary collapse
Methods inherited from TkValidateCommand
#_initialize_for_cb_class, #initialize, #to_eval
Methods included from TkComm
_at, _callback_entry?, _callback_entry_class?, _curr_cmd_id, _fromUTF8, _genobj_for_tkwidget, _next_cmd_id, _toUTF8, array2tk_list, #bind, #bind_all, #bind_append, #bind_append_all, #bind_remove, #bind_remove_all, #bindinfo, #bindinfo_all, bool, image_obj, install_cmd, #install_cmd, list, num_or_str, number, procedure, simplelist, string, #subst, tk_tcl2ruby, uninstall_cmd, #uninstall_cmd, window
Methods included from TkUtil
_conv_args, #_conv_args, #_fromUTF8, _get_eval_enc_str, #_get_eval_enc_str, #_get_eval_string, _get_eval_string, _symbolkey2str, #_symbolkey2str, #_toUTF8, bool, #bool, callback, eval_cmd, #hash_kv, hash_kv, install_cmd, num_or_str, #num_or_str, number, #number, string, #string, uninstall_cmd
Methods included from TkEvent
#install_bind, #install_bind_for_event_class
Constructor Details
This class inherits a constructor from TkValidateCommand
Class Method Details
._config_keys ⇒ Object
476 477 478 |
# File 'ext/lib/tkextlib/tktable/tktable.rb', line 476 def self._config_keys ['vcmd', 'validatecommand'] end |