Class: TkUtil::CallbackSubst
Direct Known Subclasses
Tk::BLT::DragDrop::DnD_Handle, Tk::BLT::DragDrop::PackageCommand::ValidateArgs, Tk::BLT::DragDrop::SiteCommand::ValidateArgs, Tk::BLT::Treeview::FindExecFlagValue::ValidateArgs, Tk::BLT::Treeview::OpenCloseCommand::ValidateArgs, Tk::Iwidgets::Calendar::CalendarCommand::ValidateArgs, Tk::Iwidgets::Entryfield::EntryfieldValidate::ValidateArgs, Tk::Iwidgets::Hierarchy::IconCommand::ValidateArgs, Tk::Iwidgets::Hierarchy::IndicatorCommand::ValidateArgs, Tk::Iwidgets::Hierarchy::QueryCommand::ValidateArgs, Tk::Iwidgets::Spinner::EntryfieldValidate::ValidateArgs, Tk::TkDND::DND_Subst, Tk::TkTable::BrowseCommand::ValidateArgs, Tk::TkTable::CellCommand::ValidateArgs, Tk::TkTable::SelectionCommand::ValidateArgs, Tk::TkTable::ValidateCommand::ValidateArgs, Tk::TreeCtrl::NotifyEvent, Tk::Winico::Winico_callback::ValidateArgs, TkEvent::Event, TkSpinbox::SpinCommand::ValidateArgs, TkValidateCommand::ValidateArgs
Defined Under Namespace
Classes: Info
Class Method Summary
collapse
Instance Method Summary
collapse
Constructor Details
#initialize ⇒ Object
1146
1147
1148
|
# File 'tkutil/tkutil.c', line 1146
static VALUE
cbsubst_initialize(argc, argv, self)
int argc;
|
Class Method Details
._define_attribute_aliases ⇒ Object
1211
1212
1213
|
# File 'tkutil/tkutil.c', line 1211
static VALUE
cbsubst_def_attr_aliases(self, tbl)
VALUE self;
|
._get_all_subst_keys ⇒ Object
1321
1322
1323
|
# File 'tkutil/tkutil.c', line 1321
static VALUE
cbsubst_get_all_subst_keys(self)
VALUE self;
|
1422
1423
1424
|
# File 'tkutil/tkutil.c', line 1422
static VALUE
(self)
VALUE self;
|
._get_subst_key ⇒ Object
1291
1292
1293
|
# File 'tkutil/tkutil.c', line 1291
static VALUE
cbsubst_get_subst_key(self, str)
VALUE self;
|
._setup_subst_table ⇒ Object
1350
1351
1352
|
# File 'tkutil/tkutil.c', line 1350
static VALUE
cbsubst_table_setup(self, key_inf, proc_inf)
VALUE self;
|
1483
1484
1485
|
# File 'tkutil/tkutil.c', line 1483
static VALUE
cbsubst_inspect(self)
VALUE self;
|
1166
1167
1168
|
# File 'tkutil/tkutil.c', line 1166
static VALUE
cbsubst_ret_val(self, val)
VALUE self;
|
.scan_args ⇒ Object
1429
1430
1431
|
# File 'tkutil/tkutil.c', line 1429
static VALUE
cbsubst_scan_args(self, arg_key, val_ary)
VALUE self;
|
.subst_arg ⇒ Object
1230
1231
1232
|
# File 'tkutil/tkutil.c', line 1230
static VALUE
cbsubst_get_subst_arg(argc, argv, self)
int argc;
|