forked from AuroraMiddleware/gtk
Improve the wording of the doc comment. (#172422, Vincent Untz)
2005-04-04 Matthias Clasen <mclasen@redhat.com> * gtk/gtkwidget.c (gtk_widget_set_redraw_on_allocate): Improve the wording of the doc comment. (#172422, Vincent Untz)
This commit is contained in:
parent
f15a260ce0
commit
db787e72c6
@ -1,3 +1,8 @@
|
|||||||
|
2005-04-04 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkwidget.c (gtk_widget_set_redraw_on_allocate): Improve
|
||||||
|
the wording of the doc comment. (#172422, Vincent Untz)
|
||||||
|
|
||||||
2005-04-04 Owen Taylor <otaylor@redhat.com>
|
2005-04-04 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkstyle.c (gtk_default_draw_expander): Covert expander
|
* gtk/gtkstyle.c (gtk_default_draw_expander): Covert expander
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2005-04-04 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkwidget.c (gtk_widget_set_redraw_on_allocate): Improve
|
||||||
|
the wording of the doc comment. (#172422, Vincent Untz)
|
||||||
|
|
||||||
2005-04-04 Owen Taylor <otaylor@redhat.com>
|
2005-04-04 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkstyle.c (gtk_default_draw_expander): Covert expander
|
* gtk/gtkstyle.c (gtk_default_draw_expander): Covert expander
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2005-04-04 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkwidget.c (gtk_widget_set_redraw_on_allocate): Improve
|
||||||
|
the wording of the doc comment. (#172422, Vincent Untz)
|
||||||
|
|
||||||
2005-04-04 Owen Taylor <otaylor@redhat.com>
|
2005-04-04 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkstyle.c (gtk_default_draw_expander): Covert expander
|
* gtk/gtkstyle.c (gtk_default_draw_expander): Covert expander
|
||||||
|
@ -4255,8 +4255,8 @@ gtk_widget_set_double_buffered (GtkWidget *widget,
|
|||||||
* when it is allocated to a new size. Otherwise, only the
|
* when it is allocated to a new size. Otherwise, only the
|
||||||
* new portion of the widget will be redrawn.
|
* new portion of the widget will be redrawn.
|
||||||
*
|
*
|
||||||
* Sets whether a when a widgets size allocation changes, the entire
|
* Sets whether the entire widget is queued for drawing when its size
|
||||||
* widget is queued for drawing. By default, this setting is %TRUE and
|
* allocation changes. By default, this setting is %TRUE and
|
||||||
* the entire widget is redrawn on every size change. If your widget
|
* the entire widget is redrawn on every size change. If your widget
|
||||||
* leaves the upper left unchanged when made bigger, turning this
|
* leaves the upper left unchanged when made bigger, turning this
|
||||||
* setting on will improve performance.
|
* setting on will improve performance.
|
||||||
|
Loading…
Reference in New Issue
Block a user