wxPanel is a canvas in wxUniv sense of the word

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2002-05-06 14:09:47 +00:00
parent 2564094bf4
commit 19f0aa9a2f

View File

@ -82,6 +82,7 @@ public:
virtual void InitDialog();
#ifdef __WXUNIVERSAL__
virtual bool IsCanvasWindow() { return TRUE; }
virtual bool ProvidesBackground() { return TRUE; }
#endif