gtk/gtkwidget.c gtk/gtkscrolledwindow.c Correct documentation that refers

2007-08-14  Cody Russell  <bratsche@gnome.org>

        * gtk/gtkwidget.c
        * gtk/gtkscrolledwindow.c
        * gtk/gtklabel.c: Correct documentation that refers to the
        deprecated gtk_widget_set_usize() API.  Refer instead to
        gtk_widget_set_size_request().  (#459340, Guillaume Cottenceau)


svn path=/trunk/; revision=18613
This commit is contained in:
Cody Russell
2007-08-14 22:44:11 +00:00
committed by Cody Russell
parent fe551d17ff
commit 46bbf4ebd8
4 changed files with 14 additions and 5 deletions

View File

@ -2152,7 +2152,7 @@ gtk_label_size_request (GtkWidget *widget,
* If word wrapping is on, then the height requisition can depend
* on:
*
* - Any width set on the widget via gtk_widget_set_usize().
* - Any width set on the widget via gtk_widget_set_size_request().
* - The padding of the widget (xpad, set by gtk_misc_set_padding)
*
* Instead of trying to detect changes to these quantities, if we