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

« back to all changes in this revision

Viewing changes to src/gtk-item_factory.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) 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               --
164
164
      type Gtk_Translate_Func is access function
165
165
        (Path      : UTF8_String;  --  const gchar* ???
166
166
         Func_Data : Data_Type_Access) return Gtkada.Types.Chars_Ptr;
 
167
      pragma Convention (C, Gtk_Translate_Func);
167
168
 
168
169
      type Limited_Widget is limited private;
169
170
      Null_Widget : constant Limited_Widget;
305
306
--  No binding: gtk_item_factory_create_items_ac
306
307
--  No binding: gtk_item_factory_create_menu_entries
307
308
--  No binding: gtk_item_factory_from_path
308