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



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

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

Class Method Details

._define_attribute_aliasesObject



1217
1218
1219
# File 'tkutil/tkutil.c', line 1217

static VALUE
cbsubst_def_attr_aliases(self, tbl)
VALUE self;

._get_all_subst_keysObject



1410
1411
1412
# File 'tkutil/tkutil.c', line 1410

static VALUE
cbsubst_get_all_subst_keys(self)
VALUE self;

._get_extra_args_tblObject



1577
1578
1579
# File 'tkutil/tkutil.c', line 1577

static VALUE
cbsubst_get_extra_args_tbl(self)
VALUE self;

._get_subst_keyObject



1357
1358
1359
# File 'tkutil/tkutil.c', line 1357

static VALUE
cbsubst_get_subst_key(self, str)
VALUE self;

._setup_subst_tableObject



1456
1457
1458
# File 'tkutil/tkutil.c', line 1456

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

._sym2substObject



1236
1237
1238
# File 'tkutil/tkutil.c', line 1236

static VALUE
cbsubst_sym_to_subst(self, sym)
VALUE self;

.inspectObject



1636
1637
1638
# File 'tkutil/tkutil.c', line 1636

static VALUE
cbsubst_inspect(self)
VALUE self;

.ret_valObject



1169
1170
1171
# File 'tkutil/tkutil.c', line 1169

static VALUE
cbsubst_ret_val(self, val)
VALUE self;

.scan_argsObject



1584
1585
1586
# File 'tkutil/tkutil.c', line 1584

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

.subst_argObject



1289
1290
1291
# File 'tkutil/tkutil.c', line 1289

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