Class: TkUtil::CallbackSubst
- Inherits:
-
Data
- Object
- Data
- TkUtil::CallbackSubst
show all
- Defined in:
- tkutil/tkutil.c
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::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
1234
1235
1236
|
# File 'tkutil/tkutil.c', line 1234
static VALUE
cbsubst_initialize(argc, argv, self)
int argc;
|
Class Method Details
._define_attribute_aliases ⇒ Object
1303
1304
1305
|
# File 'tkutil/tkutil.c', line 1303
static VALUE
cbsubst_def_attr_aliases(self, tbl)
VALUE self;
|
._get_all_subst_keys ⇒ Object
1499
1500
1501
|
# File 'tkutil/tkutil.c', line 1499
static VALUE
cbsubst_get_all_subst_keys(self)
VALUE self;
|
1653
1654
1655
|
# File 'tkutil/tkutil.c', line 1653
static VALUE
(self)
VALUE self;
|
._get_subst_key ⇒ Object
1446
1447
1448
|
# File 'tkutil/tkutil.c', line 1446
static VALUE
cbsubst_get_subst_key(self, str)
VALUE self;
|
._setup_subst_table ⇒ Object
1545
1546
1547
|
# File 'tkutil/tkutil.c', line 1545
static VALUE
cbsubst_table_setup(argc, argv, self)
int argc;
|
._sym2subst ⇒ Object
1321
1322
1323
|
# File 'tkutil/tkutil.c', line 1321
static VALUE
cbsubst_sym_to_subst(self, sym)
VALUE self;
|
1711
1712
1713
|
# File 'tkutil/tkutil.c', line 1711
static VALUE
cbsubst_inspect(self)
VALUE self;
|
1255
1256
1257
|
# File 'tkutil/tkutil.c', line 1255
static VALUE
cbsubst_ret_val(self, val)
VALUE self;
|
.scan_args ⇒ Object
1660
1661
1662
|
# File 'tkutil/tkutil.c', line 1660
static VALUE
cbsubst_scan_args(self, arg_key, val_ary)
VALUE self;
|
.subst_arg ⇒ Object
1374
1375
1376
|
# File 'tkutil/tkutil.c', line 1374
static VALUE
cbsubst_get_subst_arg(argc, argv, self)
int argc;
|