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

« back to all changes in this revision

Viewing changes to src/gdk-color.ads

  • 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:
46
46
 
47
47
with Glib; use Glib;
48
48
with Glib.Object;
 
49
with Glib.Values;
49
50
with Gdk.Visual;
50
51
 
51
52
package Gdk.Color is
276
277
     (Object : access Glib.Object.GObject_Record'Class;
277
278
      Name   : Property_Gdk_Color) return Gdk_Color;
278
279
 
 
280
   procedure Set_Value (Value : out Glib.Values.GValue; Val : Gdk_Color);
 
281
   function  Get_Value (Value : Glib.Values.GValue) return Gdk_Color;
 
282
   --  Store or retrieve a color from a value
 
283
 
279
284
   --  </doc_ignore>
280
285
 
281
286
private