svn path=/trunk/; revision=17497
2007-03-12 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtksizegroup.c (gtk_size_group_add_widget): Clarify
+ docs. (#345844, Torsten Schoenfeld)
+
* gdk/x11/gdkevents-x11.c (gdk_display_add_client_message_filter):
* gdk/gdkwindow.c (gdk_window_add_filter): Add
cross-references. (#351252, Vincent Untz)
* 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)