Class gtk.TreeStore

Object
   |
   +--gtk.Object
         |
         +--gtk.TreeStore

class gtk.TreeStore
extends gtk.Object

Defined in jsgtk_min.js


Constructor Summary
gtk.TreeStore()
            Class gtk.TreeStore Constructor: one or more column types follow composite pattern: TreeStore will contains one or more treeiter interface : 'add(), remove(), run(), getChild(index)'
 
Method Summary
 Object _filterRow(row)
           _filterRow() method: filter the column of row so it match the this._columns
 void add(child)
          
 object append(parent, row)
           append() method : appends a new row to the liststore parent : a gtk.TreeIter, or None row : a tuple or list containing ordered column values to be set in the new row
 Object getChild(index)
          
 Object getChildByPath(path)
          
 Object getChildren()
          
 Object getColumns()
          
 Object getModelType()
          
 void remove(child)
          
 void run(view, targetSibbling, cols, margin, isExpanded)
          

Constructor Detail

gtk.TreeStore

gtk.TreeStore()

Method Detail

_filterRow

Object _filterRow(row)

add

void add(child)

append

object append(parent, row)

getChild

Object getChild(index)

getChildByPath

Object getChildByPath(path)

getChildren

Object getChildren()

getColumns

Object getColumns()

getModelType

Object getModelType()

remove

void remove(child)

run

void run(view, targetSibbling, cols, margin, isExpanded)


Documentation generated by JSDoc on Thu Jan 21 18:07:55 2010