Class gtk.ListStore

Object
   |
   +--gtk.Object
         |
         +--gtk.ListStore

class gtk.ListStore
extends gtk.Object

Defined in jsgtk_min.js


Constructor Summary
gtk.ListStore()
            Class gtk.ListStore Constructor: one or more column types follow composite pattern: ListStore 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(row)
           The append() method appends a new row to the liststore 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, width, height, docFragment)
          
 Object search(text)
          

Constructor Detail

gtk.ListStore

gtk.ListStore()

Method Detail

_filterRow

Object _filterRow(row)

add

void add(child)

append

object append(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, width, height, docFragment)

search

Object search(text)


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