Class: TkUtil::CallbackSubst

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

Defined Under Namespace

Classes: Info

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeObject



1234
1235
1236
# File 'tkutil/tkutil.c', line 1234

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

Class Method Details

._define_attribute_aliasesObject



1303
1304
1305
# File 'tkutil/tkutil.c', line 1303

static VALUE
cbsubst_def_attr_aliases(self, tbl)
VALUE self;

._get_all_subst_keysObject



1499
1500
1501
# File 'tkutil/tkutil.c', line 1499

static VALUE
cbsubst_get_all_subst_keys(self)
VALUE self;

._get_extra_args_tblObject



1653
1654
1655
# File 'tkutil/tkutil.c', line 1653

static VALUE
cbsubst_get_extra_args_tbl(self)
VALUE self;

._get_subst_keyObject



1446
1447
1448
# File 'tkutil/tkutil.c', line 1446

static VALUE
cbsubst_get_subst_key(self, str)
VALUE self;

._setup_subst_tableObject



1545
1546
1547
# File 'tkutil/tkutil.c', line 1545

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

._sym2substObject



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

static VALUE
cbsubst_sym_to_subst(self, sym)
VALUE self;

.inspectObject



1711
1712
1713
# File 'tkutil/tkutil.c', line 1711

static VALUE
cbsubst_inspect(self)
VALUE self;

.ret_valObject



1255
1256
1257
# File 'tkutil/tkutil.c', line 1255

static VALUE
cbsubst_ret_val(self, val)
VALUE self;

.scan_argsObject



1660
1661
1662
# File 'tkutil/tkutil.c', line 1660

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

.subst_argObject



1374
1375
1376
# File 'tkutil/tkutil.c', line 1374

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