GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

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

Gtk2::TreeStore - wrapper for GtkTreeStore

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

  Gtk2::TreeModel
  Gtk2::TreeDragSource
  Gtk2::TreeDragDest
  Gtk2::TreeSortable
  Gtk2::Buildable

... (list) of strings, package names

$parent (Gtk2::TreeIter or undef)

... (list) of strings, package names

  • $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)

  • $parent (Gtk2::TreeIter or undef)
  • $sibling (Gtk2::TreeIter or undef)

  • $parent (Gtk2::TreeIter or undef)
  • $sibling (Gtk2::TreeIter or undef)

  • $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

  • $iter (Gtk2::TreeIter)
  • $descendant (Gtk2::TreeIter)

$iter (Gtk2::TreeIter)

$iter (Gtk2::TreeIter)

Since: gtk+ 2.2

  • $iter (Gtk2::TreeIter)
  • $position (Gtk2::TreeIter or undef)

Since: gtk+ 2.2

  • $iter (Gtk2::TreeIter)
  • $position (Gtk2::TreeIter or undef)

Since: gtk+ 2.2

$parent (Gtk2::TreeIter or undef)

$iter (Gtk2::TreeIter)

The return is always a boolean in the style of Gtk 2.2.x and up, even when running on Gtk 2.0.x.

  • $parent (Gtk2::TreeIter or undef)
  • ... (list) of integer's, the new_order

Since: gtk+ 2.2

  • $a (Gtk2::TreeIter)
  • $b (Gtk2::TreeIter)

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().

Gtk2, Glib::Object

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

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

2022-06-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.