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



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

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

Class Method Details

._define_attribute_aliasesObject



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

static VALUE
cbsubst_def_attr_aliases(self, tbl)
VALUE self;

._get_all_subst_keysObject



1473
1474
1475
# File 'tkutil/tkutil.c', line 1473

static VALUE
cbsubst_get_all_subst_keys(self)
VALUE self;

._get_extra_args_tblObject



1640
1641
1642
# File 'tkutil/tkutil.c', line 1640

static VALUE
cbsubst_get_extra_args_tbl(self)
VALUE self;

._get_subst_keyObject



1419
1420
1421
# File 'tkutil/tkutil.c', line 1419

static VALUE
cbsubst_get_subst_key(self, str)
VALUE self;

._setup_subst_tableObject



1520
1521
1522
# File 'tkutil/tkutil.c', line 1520

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

._sym2substObject



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

static VALUE
cbsubst_sym_to_subst(self, sym)
VALUE self;

.inspectObject



1699
1700
1701
# File 'tkutil/tkutil.c', line 1699

static VALUE
cbsubst_inspect(self)
VALUE self;

.ret_valObject



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

static VALUE
cbsubst_ret_val(self, val)
VALUE self;

.scan_argsObject



1647
1648
1649
# File 'tkutil/tkutil.c', line 1647

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

.subst_argObject



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

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