]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/panelg.h
fixed several bugs in Mkdir() and also modified its API to be more user friendly...
[wxWidgets.git] / include / wx / generic / panelg.h
index cf5685d9489df58d667b09422f7ee2ed471c60e4..076011ac792eff8a6ccf36e350114cfa19d56eb4 100644 (file)
@@ -73,16 +73,14 @@ 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();
+
     WX_DECLARE_CONTROL_CONTAINER();
 
 protected: