Widget.doubleBuffered

bool doubleBuffered() @property nothrow

Get doubleBuffered property.

Returns

Whether the widget is double buffered.

Deprecated

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

Set doubleBuffered property.

Parameters

propvalWhether the widget is double buffered.

Deprecated

Widgets should not use this property.