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

« back to all changes in this revision

Viewing changes to src/gdk-event.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-2008, 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               --
122
122
      Owner_Change,
123
123
      --  Emitted when the owner of a selection has changed
124
124
      --  Added in gtk+ 2.6
 
125
      --  See Gdk.Display.Supports_Selection_Notification
125
126
 
126
127
      Grab_Broken
127
128
      --  A pointer or keyboard grab was broken
387
388
 
388
389
   function Get_Window    (Event : Gdk_Event) return Gdk.Gdk_Window;
389
390
   --  The window the event occured on.
 
391
   --  See the function Gdk.Window.Get_User_Data to get the actual widget.
390
392
 
391
393
   function Get_Time      (Event : Gdk_Event) return Guint32;
392
394
   --  Time when the event occured.
676
678
 
677
679
   type Event_Handler_Func is access procedure
678
680
     (Event : Gdk_Event; Data : System.Address);
 
681
   pragma Convention (C, Event_Handler_Func);
679
682
   --  Function that can be used as a new event handler.
680
683
   --  This function should dispatch all the events properly, since it replaces
681
684
   --  completly the default event handler. However, it can call