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



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

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

Class Method Details

._define_attribute_aliases ⇒ Object



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

static VALUE
cbsubst_def_attr_aliases(self, tbl)
VALUE self;

._get_all_subst_keys ⇒ Object



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

static VALUE
cbsubst_get_all_subst_keys(self)
VALUE self;

._get_extra_args_tbl ⇒ Object



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

static VALUE
cbsubst_get_extra_args_tbl(self)
VALUE self;

._get_subst_key ⇒ Object



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

static VALUE
cbsubst_get_subst_key(self, str)
VALUE self;

._setup_subst_table ⇒ Object



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

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

._sym2subst ⇒ Object



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

static VALUE
cbsubst_sym_to_subst(self, sym)
VALUE self;

.inspect ⇒ Object



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

static VALUE
cbsubst_inspect(self)
VALUE self;

.ret_val ⇒ Object



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

static VALUE
cbsubst_ret_val(self, val)
VALUE self;

.scan_args ⇒ Object



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

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

.subst_arg ⇒ Object



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

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