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

#initialize ⇒ Object



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

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

Class Method Details

._define_attribute_aliases ⇒ Object



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

static VALUE
cbsubst_def_attr_aliases(self, tbl)
VALUE self;

._get_all_subst_keys ⇒ Object



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

static VALUE
cbsubst_get_all_subst_keys(self)
VALUE self;

._get_extra_args_tbl ⇒ Object



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

static VALUE
cbsubst_get_extra_args_tbl(self)
VALUE self;

._get_subst_key ⇒ Object



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

static VALUE
cbsubst_get_subst_key(self, str)
VALUE self;

._setup_subst_table ⇒ Object



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

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

.inspect ⇒ Object



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

static VALUE
cbsubst_inspect(self)
VALUE self;

.ret_val ⇒ Object



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

static VALUE
cbsubst_ret_val(self, val)
VALUE self;

.scan_args ⇒ Object



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

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

.subst_arg ⇒ Object



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

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