mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
trivial correction
svn path=/trunk/; revision=21928
This commit is contained in:
parent
eec610227f
commit
b38f2c127c
@ -11,7 +11,7 @@ They appear in the <structfield>keyval</structfield> field of the
|
|||||||
#GdkEventKey structure, which is passed to signal handlers for the
|
#GdkEventKey structure, which is passed to signal handlers for the
|
||||||
"key-press-event" and "key-release-event" signals.
|
"key-press-event" and "key-release-event" signals.
|
||||||
The complete list of key values can be found in the <filename><gdk/gdkkeysyms.h></filename>
|
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><gtk/gtk.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.
|
it must be included independently, because the file is quite large.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
@ -108,6 +108,13 @@ in the keymap and see what keyval it corresponds to.
|
|||||||
|
|
||||||
@keymap: the object which received the signal.
|
@keymap: the object which received the signal.
|
||||||
|
|
||||||
|
<!-- ##### SIGNAL GdkKeymap::state-changed ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@gdkkeymap: the object which received the signal.
|
||||||
|
|
||||||
<!-- ##### STRUCT GdkKeymapKey ##### -->
|
<!-- ##### STRUCT GdkKeymapKey ##### -->
|
||||||
<para>
|
<para>
|
||||||
A <structname>GdkKeymapKey</structname> is a hardware key that can
|
A <structname>GdkKeymapKey</structname> is a hardware key that can
|
||||||
@ -213,6 +220,15 @@ Returns: %PANGO_DIRECTION_LTR or %PANGO_DIRECTION_RTL.
|
|||||||
@Returns:
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gdk_keymap_get_caps_lock_state ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@keymap:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gdk_keyval_name ##### -->
|
<!-- ##### FUNCTION gdk_keyval_name ##### -->
|
||||||
<para>
|
<para>
|
||||||
Converts a key value into a symbolic name.
|
Converts a key value into a symbolic name.
|
||||||
|
Loading…
Reference in New Issue
Block a user