Gtk2::TreeStore man page on Peanut

Man page or keyword search:  
man Server   7435 pages
apropos Keyword Search (all sections)
Output format
Peanut logo
[printable version]

Gtk2::TreeStore(3)    User Contributed Perl Documentation   Gtk2::TreeStore(3)

NAME
       Gtk2::TreeStore

HIERARCHY
	 Glib::Object
	 +----Gtk2::TreeStore

INTERFACES
	 Gtk2::TreeModel
	 Gtk2::TreeDragSource
	 Gtk2::TreeDragDest
	 Gtk2::TreeSortable

METHODS
       treestore = Gtk2::TreeStore->new (...)

	   ·   ... (list) of strings, package names

       treeiter = $tree_store->append ($parent)

	   ·   $parent (Gtk2::TreeIter or undef)

       $tree_store->clear

       $tree_store->set_column_types (...)

	   ·   ... (list) of strings, package names

       $tree_store->set ($iter, $col1, $val1, ...)

	   ·   $iter (Gtk2::TreeIter)

	   ·   $col1 (integer) the first column number

	   ·   $val1 (scalar) the first value

	   ·   ... (list) pairs of columns and values

       treeiter = $tree_store->insert ($parent, $position)

	   ·   $parent (Gtk2::TreeIter or undef)

	   ·   $position (integer)

       treeiter = $tree_store->insert_after ($parent, $sibling)

	   ·   $parent (Gtk2::TreeIter or undef)

	   ·   $sibling (Gtk2::TreeIter or undef)

       treeiter = $tree_store->insert_before ($parent, $sibling)

	   ·   $parent (Gtk2::TreeIter or undef)

	   ·   $sibling (Gtk2::TreeIter or undef)

       treeiter = $tree_store->insert_with_values ($parent, $position, ...)

	   ·   $parent (Gtk2::TreeIter or undef)

	   ·   $position (integer) position to insert the new row

	   ·   ... (list) pairs of column numbers and values

	   Like doing insert followed by set, except that insert_with_values
	   emits only the row-inserted signal, rather than row-inserted, row-
	   changed, and, if the store is sorted, rows-reordered as in the
	   multiple-operation case.  Since emitting the rows-reordered signal
	   repeatedly can affect the performance of the program,
	   insert_with_values should generally be preferred when inserting
	   rows in a sorted tree store.

       boolean = $tree_store->is_ancestor ($iter, $descendant)

	   ·   $iter (Gtk2::TreeIter)

	   ·   $descendant (Gtk2::TreeIter)

       integer = $tree_store->iter_depth ($iter)

	   ·   $iter (Gtk2::TreeIter)

       boolean = $tree_store->iter_is_valid ($iter)

	   ·   $iter (Gtk2::TreeIter)

       $tree_store->move_after ($iter, $position)

	   ·   $iter (Gtk2::TreeIter)

	   ·   $position (Gtk2::TreeIter)

       $tree_store->move_before ($iter, $position)

	   ·   $iter (Gtk2::TreeIter)

	   ·   $position (Gtk2::TreeIter)

       treeiter = $tree_store->prepend ($parent)

	   ·   $parent (Gtk2::TreeIter or undef)

       boolean = $tree_store->remove ($iter)

	   ·   $iter (Gtk2::TreeIter)

       $tree_store->reorder ($parent, ...)

	   ·   $parent (Gtk2::TreeIter or undef)

	   ·   ... (list) of integer's, the new_order

       $tree_store->swap ($a, $b)

	   ·   $a (Gtk2::TreeIter)

	   ·   $b (Gtk2::TreeIter)

       $tree_store->set_value ($iter, $col1, $val1, ...)

	   ·   $iter (Gtk2::TreeIter)

	   ·   $col1 (integer) the first column number

	   ·   $val1 (scalar) the first value

	   ·   ... (list) pairs of columns and values

	   Alias for Gtk2::TreeStore::set().

SEE ALSO
       Gtk2, Glib::Object

COPYRIGHT
       Copyright (C) 2003-2006 by the gtk2-perl team.

       This software is licensed under the LGPL.  See Gtk2 for a full notice.

perl v5.10.0			  2008-08-29		    Gtk2::TreeStore(3)
[top]

List of man pages available for Peanut

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net