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

« back to all changes in this revision

Viewing changes to src/gtk-separator_tool_item.adb

  • 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:
1
1
-----------------------------------------------------------------------
2
2
--               GtkAda - Ada95 binding for Gtk+/Gnome               --
3
3
--                                                                   --
 
4
--                 Copyright (C) 2006-2008, 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               --
20
20
--                                                                   --
21
21
-----------------------------------------------------------------------
22
22
 
 
23
with Glib.Type_Conversion_Hooks;
 
24
 
23
25
package body Gtk.Separator_Tool_Item is
24
26
 
 
27
   package Type_Conversion is new Glib.Type_Conversion_Hooks.Hook_Registrator
 
28
     (Get_Type'Access, Gtk_Separator_Tool_Item_Record);
 
29
   pragma Warnings (Off, Type_Conversion);
 
30
 
25
31
   --------------
26
32
   -- Get_Draw --
27
33
   --------------