]> 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 dfda5d8ef0786838ad9a11ce35c1db6b4a382059..526efda1a7fa386817db02b2bc5fd31858f82434 100644 (file)
@@ -79,6 +79,13 @@ public:
         // calls layout for layout constraints and sizers
     void OnSize(wxSizeEvent& event);
 
+    virtual void InitDialog();
+
+#ifdef __WXUNIVERSAL__
+    virtual bool IsCanvasWindow() { return TRUE; }
+    virtual bool ProvidesBackground() { return TRUE; }
+#endif
+
     WX_DECLARE_CONTROL_CONTAINER();
 
 protected: