summaryrefslogtreecommitdiff
path: root/gtk/gtksizegroup.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2007-03-12 06:31:38 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-03-12 06:31:38 +0000
commit0df89b3514403656989540e9c8f1ae8db0e73cc7 (patch)
treeda82f5002b1d8e7aa670843f700821488cf06585 /gtk/gtksizegroup.c
parentabaed388887d46363a65e5535f8e363c097acda6 (diff)
downloadgtk+-0df89b3514403656989540e9c8f1ae8db0e73cc7.tar.gz
Clarify docs.
svn path=/trunk/; revision=17497
Diffstat (limited to 'gtk/gtksizegroup.c')
-rw-r--r--gtk/gtksizegroup.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk/gtksizegroup.c b/gtk/gtksizegroup.c
index a57bc451e3..af404f0a7c 100644
--- a/gtk/gtksizegroup.c
+++ b/gtk/gtksizegroup.c
@@ -482,7 +482,10 @@ gtk_size_group_widget_destroyed (GtkWidget *widget,
* and the requisition of the other widgets in the size group.
* Whether this applies horizontally, vertically, or in both directions
* depends on the mode of the size group. See gtk_size_group_set_mode().
- **/
+ *
+ * When the widget is destroyed or no longer referenced elsewhere, it will
+ * be removed from the size group.
+ */
void
gtk_size_group_add_widget (GtkSizeGroup *size_group,
GtkWidget *widget)