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

« back to all changes in this revision

Viewing changes to src/gtk-window.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:
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               --
1121
1121
   --
1122
1122
   --  </signals>
1123
1123
 
1124
 
   Signal_Set_Focus        : constant String := "set_focus";
1125
 
   Signal_Frame_Event      : constant String := "frame_event";
1126
 
   Signal_Activate_Focus   : constant String := "activate_focus";
1127
 
   Signal_Activate_Default : constant String := "activate_default";
1128
 
   Signal_Move_Focus       : constant String := "move_focus";
1129
 
   Signal_Keys_Changed     : constant String := "keys_changed";
 
1124
   Signal_Set_Focus        : constant Glib.Signal_Name := "set_focus";
 
1125
   Signal_Frame_Event      : constant Glib.Signal_Name := "frame_event";
 
1126
   Signal_Activate_Focus   : constant Glib.Signal_Name := "activate_focus";
 
1127
   Signal_Activate_Default : constant Glib.Signal_Name := "activate_default";
 
1128
   Signal_Move_Focus       : constant Glib.Signal_Name := "move_focus";
 
1129
   Signal_Keys_Changed     : constant Glib.Signal_Name := "keys_changed";
1130
1130
 
1131
1131
private
1132
1132
   type Gtk_Window_Record is new Bin.Gtk_Bin_Record with null record;