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::TreePath(3) User Contributed Perl Documentation Gtk2::TreePath(3)

Gtk2::TreePath - wrapper for GtkTreePath

  Glib::Boxed
  +----Gtk2::TreePath

$path (string)

Create a new path. For convenience, if you pass a value for $path, this is just an alias for "new_from_string".

  • $first_index (integer) a non-negative index value
  • ... (list) of zero or more index values

The C API reference docs for this function say to mark the end of the list with a -1, but Perl doesn't need list terminators, so don't do that.

This is specially implemented to be available for all gtk+ versions.

$path (string)

$index_ (integer)

$b (Gtk2::TreePath)

Compares two paths. If $a appears before $b in the three, returns -1. If $b appears before $a, returns 1. If the nodes are equal, returns 0.

Moves $path to point to the first child of the current path.

Returns a list of integers describing the current indices of $path.

$descendant (Gtk2::TreePath)

$ancestor (Gtk2::TreePath)

Moves $path to point to the next node at the current depth.

$index_ (integer)

Moves $path to point to the previous node at the current depth, if it exists. Returns true if there is a previous node and $path was modified.

Moves $path to point to its parent node; returns false if there is no parent.

Gtk2, Glib::Boxed

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.