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

« back to all changes in this revision

Viewing changes to src/gdk-keyval.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:
2
2
--               GtkAda - Ada95 binding for Gtk+/Gnome               --
3
3
--                                                                   --
4
4
--   Copyright (C) 1998-2000 E. Briot, J. Brobecker and A. Charlet   --
 
5
--                Copyright (C) 2000-2008, AdaCore                   --
5
6
--                                                                   --
6
7
-- This library is free software; you can redistribute it and/or     --
7
8
-- modify it under the terms of the GNU General Public               --
47
47
 
48
48
   function Is_Lower (Keyval : Gdk.Types.Gdk_Key_Type) return Boolean;
49
49
 
 
50
   function To_Unicode (Keyval : Gdk.Types.Gdk_Key_Type) return Glib.Gunichar;
 
51
 
50
52
private
51
53
   pragma Import (C, To_Upper, "gdk_keyval_to_upper");
52
54
   pragma Import (C, To_Lower, "gdk_keyval_to_lower");
53
55
   pragma Import (C, Get_Type, "gdk_keymap_get_type");
 
56
   pragma Import (C, To_Unicode, "gdk_keyval_to_unicode");
54
57
 
55
58
   type Gdk_Keymap is new C_Proxy;
56
59
end Gdk.Keyval;
61
64
--  gdk_keymap_get_entries_for_keyval
62
65
--  gdk_keymap_get_entries_for_keycode
63
66
--  gdk_keyval_convert_case
64
67
--  gdk_unicode_to_keyval