---------------------------------------------------------------------------- GtkAda - Ada95 binding for Gtk+/Gnome -- -- Copyright (C) 1998-2000 E. Briot, J. Brobecker and A. Charlet -- Copyright (C) 1998-2018, AdaCore -- -- This library is free software; you can redistribute it and/or modify it -- under terms of the GNU General Public License as published by the Free -- Software Foundation; either version 3, or (at your option) any later -- version. This library is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- -- TABILITY or FITNESS FOR A PARTICULAR PURPOSE. -- -- As a special exception under Section 7 of GPL version 3, you are granted -- additional permissions described in the GCC Runtime Library Exception, -- version 3.1, as published by the Free Software Foundation. -- -- You should have received a copy of the GNU General Public License and -- a copy of the GCC Runtime Library Exception along with this program; -- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see -- <http://www.gnu.org/licenses/>. -- -- ----------------------------------------------------------------------------
function Child_Position (Node : Gnode; Child : Gnode) return Gint
function Depth (Node : Gnode) return Guint
procedure Destroy (Node : in out Gnode)
function First_Child (Node : Gnode) return Gnode
function First_Sibling (Node : Gnode) return Gnode
function Get_Root (Node : Gnode) return Gnode
type Gnode is new C_Proxy;
procedure Insert
(Parent : in out Gnode;
Position : Gint;
Node : in out Gnode)
procedure Insert_Before
(Parent : in out Gnode;
Sibling : in out Gnode;
Node : in out Gnode)
function Is_Ancestor
(Node : Gnode;
Descendant : Gnode) return Boolean
function Is_Leaf (Node : Gnode) return Boolean
function Is_Root (Node : Gnode) return Boolean
function Last_Child (Node : Gnode) return Gnode
function Last_Sibling (Node : Gnode) return Gnode
function Max_Height (Root : Gnode) return Guint
function N_Nodes
(Root : Gnode; Flags : Glib_Traverse_Flags) return Guint
function Next_Sibling (Node : Gnode) return Gnode
function Nth_Child (Node : Gnode; N : Guint) return Gnode
procedure Prepend (Parent : in out Gnode; Node : in out Gnode)
function Prev_Sibling (Node : Gnode) return Gnode
procedure Reverse_Children (Node : in out Gnode)
procedure Unlink (Node : in out Gnode)