diff options
author | Cody Russell <bratsche@gnome.org> | 2007-08-14 22:44:11 +0000 |
---|---|---|
committer | Cody Russell <bratsche@src.gnome.org> | 2007-08-14 22:44:11 +0000 |
commit | 46bbf4ebd8ea326f5784d58a4aa66b39ca264240 (patch) | |
tree | 8c53c59109aa08f3a5a6f4b4dfbc9d8f48f2cce1 /gtk/gtklabel.c | |
parent | fe551d17ffb843e692ac54ccbc9d26bd11d091bf (diff) | |
download | gtk+-46bbf4ebd8ea326f5784d58a4aa66b39ca264240.tar.gz |
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
Diffstat (limited to 'gtk/gtklabel.c')
-rw-r--r-- | gtk/gtklabel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c index 26cd994349..09fcb85a75 100644 --- a/gtk/gtklabel.c +++ b/gtk/gtklabel.c @@ -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 |