mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
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:
parent
7a66837a80
commit
74ca458b9a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user