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::Spinbox::SpinCommand::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, TkValidateCommand::ValidateArgs
Defined Under Namespace
Classes: Info
Class Method Summary
collapse
Instance Method Summary
collapse
Constructor Details
#initialize ⇒ Object
1147
1148
1149
|
# File 'tkutil/tkutil.c', line 1147
static VALUE
cbsubst_initialize(argc, argv, self)
int argc;
|
Class Method Details
._define_attribute_aliases ⇒ Object
1217
1218
1219
|
# File 'tkutil/tkutil.c', line 1217
static VALUE
cbsubst_def_attr_aliases(self, tbl)
VALUE self;
|
._get_all_subst_keys ⇒ Object
1410
1411
1412
|
# File 'tkutil/tkutil.c', line 1410
static VALUE
cbsubst_get_all_subst_keys(self)
VALUE self;
|
1577
1578
1579
|
# File 'tkutil/tkutil.c', line 1577
static VALUE
(self)
VALUE self;
|
._get_subst_key ⇒ Object
1357
1358
1359
|
# File 'tkutil/tkutil.c', line 1357
static VALUE
cbsubst_get_subst_key(self, str)
VALUE self;
|
._setup_subst_table ⇒ Object
1456
1457
1458
|
# File 'tkutil/tkutil.c', line 1456
static VALUE
cbsubst_table_setup(argc, argv, self)
int argc;
|
._sym2subst ⇒ Object
1236
1237
1238
|
# File 'tkutil/tkutil.c', line 1236
static VALUE
cbsubst_sym_to_subst(self, sym)
VALUE self;
|
1636
1637
1638
|
# File 'tkutil/tkutil.c', line 1636
static VALUE
cbsubst_inspect(self)
VALUE self;
|
1169
1170
1171
|
# File 'tkutil/tkutil.c', line 1169
static VALUE
cbsubst_ret_val(self, val)
VALUE self;
|
.scan_args ⇒ Object
1584
1585
1586
|
# File 'tkutil/tkutil.c', line 1584
static VALUE
cbsubst_scan_args(self, arg_key, val_ary)
VALUE self;
|
.subst_arg ⇒ Object
1289
1290
1291
|
# File 'tkutil/tkutil.c', line 1289
static VALUE
cbsubst_get_subst_arg(argc, argv, self)
int argc;
|