expose events, since even the clearing to the background color or pixmap will not happen automatically (as it is done in [gdk.window.Window.beginDrawFrame]).
In 3.10 GTK and GDK have been restructured for translucent drawing. Since then expose events for double-buffered widgets are culled into a single event to the toplevel GDK window. If you now unset double buffering, you will cause a separate rendering pass for every widget. This will likely cause rendering problems - in particular related to stacking - and usually increases rendering times significantly.
Parameters
doubleBuffered | true to double-buffer a widget |
Deprecated
non-native windows. It should not be used in newly written code.