Document SetDoubleBuffered
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71241 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3159,6 +3159,9 @@ public:
|
|||||||
*/
|
*/
|
||||||
virtual bool IsDoubleBuffered() const;
|
virtual bool IsDoubleBuffered() const;
|
||||||
|
|
||||||
|
/**
|
||||||
|
Turn on or off double buffering of the window if the system supports it.
|
||||||
|
*/
|
||||||
void SetDoubleBuffered(bool on);
|
void SetDoubleBuffered(bool on);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user