Widget.doubleBuffered

bool doubleBuffered() @property

Get doubleBuffered property.

Returns

Whether the widget is double buffered.

Deprecated

Widgets should not use this property.
void doubleBuffered(bool propval) @property

Set doubleBuffered property.

Parameters

propvalWhether the widget is double buffered.

Deprecated

Widgets should not use this property.