]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dialog.h
define I_IMAGENONE now that we use it, at least VC6 doesn't have it (thanks buildbot)
[wxWidgets.git] / include / wx / msw / dialog.h
index cf91c11961f56365a05127c8434c1740f475c8c8..c9da9e53d27e9dcad2a27f730ce8223514388a95 100644 (file)
@@ -116,6 +116,11 @@ protected:
     void ResizeGripper();
 
 private:
+    // this function is used to adjust Z-order of new children relative to the
+    // gripper if we have one
+    void OnWindowCreate(wxWindowCreateEvent& event);
+
+
     wxWindow*   m_oldFocus;
     bool        m_endModalCalled; // allow for closing within InitDialog