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/gtkscrolledwindow.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/gtkscrolledwindow.c')
-rw-r--r-- | gtk/gtkscrolledwindow.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkscrolledwindow.c b/gtk/gtkscrolledwindow.c index 1dd34e16ca..74afb1b1a0 100644 --- a/gtk/gtkscrolledwindow.c +++ b/gtk/gtkscrolledwindow.c @@ -43,9 +43,9 @@ * to be best suited to display its contents, including children. * the width and/or height reported from a widget upon size requisition * may be overidden by the user by specifying a width and/or height - * other than 0 through gtk_widget_set_usize(). + * other than 0 through gtk_widget_set_size_request(). * - * a scrolled window needs (for imlementing all three policy types) to + * a scrolled window needs (for implementing all three policy types) to * request its width and height based on two different rationales. * 1) the user wants the scrolled window to just fit into the space * that it gets allocated for a specifc dimension. |