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

« back to all changes in this revision

Viewing changes to src/gtk-spin_button.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               --
296
296
   --
297
297
   --  </signals>
298
298
 
299
 
   Signal_Change_Value  : constant String := "change_value";
300
 
   Signal_Input         : constant String := "input";
301
 
   Signal_Output        : constant String := "output";
302
 
   Signal_Value_Changed : constant String := "value_changed";
 
299
   Signal_Change_Value  : constant Glib.Signal_Name := "change_value";
 
300
   Signal_Input         : constant Glib.Signal_Name := "input";
 
301
   Signal_Output        : constant Glib.Signal_Name := "output";
 
302
   Signal_Value_Changed : constant Glib.Signal_Name := "value_changed";
303
303
 
304
304
private
305
305
   type Gtk_Spin_Button_Record is new Gtk.GEntry.Gtk_Entry_Record