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

« back to all changes in this revision

Viewing changes to src/gtk-extra-plot_box.adb

  • 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:
3
3
--                                                                   --
4
4
--                     Copyright (C) 2000                            --
5
5
--        Emmanuel Briot, Joel Brobecker and Arnaud Charlet          --
 
6
--                 Copyright (C) 2000-2008, AdaCore                  --
6
7
--                                                                   --
7
8
-- This library is free software; you can redistribute it and/or     --
8
9
-- modify it under the terms of the GNU General Public               --
24
25
with Gtk.Extra.Plot_Data;  use Gtk.Extra.Plot_Data;
25
26
with Gtk.Enums;            use Gtk.Enums;
26
27
 
 
28
with Glib.Type_Conversion_Hooks;
 
29
 
27
30
package body Gtk.Extra.Plot_Box is
28
31
 
 
32
   package Type_Conversion is new Glib.Type_Conversion_Hooks.Hook_Registrator
 
33
     (Get_Type'Access, Gtk_Plot_Box_Record);
 
34
   pragma Warnings (Off, Type_Conversion);
 
35
 
29
36
   -------------
30
37
   -- Gtk_New --
31
38
   -------------