~ubuntu-branches/ubuntu/intrepid/libgtkada2/intrepid

« back to all changes in this revision

Viewing changes to src/gtk-tree_model.ads

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Brenta
  • Date: 2008-07-31 18:10:47 UTC
  • mfrom: (1.1.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20080731181047-6m1y25zjad0p2yjr
Tags: 2.12.0-2

Correct the project files to add a Library_ALI_Dir and correct the
Library_Name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-----------------------------------------------------------------------
2
2
--              GtkAda - Ada95 binding for Gtk+/Gnome                --
3
3
--                                                                   --
 
4
--                Copyright (C) 2001-2007 AdaCore                    --
4
5
--                                                                   --
5
6
-- This library is free software; you can redistribute it and/or     --
6
7
-- modify it under the terms of the GNU General Public               --
464
464
      New_Order  : Gint_Array);
465
465
   --  Emit the "rows_reordered" signal
466
466
 
467
 
   Signal_Row_Changed           : constant String := "row_changed";
468
 
   Signal_Row_Has_Child_Toggled : constant String := "row_has_child_toggled";
469
 
 
 
467
   Signal_Row_Changed           : constant Glib.Signal_Name :=
 
468
                                    "row_changed";
 
469
   Signal_Row_Inserted          : constant Glib.Signal_Name :=
 
470
                                    "row_inserted";
 
471
   Signal_Row_Has_Child_Toggled : constant Glib.Signal_Name :=
 
472
                                    "row_has_child_toggled";
 
473
   Signal_Row_Deleted           : constant Glib.Signal_Name :=
 
474
                                    "row_deleted";
 
475
   Signal_Rows_Reordered        : constant Glib.Signal_Name :=
 
476
                                    "rows_reordered";
470
477
 
471
478
private
472
479
   pragma Convention (C, Tree_Model_Flags);