Document SetDoubleBuffered

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71241 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2012-04-20 05:41:39 +00:00
parent 01a49fd4c4
commit b83b7724da

View File

@ -3159,6 +3159,9 @@ public:
*/
virtual bool IsDoubleBuffered() const;
/**
Turn on or off double buffering of the window if the system supports it.
*/
void SetDoubleBuffered(bool on);
/**