Next: Gtk2::TreeView | Previous: Gtk2::TreeSortable::IterCompareFunc | [Gtk2-Perl - Table of Contents] | [Gtk2-Perl - Index] |
Gtk2::TreeStore
Glib::Object +----Gtk2::TreeStore
Gtk2::Buildable Gtk2::TreeModel Gtk2::TreeDragSource Gtk2::TreeDragDest Gtk2::TreeSortable
$iter (Gtk2::TreeIter)
$col1 (integer) the first column number
$val1 (scalar) the first value
... (list) pairs of columns and values
$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.
Since: gtk+ 2.10
Since: gtk+ 2.2
Since: gtk+ 2.2
Since: gtk+ 2.2
Since: gtk+ 2.2
Since: gtk+ 2.2
$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().
Copyright (C) 2003-2008 by the gtk2-perl team.
This software is licensed under the LGPL. See Gtk2 for a full notice.