support for optionnally using DirectX for display manipulations

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20045 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-04-07 00:30:18 +00:00
parent d515343ca2
commit 06efac1f8d
4 changed files with 365 additions and 36 deletions

View File

@@ -100,6 +100,9 @@ public:
static int GetFromWindow(wxWindow *window);
// return true if the object was initialized successfully
virtual bool IsOk() const { return true; }
// get the display size
virtual wxRect GetGeometry() const = 0;