Module: Tk::BLT::Table::TableContainer

Defined in:
lib/tkextlib/blt/table.rb

Instance Method Summary collapse

Instance Method Details

#blt_table_add(*args) ⇒ Object



20
21
22
23
# File 'lib/tkextlib/blt/table.rb', line 20

def blt_table_add(*args)
  Tk::BLT::Table.add(self, *args)
  self
end

#blt_table_arrangeObject



25
26
27
28
# File 'lib/tkextlib/blt/table.rb', line 25

def blt_table_arrange()
  Tk::BLT::Table.arrange(self)
  self
end

#blt_table_cget(*args) ⇒ Object



33
34
35
# File 'lib/tkextlib/blt/table.rb', line 33

def blt_table_cget(*args)
  Tk::BLT::Table.cget(self, *args)
end

#blt_table_cget_strict(*args) ⇒ Object



36
37
38
# File 'lib/tkextlib/blt/table.rb', line 36

def blt_table_cget_strict(*args)
  Tk::BLT::Table.cget_strict(self, *args)
end

#blt_table_cget_tkstring(*args) ⇒ Object



30
31
32
# File 'lib/tkextlib/blt/table.rb', line 30

def blt_table_cget_tkstring(*args)
  Tk::BLT::Table.cget_tkstring(self, *args)
end

#blt_table_configinfo(*args) ⇒ Object



45
46
47
# File 'lib/tkextlib/blt/table.rb', line 45

def blt_table_configinfo(*args)
  Tk::BLT::Table.configinfo(self, *args)
end

#blt_table_configure(*args) ⇒ Object



40
41
42
43
# File 'lib/tkextlib/blt/table.rb', line 40

def blt_table_configure(*args)
  Tk::BLT::Table.configure(self, *args)
  self
end

#blt_table_current_configinfo(*args) ⇒ Object



49
50
51
# File 'lib/tkextlib/blt/table.rb', line 49

def blt_table_current_configinfo(*args)
  Tk::BLT::Table.current_configinfo(self, *args)
end

#blt_table_current_itemconfiginfo(*args) ⇒ Object



118
119
120
# File 'lib/tkextlib/blt/table.rb', line 118

def blt_table_current_itemconfiginfo(*args)
  Tk::BLT::Table.current_itemconfiginfo(self, *args)
end

#blt_table_delete(*args) ⇒ Object



57
58
59
60
# File 'lib/tkextlib/blt/table.rb', line 57

def blt_table_delete(*args)
  Tk::BLT::Table.delete(self, *args)
  self
end

#blt_table_extents(item) ⇒ Object



62
63
64
# File 'lib/tkextlib/blt/table.rb', line 62

def blt_table_extents(item)
  Tk::BLT::Table.extents(self, item)
end

#blt_table_insert(*args) ⇒ Object



66
67
68
69
# File 'lib/tkextlib/blt/table.rb', line 66

def blt_table_insert(*args)
  Tk::BLT::Table.insert(self, *args)
  self
end

#blt_table_insert_after(*args) ⇒ Object



76
77
78
79
# File 'lib/tkextlib/blt/table.rb', line 76

def blt_table_insert_after(*args)
  Tk::BLT::Table.insert_after(self, *args)
  self
end

#blt_table_insert_before(*args) ⇒ Object



71
72
73
74
# File 'lib/tkextlib/blt/table.rb', line 71

def blt_table_insert_before(*args)
  Tk::BLT::Table.insert_before(self, *args)
  self
end

#blt_table_itemcget(*args) ⇒ Object



102
103
104
# File 'lib/tkextlib/blt/table.rb', line 102

def blt_table_itemcget(*args)
  Tk::BLT::Table.itemcget(self, *args)
end

#blt_table_itemcget_strict(*args) ⇒ Object



105
106
107
# File 'lib/tkextlib/blt/table.rb', line 105

def blt_table_itemcget_strict(*args)
  Tk::BLT::Table.itemcget_strict(self, *args)
end

#blt_table_itemcget_tkstring(*args) ⇒ Object



99
100
101
# File 'lib/tkextlib/blt/table.rb', line 99

def blt_table_itemcget_tkstring(*args)
  Tk::BLT::Table.itemcget_tkstring(self, *args)
end

#blt_table_itemconfiginfo(*args) ⇒ Object



114
115
116
# File 'lib/tkextlib/blt/table.rb', line 114

def blt_table_itemconfiginfo(*args)
  Tk::BLT::Table.itemconfiginfo(self, *args)
end

#blt_table_itemconfigure(*args) ⇒ Object



109
110
111
112
# File 'lib/tkextlib/blt/table.rb', line 109

def blt_table_itemconfigure(*args)
  Tk::BLT::Table.itemconfigure(self, *args)
  self
end

#blt_table_iteminfo(item) ⇒ Object



122
123
124
# File 'lib/tkextlib/blt/table.rb', line 122

def blt_table_iteminfo(item)
  Tk::BLT::Table.iteminfo(self, item)
end

#blt_table_join(first, last) ⇒ Object



81
82
83
84
# File 'lib/tkextlib/blt/table.rb', line 81

def blt_table_join(first, last)
  Tk::BLT::Table.join(self, first, last)
  self
end

#blt_table_locate(x, y) ⇒ Object



53
54
55
# File 'lib/tkextlib/blt/table.rb', line 53

def blt_table_locate(x, y)
  Tk::BLT::Table.locate(self, x, y)
end

#blt_table_saveObject



86
87
88
# File 'lib/tkextlib/blt/table.rb', line 86

def blt_table_save()
  Tk::BLT::Table.save(self)
end

#blt_table_search(*args) ⇒ Object



90
91
92
# File 'lib/tkextlib/blt/table.rb', line 90

def blt_table_search(*args)
  Tk::BLT::Table.search(self, *args)
end

#blt_table_split(*args) ⇒ Object



94
95
96
97
# File 'lib/tkextlib/blt/table.rb', line 94

def blt_table_split(*args)
  Tk::BLT::Table.split(self, *args)
  self
end