diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-09-10 11:08:18 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-09-10 11:08:18 -0400 |
commit | 056ec835cc683a99fb8c2cc5aa4df42e1f97f3ac (patch) | |
tree | d76da498b790a1426359c670a2ff116cce1df5ed /docs/reference | |
parent | e356769f33d0cbf9c59aa0fc508e486afc38353d (diff) | |
download | gtk+-056ec835cc683a99fb8c2cc5aa4df42e1f97f3ac.tar.gz |
Include gdkkeysyms.h in gdk.h2.90.7
Followup to bug 629093
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/gdk/tmpl/keys.sgml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/reference/gdk/tmpl/keys.sgml b/docs/reference/gdk/tmpl/keys.sgml index 537d1c4597..ca6c4dcfdd 100644 --- a/docs/reference/gdk/tmpl/keys.sgml +++ b/docs/reference/gdk/tmpl/keys.sgml @@ -11,13 +11,12 @@ They appear in the <structfield>keyval</structfield> field of the #GdkEventKey structure, which is passed to signal handlers for the "key-press-event" and "key-release-event" signals. The complete list of key values can be found in the <filename><gdk/gdkkeysyms.h></filename> -header file. <filename><gdk/gdkkeysyms.h></filename> is not included in <filename><gdk/gdk.h></filename>, -it must be included independently, because the file is quite large. +header file. </para> <para> Key values are regularly updated from the upstream X.org X11 implementation, -so new values are added regularly. They will be prefixed with GDK_ rather than -XF86XK_ or XK_ (for older symbols). +so new values are added regularly. They will be prefixed with GDK_KEY_ rather +than XF86XK_ or XK_ (for older symbols). </para> <para> Key values can be converted into a string representation using @@ -30,7 +29,7 @@ gdk_keyval_is_lower(). Key values can be converted to upper or lower case using gdk_keyval_to_upper() and gdk_keyval_to_lower(). </para> <para> -When it makes sense, key values can be converted to and from +When it makes sense, key values can be converted to and from Unicode characters with gdk_keyval_to_unicode() and gdk_unicode_to_keyval(). </para> @@ -270,7 +269,7 @@ Returns: %PANGO_DIRECTION_LTR or %PANGO_DIRECTION_RTL. <para> Converts a key value into a symbolic name. The names are the same as those in the <filename><gdk/gdkkeysyms.h></filename> header file -but without the leading "GDK_". +but without the leading "GDK_KEY_". </para> @keyval: a key value. |