Class Index | File Index

Classes


Class gtk.TreeIter


Extends gtk.Object.

Defined in: jsgtk_merge_for_doc.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
gtk.TreeIter(path)
TreeIter is an assistant class to create model or structure of a model
Method Summary
Method Attributes Method Name and Description
 
add(child)
add() method
 
copy()
Returns a copy of the treeiter.
 
getChild(index)
getChild() method
 
 
getChildren(children:)
getChildren() method
 
getChldBy(valueMember, value)
 
 
 
 
remove(child)
 
setRow(value)
 
updateValue(value)
Methods borrowed from class gobject.GObject:
connect, disconnect, emit
Class Detail
gtk.TreeIter(path)
TreeIter is an assistant class to create model or structure of a model
Parameters:
path
Method Detail
add(child)
add() method
Parameters:
child

copy()
Returns a copy of the treeiter. return {object} treeiter

{object} getChild(index)
getChild() method
Parameters:
{integer} index
: index of child
Returns:
{object} child: child of gtk.TreeIter type

getChildByPath(path)
Parameters:
path

getChildren(children:)
getChildren() method
Parameters:
{array} children:
array of children of gtk.TreeIter type

getChldBy(valueMember, value)
Parameters:
valueMember
value

getModelType()

getPath()

getValue()

remove(child)
Parameters:
child

setRow(value)
Parameters:
value

updateValue(value)
Parameters:
value

Documentation generated by JsDoc Toolkit 2.1.0 on Tue Jul 06 2010 11:13:56 GMT+0700 (ICT)