forked from AuroraMiddleware/gtk
Fix a header name misspelling. (#123589, Jan Huelsbergen)
Wed Jan 28 21:46:55 2004 Matthias Clasen <maclas@gmx.de> * gdk/tmpl/event_structs.sgml: Fix a header name misspelling. (#123589, Jan Huelsbergen)
This commit is contained in:
parent
4f67285651
commit
f7992f3caa
@ -1,3 +1,8 @@
|
||||
Wed Jan 28 21:46:55 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/tmpl/event_structs.sgml: Fix a header name misspelling.
|
||||
(#123589, Jan Huelsbergen)
|
||||
|
||||
2004-01-23 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/migrating-checklist.sgml: Note that a widget must be
|
||||
|
@ -88,7 +88,8 @@ Describes a key press or key release event.
|
||||
@time: the time of the event in milliseconds.
|
||||
@state: a bit-mask representing the state of the modifier keys (e.g. Control,
|
||||
Shift and Alt) and the pointer buttons. See #GdkModifierType.
|
||||
@keyval: the key that was pressed or released. See the <filename><gdk/gdkkeysym.h></filename>
|
||||
@keyval: the key that was pressed or released. See the
|
||||
<filename><gdk/gdkkeysyms.h></filename>
|
||||
header file for a complete list of GDK key codes.
|
||||
@length: the length of @string.
|
||||
@string: a string containing the an approximation of the text that
|
||||
|
Loading…
Reference in New Issue
Block a user