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

« back to all changes in this revision

Viewing changes to src/gtk-extra-plot_canvas-pixmap.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:
1
1
-----------------------------------------------------------------------
2
2
--               GtkAda - Ada95 binding for Gtk+/Gnome               --
3
3
--                                                                   --
 
4
--                 Copyright (C) 2000-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               --
29
29
with Gdk.Pixmap;           use Gdk.Pixmap;
30
30
with System;
31
31
 
 
32
with Glib.Type_Conversion_Hooks;
 
33
 
32
34
package body Gtk.Extra.Plot_Canvas.Pixmap is
33
35
 
 
36
   package Type_Conversion is new Glib.Type_Conversion_Hooks.Hook_Registrator
 
37
     (Get_Type'Access, Gtk_Plot_Canvas_Pixmap_Record);
 
38
   pragma Warnings (Off, Type_Conversion);
 
39
 
34
40
   -------------
35
41
   -- Gtk_New --
36
42
   -------------