mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
Add a missing semicolon to an entity.
2004-02-17 Federico Mena Quintero <federico@ximian.com> * gtk/migrating-checklist.sgml: Add a missing semicolon to an entity.
This commit is contained in:
parent
a6e4e43c05
commit
c10e045cef
@ -1,3 +1,8 @@
|
||||
2004-02-17 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/migrating-checklist.sgml: Add a missing semicolon to an
|
||||
entity.
|
||||
|
||||
2004-02-16 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/migrating-checklist.sgml: Umm, I'm on crack. Use
|
||||
|
@ -247,7 +247,7 @@ my_widget_expose_event_handler (GtkWidget *widget, GdkEventExpose *event)
|
||||
Say you want to see if
|
||||
<keycombo><keycap>Control</keycap><keycap>F10</keycap></keycombo>
|
||||
was pressed. Doing a simple test like
|
||||
<literal>event->keysym == GDK_F10 &&
|
||||
<literal>event->keysym == GDK_F10 &&
|
||||
event->state == GDK_CONTROL_MASK</literal> is not
|
||||
enough. If <keycap>CapsLock</keycap> is pressed, then
|
||||
<structfield>event->state</structfield> will be equal to
|
||||
|
Loading…
Reference in New Issue
Block a user