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

« back to all changes in this revision

Viewing changes to src/gtk-text_attributes.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:
1
1
-----------------------------------------------------------------------
2
2
--              GtkAda - Ada95 binding for Gtk+/Gnome                --
3
3
--                                                                   --
 
4
--                Copyright (C) 2001-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               --
264
264
   pragma Import (C, Get_Rise, "ada_text_appearance_get_rise");
265
265
   pragma Import (C, Set_Underline, "ada_text_appearance_set_underline");
266
266
   pragma Import (C, Get_Underline, "ada_text_appearance_get_underline");
267
 
   pragma Import
268
 
     (C, Set_Strikethrough, "ada_text_appearance_set_strikethrough");
269
 
   pragma Import
270
 
     (C, Get_Strikethrough, "ada_text_appearance_get_strikethrough");
271
267
   pragma Import (C, Set_Fg_Color, "ada_text_appearance_set_fg_color");
272
268
   pragma Import (C, Get_Fg_Color, "ada_text_appearance_get_fg_color");
273
269
   pragma Import (C, Set_Bg_Color, "ada_text_appearance_set_bg_color");
297
293
     (C, Get_Pixels_Inside_Wrap, "ada_text_attribute_get_pixels_inside_wrap");
298
294
   pragma Import (C, Set_Wrap_Mode, "ada_text_attribute_set_wrap_mode");
299
295
   pragma Import (C, Get_Wrap_Mode, "ada_text_attribute_get_wrap_mode");
300
 
   pragma Import (C, Set_Invisible, "ada_text_attribute_set_invisible");
301
 
   pragma Import (C, Get_Invisible, "ada_text_attribute_get_invisible");
302
 
   pragma Import
303
 
     (C, Set_Bg_Full_Height, "ada_text_attribute_set_bg_full_height");
304
 
   pragma Import
305
 
     (C, Get_Bg_Full_Height, "ada_text_attribute_get_bg_full_height");
306
 
   pragma Import (C, Set_Editable, "ada_text_attribute_set_editable");
307
 
   pragma Import (C, Get_Editable, "ada_text_attribute_get_editable");
308
296
   pragma Import (C, Get_Appearance, "ada_text_attribute_get_appearance");
309
297
   pragma Import (C, Set_Tabs, "ada_text_attribute_set_tabs");
310
298
   pragma Import (C, Get_Tabs, "ada_text_attribute_get_tabs");