summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>1998-04-14 01:09:25 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-04-14 01:09:25 +0000
commit52f719521ae43ed2183298e0e133a721d1683c9f (patch)
tree62c0df2def7f1dca5fe6d3575163b9c7ce0656b6 /docs
parent5c67089e7d33f1b0ea4d789878679489bffe265c (diff)
downloadgtk+-52f719521ae43ed2183298e0e133a721d1683c9f.tar.gz
Minor additions and fixes
Diffstat (limited to 'docs')
-rw-r--r--docs/widget_system.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/widget_system.txt b/docs/widget_system.txt
index a11580c0fa..e5f0328671 100644
--- a/docs/widget_system.txt
+++ b/docs/widget_system.txt
@@ -333,8 +333,7 @@ Removing from a container
When a widget is removed to a container, the container:
1) Calls gtk_widget_unparent (widget)
- 2) Sets widget->parent to NULL
- 3) Queues a resize.
+ 2) Queues a resize.
Notes:
@@ -378,7 +377,7 @@ The Map signal
1) Set the MAPPED flag
2) If the widget has any windows, gdk_window_show those windows
- 3) call gtk_widget_map for all child windows that are
+ 3) call gtk_widget_map for all child widgets that are
VISIBLE and !MAPPED.
3) Do any other functions related to putting the widget onscreen.
(for instance, showing extra popup windows...)