Fix documentation error in gtk_widget_set_redraw_on_allocate.

* gtk/gtkwidget.c: Fix documentation error in
gtk_widget_set_redraw_on_allocate.

svn path=/trunk/; revision=17533
This commit is contained in:
Xan Lopez 2007-03-16 16:05:56 +00:00
parent 7a66837a80
commit 74ca458b9a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-03-16 Xan Lopez <xan@localhost>
* gtk/gtkwidget.c: Fix documentation error in
gtk_widget_set_redraw_on_allocate.
2007-03-16 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintunixdialog.c (printer_added_cb): Scroll to

View File

@ -4845,7 +4845,7 @@ gtk_widget_set_double_buffered (GtkWidget *widget,
* allocation changes. By default, this setting is %TRUE and
* the entire widget is redrawn on every size change. If your widget
* leaves the upper left unchanged when made bigger, turning this
* setting on will improve performance.
* setting off will improve performance.
* Note that for %NO_WINDOW widgets setting this flag to %FALSE turns
* off all allocation on resizing: the widget will not even redraw if