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

« back to all changes in this revision

Viewing changes to src/gtk-editable.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:
2
2
--               GtkAda - Ada95 binding for Gtk+/Gnome               --
3
3
--                                                                   --
4
4
--   Copyright (C) 1998-2000 E. Briot, J. Brobecker and A. Charlet   --
 
5
--                Copyright (C) 2000-2007 AdaCore                    --
5
6
--                                                                   --
6
7
-- This library is free software; you can redistribute it and/or     --
7
8
-- modify it under the terms of the GNU General Public               --
166
166
   --    Called when the contents of Widget has changed
167
167
   --  </signals>
168
168
 
169
 
   Signal_Changed     : constant String := "changed";
170
 
   Signal_Delete_Text : constant String := "delete_text";
171
 
   Signal_Insert_Text : constant String := "insert_text";
 
169
   Signal_Changed     : constant Glib.Signal_Name := "changed";
 
170
   Signal_Delete_Text : constant Glib.Signal_Name := "delete_text";
 
171
   Signal_Insert_Text : constant Glib.Signal_Name := "insert_text";
172
172
 
173
173
private
174
174
   type Gtk_Editable_Record is new Gtk.Widget.Gtk_Widget_Record