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::Tile::TSpinbox::SpinCommand::ValidateArgs, Tk::TkDND::DND_Subst, Tk::TkDND::DND_SubstFileList, Tk::TkDND::DND_SubstText, 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
1276
1277
1278
|
# File 'ext/tk/tkutil/tkutil.c', line 1276
static VALUE
cbsubst_initialize(argc, argv, self)
int argc;
|
Class Method Details
._define_attribute_aliases ⇒ Object
1347
1348
1349
|
# File 'ext/tk/tkutil/tkutil.c', line 1347
static VALUE
cbsubst_def_attr_aliases(self, tbl)
VALUE self;
|
._get_all_subst_keys ⇒ Object
1533
1534
1535
|
# File 'ext/tk/tkutil/tkutil.c', line 1533
static VALUE
cbsubst_get_all_subst_keys(self)
VALUE self;
|
1675
1676
1677
|
# File 'ext/tk/tkutil/tkutil.c', line 1675
static VALUE
(self)
VALUE self;
|
._get_subst_key ⇒ Object
1481
1482
1483
|
# File 'ext/tk/tkutil/tkutil.c', line 1481
static VALUE
cbsubst_get_subst_key(self, str)
VALUE self;
|
._setup_subst_table ⇒ Object
1560
1561
1562
|
# File 'ext/tk/tkutil/tkutil.c', line 1560
static VALUE
cbsubst_table_setup(argc, argv, self)
int argc;
|
._sym2subst ⇒ Object
1398
1399
1400
|
# File 'ext/tk/tkutil/tkutil.c', line 1398
static VALUE
cbsubst_sym_to_subst(self, sym)
VALUE self;
|
1733
1734
1735
|
# File 'ext/tk/tkutil/tkutil.c', line 1733
static VALUE
cbsubst_inspect(self)
VALUE self;
|
1299
1300
1301
|
# File 'ext/tk/tkutil/tkutil.c', line 1299
static VALUE
cbsubst_ret_val(self, val)
VALUE self;
|
.scan_args ⇒ Object
1682
1683
1684
|
# File 'ext/tk/tkutil/tkutil.c', line 1682
static VALUE
cbsubst_scan_args(self, arg_key, val_ary)
VALUE self;
|
.subst_arg ⇒ Object
1429
1430
1431
|
# File 'ext/tk/tkutil/tkutil.c', line 1429
static VALUE
cbsubst_get_subst_arg(argc, argv, self)
int argc;
|