]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/panelg.h
Use the OOR typemap for wxTreeCtrls too.
[wxWidgets.git] / include / wx / generic / panelg.h
index cf5685d9489df58d667b09422f7ee2ed471c60e4..cc40e39182aed2cddc88cc73e8019946ff7208ef 100644 (file)
@@ -73,16 +73,18 @@ public:
     // implementation from now on
     // --------------------------
 
-    // Sends an OnInitDialog event, which in turns transfers data to
-    // to the dialog via validators.
-    virtual void InitDialog();
-
         // responds to colour changes
     void OnSysColourChanged(wxSysColourChangedEvent& event);
 
         // calls layout for layout constraints and sizers
     void OnSize(wxSizeEvent& event);
 
+    virtual void InitDialog();
+
+#ifdef __WXUNIV__
+    virtual bool ProvidesBackground() { return TRUE; }
+#endif
+
     WX_DECLARE_CONTROL_CONTAINER();
 
 protected: