diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2007-03-12 06:31:38 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-03-12 06:31:38 +0000 |
commit | 0df89b3514403656989540e9c8f1ae8db0e73cc7 (patch) | |
tree | da82f5002b1d8e7aa670843f700821488cf06585 /gtk/gtksizegroup.c | |
parent | abaed388887d46363a65e5535f8e363c097acda6 (diff) | |
download | gtk+-0df89b3514403656989540e9c8f1ae8db0e73cc7.tar.gz |
Clarify docs.
svn path=/trunk/; revision=17497
Diffstat (limited to 'gtk/gtksizegroup.c')
-rw-r--r-- | gtk/gtksizegroup.c | 5 |
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) |