Index

Package: Abstract_List_Model

Description

package Gtkada.Abstract_List_Model is
--------------------------------------------------------------------- GtkAda - Ada95 binding for the Gimp Toolkit -- -- Copyright (C) 2008-2013, AdaCore -- -- This library is free software; you can redistribute it and/or -- modify it under the terms of the GNU General Public -- License as published by the Free Software Foundation; either -- version 2 of the License, 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 -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -- General Public License for more details. -- -- You should have received a copy of the GNU General Public -- License along with this library; if not, write to the -- Free Software Foundation, Inc., 59 Temple Place - Suite 330, -- Boston, MA 02111-1307, USA. -- -- As a special exception, if other files instantiate generics from -- this unit, or you link this unit with other files to produce an -- executable, this unit does not by itself cause the resulting -- executable to be covered by the GNU General Public License. This -- exception does not however invalidate any other reasons why the -- executable file might be covered by the GNU Public License. -- ---------------------------------------------------------------------

Classes

Gtk_Abstract_List_Model_Record (abstract)

type Gtk_Abstract_List_Model_Record is
   abstract new Gtkada.Abstract_Tree_Model.Gtk_Abstract_Tree_Model_Record
   with private;

Ancestors:

Primitive operations:

Glib.Object.Deallocate (Inherited)
Glib.Object.Get_Type (Inherited)
Glib.Object.Notify (Inherited)
Glib.Object.Ref (Inherited)
Glib.Object.Ref_Sink (Inherited)
Glib.Object.Unref (Inherited)
Gtk.Tree_Model.Foreach (Inherited)
Gtk.Tree_Model.Get_Address (Inherited)
Gtk.Tree_Model.Get_Boolean (Inherited)
Gtk.Tree_Model.Get_C_Proxy (Inherited)
Gtk.Tree_Model.Get_Int (Inherited)
Gtk.Tree_Model.Get_Iter_First (Inherited)
Gtk.Tree_Model.Get_Iter_From_String (Inherited)
Gtk.Tree_Model.Get_Object (Inherited)
Gtk.Tree_Model.Get_String (Inherited)
Gtk.Tree_Model.Get_String_From_Iter (Inherited)
Gtk.Tree_Model.Gtk_New (Inherited)
Gtkada.Abstract_Tree_Model.Get_Column_Type (Inherited)
Gtkada.Abstract_Tree_Model.Get_Iter (Inherited)
Gtkada.Abstract_Tree_Model.Get_N_Columns (Inherited)
Gtkada.Abstract_Tree_Model.Get_Path (Inherited)
Gtkada.Abstract_Tree_Model.Get_Value (Inherited)
Gtkada.Abstract_Tree_Model.N_Children (Inherited)
Gtkada.Abstract_Tree_Model.Next (Inherited)
Gtkada.Abstract_Tree_Model.Nth_Child (Inherited)
Gtkada.Abstract_Tree_Model.Ref_Node (Inherited)
Gtkada.Abstract_Tree_Model.Unref_Node (Inherited)

Types

Gtk_Abstract_List_Model

type Gtk_Abstract_List_Model is
      access all Gtk_Abstract_List_Model_Record'Class;

Subprograms & Entries

Initialize

procedure Initialize 
(Self: access Gtk_Abstract_List_Model_Record'Class);

Get_Flags

function Get_Flags 
(Self: access Gtk_Abstract_List_Model_Record) return Gtk.Tree_Model.Tree_Model_Flags;
Return a set of flags supported by this interface.

Has_Child

function Has_Child 
(Self: access Gtk_Abstract_List_Model_Record;
Iter: Gtk.Tree_Model.Gtk_Tree_Iter) return Boolean;
Return True if Iter has children, False otherwise.

Children

Returns the first child of Parent.

Parent

Returns the parent of Child. For the list it always returns Null_Iter.