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

@ -2216,7 +2216,7 @@ gtk_container_unmap (GtkWidget *widget)
* when it receives an expose event, gtk_container_propagate_expose()
* once for each child, passing in the event the container received.
*
* gtk_container_propagate expose() takes care of deciding whether
* gtk_container_propagate_expose() takes care of deciding whether
* an expose event needs to be sent to the child, intersecting
* the event's area with the child area, and sending the event.
*