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



1146
1147
1148
# File 'tkutil/tkutil.c', line 1146

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

Class Method Details

._define_attribute_aliasesObject



1211
1212
1213
# File 'tkutil/tkutil.c', line 1211

static VALUE
cbsubst_def_attr_aliases(self, tbl)
VALUE self;

._get_all_subst_keysObject



1321
1322
1323
# File 'tkutil/tkutil.c', line 1321

static VALUE
cbsubst_get_all_subst_keys(self)
VALUE self;

._get_extra_args_tblObject



1422
1423
1424
# File 'tkutil/tkutil.c', line 1422

static VALUE
cbsubst_get_extra_args_tbl(self)
VALUE self;

._get_subst_keyObject



1291
1292
1293
# File 'tkutil/tkutil.c', line 1291

static VALUE
cbsubst_get_subst_key(self, str)
VALUE self;

._setup_subst_tableObject



1350
1351
1352
# File 'tkutil/tkutil.c', line 1350

static VALUE
cbsubst_table_setup(self, key_inf, proc_inf)
VALUE self;

.inspectObject



1483
1484
1485
# File 'tkutil/tkutil.c', line 1483

static VALUE
cbsubst_inspect(self)
VALUE self;

.ret_valObject



1166
1167
1168
# File 'tkutil/tkutil.c', line 1166

static VALUE
cbsubst_ret_val(self, val)
VALUE self;

.scan_argsObject



1429
1430
1431
# File 'tkutil/tkutil.c', line 1429

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

.subst_argObject



1230
1231
1232
# File 'tkutil/tkutil.c', line 1230

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