diff --git a/doc/en/Gtk/Container.xml b/doc/en/Gtk/Container.xml index 8254e17da..771333480 100644 --- a/doc/en/Gtk/Container.xml +++ b/doc/en/Gtk/Container.xml @@ -156,7 +156,7 @@ Typically used for simple containers such as , , or ; for more complicated layout containers such as or , this function will pick default packing parameters that may not be correct. - So consider functions such as and as an alternative to in those cases. + So consider functions such as and as an alternative to in those cases. A may be added to only one at a time; you can not place the same widget inside two different containers. @@ -185,7 +185,7 @@ Removes a focus chain. - Removes a focus chain explicitly set with . + Removes a focus chain explicitly set with . @@ -203,7 +203,7 @@ This includes children that are considered "internal" (implementation details of the ). "Internal" children generally were not added by the user of the , but were added by the container implementation itself. - Most applications should use , rather than . + Most applications should use , rather than . @@ -288,10 +288,10 @@ When a receives an expose event, it must send synthetic expose events to all children that do not have their own s. This function provides a convenient way of doing this. - A , when it receives an expose event, calls once for each child, passing in the event the received. + A , when it receives an expose event, calls once for each child, passing in the event the received. - 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. + 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. In most cases, a can either simply inherit the expose implementation from , or do some drawing and then chain to the expose implementation from .