]> 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 cc40e39182aed2cddc88cc73e8019946ff7208ef..526efda1a7fa386817db02b2bc5fd31858f82434 100644 (file)
@@ -81,7 +81,8 @@ public:
 
     virtual void InitDialog();
 
-#ifdef __WXUNIV__
+#ifdef __WXUNIVERSAL__
+    virtual bool IsCanvasWindow() { return TRUE; }
     virtual bool ProvidesBackground() { return TRUE; }
 #endif