Interface fixes for Phoenix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2012-07-19 06:46:44 +00:00
parent ad43a43fc2
commit 123919a9d5
3 changed files with 35 additions and 1 deletions

View File

@@ -154,6 +154,13 @@ public:
};
/**
* Check if the window is natively double buffered and will return a wxPaintDC
* if it is, a wxBufferedPaintDC otherwise. It is the caller's responsibility
* to delete the wxDC pointer when finished with it.
*/
wxDC* wxAutoBufferedPaintDCFactory(wxWindow* window);
/**
@class wxBufferedPaintDC