Widget.doubleBuffered
bool doubleBuffered() @propertyGet doubleBuffered property.
Returns
Whether the widget is double buffered.
Deprecated
Widgets should not use this property.
void doubleBuffered(bool propval) @propertySet doubleBuffered property.
Parameters
propval | Whether the widget is double buffered. |
Deprecated
Widgets should not use this property.