Typo fix.
* gtk/gtkcontainer.c (gtk_container_propagate_expose): Typo fix.
* gdk/tmpl/event_structs.sgml: Small fixes.
This commit is contained in:
@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user