mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-09 04:00:08 +00:00
docs: don't refer to NO_WINDOW as type
This commit is contained in:
parent
a8a080fc06
commit
889ba7abf8
@ -8788,13 +8788,14 @@ gtk_widget_get_double_buffered (GtkWidget *widget)
|
|||||||
* leaves the upper left unchanged when made bigger, turning this
|
* leaves the upper left unchanged when made bigger, turning this
|
||||||
* setting off will improve performance.
|
* setting off will improve performance.
|
||||||
|
|
||||||
* Note that for %NO_WINDOW widgets setting this flag to %FALSE turns
|
* Note that for widgets where gtk_widget_get_has_window() is %FALSE
|
||||||
* off all allocation on resizing: the widget will not even redraw if
|
* setting this flag to %FALSE turns off all allocation on resizing:
|
||||||
* its position changes; this is to allow containers that don't draw
|
* the widget will not even redraw if its position changes; this is to
|
||||||
* anything to avoid excess invalidations. If you set this flag on a
|
* allow containers that don't draw anything to avoid excess
|
||||||
* %NO_WINDOW widget that <emphasis>does</emphasis> draw on @widget->window,
|
* invalidations. If you set this flag on a widget with no window that
|
||||||
* you are responsible for invalidating both the old and new allocation
|
* <emphasis>does</emphasis> draw on @widget->window, you are
|
||||||
* of the widget when the widget is moved and responsible for invalidating
|
* responsible for invalidating both the old and new allocation of the
|
||||||
|
* widget when the widget is moved and responsible for invalidating
|
||||||
* regions newly when the widget increases size.
|
* regions newly when the widget increases size.
|
||||||
**/
|
**/
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user