Class: TkUtil::CallbackSubst

Inherits:
Object
  • Object
show all
Defined in:
tkutil/tkutil.c

Defined Under Namespace

Classes: Info

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeObject



1276
1277
1278
# File 'tkutil/tkutil.c', line 1276

static VALUE
cbsubst_initialize(argc, argv, self)
int   argc;

Class Method Details

._define_attribute_aliasesObject



1345
1346
1347
# File 'tkutil/tkutil.c', line 1345

static VALUE
cbsubst_def_attr_aliases(self, tbl)
VALUE self;

._get_all_subst_keysObject



1531
1532
1533
# File 'tkutil/tkutil.c', line 1531

static VALUE
cbsubst_get_all_subst_keys(self)
VALUE self;

._get_extra_args_tblObject



1670
1671
1672
# File 'tkutil/tkutil.c', line 1670

static VALUE
cbsubst_get_extra_args_tbl(self)
VALUE self;

._get_subst_keyObject



1479
1480
1481
# File 'tkutil/tkutil.c', line 1479

static VALUE
cbsubst_get_subst_key(self, str)
VALUE self;

._setup_subst_tableObject



1558
1559
1560
# File 'tkutil/tkutil.c', line 1558

static VALUE
cbsubst_table_setup(argc, argv, self)
int   argc;

._sym2substObject



1396
1397
1398
# File 'tkutil/tkutil.c', line 1396

static VALUE
cbsubst_sym_to_subst(self, sym)
VALUE self;

.inspectObject



1728
1729
1730
# File 'tkutil/tkutil.c', line 1728

static VALUE
cbsubst_inspect(self)
VALUE self;

.ret_valObject



1297
1298
1299
# File 'tkutil/tkutil.c', line 1297

static VALUE
cbsubst_ret_val(self, val)
VALUE self;

.scan_argsObject



1677
1678
1679
# File 'tkutil/tkutil.c', line 1677

static VALUE
cbsubst_scan_args(self, arg_key, val_ary)
VALUE self;

.subst_argObject



1427
1428
1429
# File 'tkutil/tkutil.c', line 1427

static VALUE
cbsubst_get_subst_arg(argc, argv, self)
int   argc;