Module: Tk::BLT::Table::TableContainer
- Defined in:
- lib/tkextlib/blt/table.rb
Instance Method Summary collapse
- #blt_table_add(*args) ⇒ Object
- #blt_table_arrange ⇒ Object
- #blt_table_cget(*args) ⇒ Object
- #blt_table_cget_strict(*args) ⇒ Object
- #blt_table_cget_tkstring(*args) ⇒ Object
- #blt_table_configinfo(*args) ⇒ Object
- #blt_table_configure(*args) ⇒ Object
- #blt_table_current_configinfo(*args) ⇒ Object
- #blt_table_current_itemconfiginfo(*args) ⇒ Object
- #blt_table_delete(*args) ⇒ Object
- #blt_table_extents(item) ⇒ Object
- #blt_table_insert(*args) ⇒ Object
- #blt_table_insert_after(*args) ⇒ Object
- #blt_table_insert_before(*args) ⇒ Object
- #blt_table_itemcget(*args) ⇒ Object
- #blt_table_itemcget_strict(*args) ⇒ Object
- #blt_table_itemcget_tkstring(*args) ⇒ Object
- #blt_table_itemconfiginfo(*args) ⇒ Object
- #blt_table_itemconfigure(*args) ⇒ Object
- #blt_table_iteminfo(item) ⇒ Object
- #blt_table_join(first, last) ⇒ Object
- #blt_table_locate(x, y) ⇒ Object
- #blt_table_save ⇒ Object
- #blt_table_search(*args) ⇒ Object
- #blt_table_split(*args) ⇒ Object
Instance Method Details
#blt_table_add(*args) ⇒ Object
19 20 21 22 |
# File 'lib/tkextlib/blt/table.rb', line 19 def blt_table_add(*args) Tk::BLT::Table.add(self, *args) self end |
#blt_table_arrange ⇒ Object
24 25 26 27 |
# File 'lib/tkextlib/blt/table.rb', line 24 def blt_table_arrange() Tk::BLT::Table.arrange(self) self end |
#blt_table_cget(*args) ⇒ Object
32 33 34 |
# File 'lib/tkextlib/blt/table.rb', line 32 def blt_table_cget(*args) Tk::BLT::Table.cget(self, *args) end |
#blt_table_cget_strict(*args) ⇒ Object
35 36 37 |
# File 'lib/tkextlib/blt/table.rb', line 35 def blt_table_cget_strict(*args) Tk::BLT::Table.cget_strict(self, *args) end |
#blt_table_cget_tkstring(*args) ⇒ Object
29 30 31 |
# File 'lib/tkextlib/blt/table.rb', line 29 def blt_table_cget_tkstring(*args) Tk::BLT::Table.cget_tkstring(self, *args) end |
#blt_table_configinfo(*args) ⇒ Object
44 45 46 |
# File 'lib/tkextlib/blt/table.rb', line 44 def blt_table_configinfo(*args) Tk::BLT::Table.configinfo(self, *args) end |
#blt_table_configure(*args) ⇒ Object
39 40 41 42 |
# File 'lib/tkextlib/blt/table.rb', line 39 def blt_table_configure(*args) Tk::BLT::Table.configure(self, *args) self end |
#blt_table_current_configinfo(*args) ⇒ Object
48 49 50 |
# File 'lib/tkextlib/blt/table.rb', line 48 def blt_table_current_configinfo(*args) Tk::BLT::Table.current_configinfo(self, *args) end |
#blt_table_current_itemconfiginfo(*args) ⇒ Object
117 118 119 |
# File 'lib/tkextlib/blt/table.rb', line 117 def blt_table_current_itemconfiginfo(*args) Tk::BLT::Table.current_itemconfiginfo(self, *args) end |
#blt_table_delete(*args) ⇒ Object
56 57 58 59 |
# File 'lib/tkextlib/blt/table.rb', line 56 def blt_table_delete(*args) Tk::BLT::Table.delete(self, *args) self end |
#blt_table_extents(item) ⇒ Object
61 62 63 |
# File 'lib/tkextlib/blt/table.rb', line 61 def blt_table_extents(item) Tk::BLT::Table.extents(self, item) end |
#blt_table_insert(*args) ⇒ Object
65 66 67 68 |
# File 'lib/tkextlib/blt/table.rb', line 65 def blt_table_insert(*args) Tk::BLT::Table.insert(self, *args) self end |
#blt_table_insert_after(*args) ⇒ Object
75 76 77 78 |
# File 'lib/tkextlib/blt/table.rb', line 75 def blt_table_insert_after(*args) Tk::BLT::Table.insert_after(self, *args) self end |
#blt_table_insert_before(*args) ⇒ Object
70 71 72 73 |
# File 'lib/tkextlib/blt/table.rb', line 70 def blt_table_insert_before(*args) Tk::BLT::Table.insert_before(self, *args) self end |
#blt_table_itemcget(*args) ⇒ Object
101 102 103 |
# File 'lib/tkextlib/blt/table.rb', line 101 def blt_table_itemcget(*args) Tk::BLT::Table.itemcget(self, *args) end |
#blt_table_itemcget_strict(*args) ⇒ Object
104 105 106 |
# File 'lib/tkextlib/blt/table.rb', line 104 def blt_table_itemcget_strict(*args) Tk::BLT::Table.itemcget_strict(self, *args) end |
#blt_table_itemcget_tkstring(*args) ⇒ Object
98 99 100 |
# File 'lib/tkextlib/blt/table.rb', line 98 def blt_table_itemcget_tkstring(*args) Tk::BLT::Table.itemcget_tkstring(self, *args) end |
#blt_table_itemconfiginfo(*args) ⇒ Object
113 114 115 |
# File 'lib/tkextlib/blt/table.rb', line 113 def blt_table_itemconfiginfo(*args) Tk::BLT::Table.itemconfiginfo(self, *args) end |
#blt_table_itemconfigure(*args) ⇒ Object
108 109 110 111 |
# File 'lib/tkextlib/blt/table.rb', line 108 def blt_table_itemconfigure(*args) Tk::BLT::Table.itemconfigure(self, *args) self end |
#blt_table_iteminfo(item) ⇒ Object
121 122 123 |
# File 'lib/tkextlib/blt/table.rb', line 121 def blt_table_iteminfo(item) Tk::BLT::Table.iteminfo(self, item) end |
#blt_table_join(first, last) ⇒ Object
80 81 82 83 |
# File 'lib/tkextlib/blt/table.rb', line 80 def blt_table_join(first, last) Tk::BLT::Table.join(self, first, last) self end |
#blt_table_locate(x, y) ⇒ Object
52 53 54 |
# File 'lib/tkextlib/blt/table.rb', line 52 def blt_table_locate(x, y) Tk::BLT::Table.locate(self, x, y) end |
#blt_table_save ⇒ Object
85 86 87 |
# File 'lib/tkextlib/blt/table.rb', line 85 def blt_table_save() Tk::BLT::Table.save(self) end |