Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more

In Files

  • tk/lib/tkextlib/blt/table.rb

Class/Module Index [+]

Quicksearch

Tk::BLT::Table::TableContainer

Public Instance Methods

blt_table_add(*args) click to toggle source
 
               # File tk/lib/tkextlib/blt/table.rb, line 19
def blt_table_add(*args)
  Tk::BLT::Table.add(self, *args)
  self
end
            
blt_table_arrange() click to toggle source
 
               # File tk/lib/tkextlib/blt/table.rb, line 24
def blt_table_arrange()
  Tk::BLT::Table.arrange(self)
  self
end
            
blt_table_cget(*args) click to toggle source
 
               # File tk/lib/tkextlib/blt/table.rb, line 32
def blt_table_cget(*args)
  Tk::BLT::Table.cget(self, *args)
end
            
blt_table_cget_strict(*args) click to toggle source
 
               # File tk/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) click to toggle source
 
               # File tk/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) click to toggle source
 
               # File tk/lib/tkextlib/blt/table.rb, line 44
def blt_table_configinfo(*args)
  Tk::BLT::Table.configinfo(self, *args)
end
            
blt_table_configure(*args) click to toggle source
 
               # File tk/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) click to toggle source
 
               # File tk/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) click to toggle source
 
               # File tk/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) click to toggle source
 
               # File tk/lib/tkextlib/blt/table.rb, line 56
def blt_table_delete(*args)
  Tk::BLT::Table.delete(self, *args)
  self
end
            
blt_table_extents(item) click to toggle source
 
               # File tk/lib/tkextlib/blt/table.rb, line 61
def blt_table_extents(item)
  Tk::BLT::Table.extents(self, item)
end
            
blt_table_insert(*args) click to toggle source
 
               # File tk/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) click to toggle source
 
               # File tk/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) click to toggle source
 
               # File tk/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) click to toggle source
 
               # File tk/lib/tkextlib/blt/table.rb, line 101
def blt_table_itemcget(*args)
  Tk::BLT::Table.itemcget(self, *args)
end
            
blt_table_itemcget_strict(*args) click to toggle source
 
               # File tk/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) click to toggle source
 
               # File tk/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) click to toggle source
 
               # File tk/lib/tkextlib/blt/table.rb, line 113
def blt_table_itemconfiginfo(*args)
  Tk::BLT::Table.itemconfiginfo(self, *args)
end
            
blt_table_itemconfigure(*args) click to toggle source
 
               # File tk/lib/tkextlib/blt/table.rb, line 108
def blt_table_itemconfigure(*args)
  Tk::BLT::Table.itemconfigure(self, *args)
  self
end
            
blt_table_iteminfo(item) click to toggle source
 
               # File tk/lib/tkextlib/blt/table.rb, line 121
def blt_table_iteminfo(item)
  Tk::BLT::Table.iteminfo(self, item)
end
            
blt_table_join(first, last) click to toggle source
 
               # File tk/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) click to toggle source
 
               # File tk/lib/tkextlib/blt/table.rb, line 52
def blt_table_locate(x, y)
  Tk::BLT::Table.locate(self, x, y)
end
            
blt_table_save() click to toggle source
 
               # File tk/lib/tkextlib/blt/table.rb, line 85
def blt_table_save()
  Tk::BLT::Table.save(self)
end
            
blt_table_search(*args) click to toggle source
 
               # File tk/lib/tkextlib/blt/table.rb, line 89
def blt_table_search(*args)
  Tk::BLT::Table.search(self, *args)
end
            
blt_table_split(*args) click to toggle source
 
               # File tk/lib/tkextlib/blt/table.rb, line 93
def blt_table_split(*args)
  Tk::BLT::Table.split(self, *args)
  self
end