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

« back to all changes in this revision

Viewing changes to src/gtk-tree_selection.ads

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2008-08-11 09:46:51 UTC
  • mfrom: (6.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20080811094651-9mjd6acwa98ffw5c
Tags: 2.12.0-2ubuntu1
Add lpia to supported architectures.

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               --
48
48
 
49
49
with Glib.Object;
50
50
with Gtk;
51
 
with Gtk.Enums; use Gtk.Enums;
 
51
with Gtk.Enums;      use Gtk.Enums;
52
52
with Gtk.Tree_Model;
53
 
with Gtk.Widget; use Gtk.Widget;
 
53
with Gtk.Widget;     use Gtk.Widget;
54
54
 
55
55
package Gtk.Tree_Selection is
56
56
 
183
183
   --
184
184
   --  </signals>
185
185
 
186
 
   Signal_Changed : constant String := "changed";
 
186
   Signal_Changed : constant Glib.Signal_Name := "changed";
187
187
 
188
188
private
189
189
   type Gtk_Tree_Selection_Record is