Typo fix.

* gtk/gtkcontainer.c (gtk_container_propagate_expose): Typo fix.

        * gdk/tmpl/event_structs.sgml: Small fixes.
This commit is contained in:
Matthias Clasen
2001-11-20 22:40:41 +00:00
parent e1634f474b
commit 9ea603f15d
10 changed files with 35 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2001-11-20 Matthias Clasen <matthiasc@poet.de>
* gdk/tmpl/event_structs.sgml: Small fixes.
2001-11-16 Matthias Clasen <matthiasc@poet.de>
* gdk/tmpl/event_structs.sgml: Updates.

View File

@ -171,7 +171,7 @@ when the wheel is turned.
@window: the window which received the event.
@send_event: %TRUE if the event was sent explicitly (e.g. using
<function>XSendEvent</function>).
@time:
@time: the time of the event in milliseconds.
@x: the x coordinate of the pointer relative to the window.
@y: the y coordinate of the pointer relative to the window.
@state: a bit-mask representing the state of the modifier keys (e.g. Control,
@ -249,7 +249,7 @@ Generated when the pointer enters or leaves a window.
@y_root: the y coordinate of the pointer relative to the root of the screen.
@mode: the crossing mode (%GDK_CROSSING_NORMAL, %GDK_CROSSING_GRAB or
%GDK_CROSSING_UNGRAB).
@detail: the kind of crossing that happended (%GDK_NOTIFY_INFERIOR,
@detail: the kind of crossing that happened (%GDK_NOTIFY_INFERIOR,
%GDK_NOTIFY_ANCESTOR, %GDK_NOTIFY_VIRTUAL, %GDK_NOTIFY_NONLINEAR or
%GDK_NOTIFY_NONLINEAR_VIRTUAL).
@focus: %TRUE if @window is the focus window or an inferior.