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



1206
1207
1208
# File 'tkutil/tkutil.c', line 1206

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

Class Method Details

._define_attribute_aliasesObject



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

static VALUE
cbsubst_def_attr_aliases(self, tbl)
VALUE self;

._get_all_subst_keysObject



1469
1470
1471
# File 'tkutil/tkutil.c', line 1469

static VALUE
cbsubst_get_all_subst_keys(self)
VALUE self;

._get_extra_args_tblObject



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

static VALUE
cbsubst_get_extra_args_tbl(self)
VALUE self;

._get_subst_keyObject



1416
1417
1418
# File 'tkutil/tkutil.c', line 1416

static VALUE
cbsubst_get_subst_key(self, str)
VALUE self;

._setup_subst_tableObject



1515
1516
1517
# File 'tkutil/tkutil.c', line 1515

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

._sym2substObject



1295
1296
1297
# File 'tkutil/tkutil.c', line 1295

static VALUE
cbsubst_sym_to_subst(self, sym)
VALUE self;

.inspectObject



1694
1695
1696
# File 'tkutil/tkutil.c', line 1694

static VALUE
cbsubst_inspect(self)
VALUE self;

.ret_valObject



1228
1229
1230
# File 'tkutil/tkutil.c', line 1228

static VALUE
cbsubst_ret_val(self, val)
VALUE self;

.scan_argsObject



1642
1643
1644
# File 'tkutil/tkutil.c', line 1642

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

.subst_argObject



1348
1349
1350
# File 'tkutil/tkutil.c', line 1348

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