]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dialog.h
Fixed broken 'hidden categories' mode (aka. alphabetic mode); Added distinct names...
[wxWidgets.git] / include / wx / msw / dialog.h
index cf91c11961f56365a05127c8434c1740f475c8c8..98b19aec79767a4cfcce98120ff54fff3c1590fb 100644 (file)
@@ -116,8 +116,9 @@ protected:
     void ResizeGripper();
 
 private:
-    wxWindow*   m_oldFocus;
-    bool        m_endModalCalled; // allow for closing within InitDialog
+    // this function is used to adjust Z-order of new children relative to the
+    // gripper if we have one
+    void OnWindowCreate(wxWindowCreateEvent& event);
 
 #if wxUSE_TOOLBAR && defined(__POCKETPC__)
     wxToolBar*  m_dialogToolBar;