]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/panelg.h
Lots of updates for color dialog and sliders
[wxWidgets.git] / include / wx / generic / panelg.h
index 78c45bce7ee766f2a109048037582b04e9199eae..526efda1a7fa386817db02b2bc5fd31858f82434 100644 (file)
@@ -82,6 +82,7 @@ public:
     virtual void InitDialog();
 
 #ifdef __WXUNIVERSAL__
+    virtual bool IsCanvasWindow() { return TRUE; }
     virtual bool ProvidesBackground() { return TRUE; }
 #endif