]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/toplevel.h
Unset the debug report preview dialog as critical window when it's hidden.
[wxWidgets.git] / include / wx / msw / toplevel.h
index b464c227b7f0749f28b3e2c3b1bca752ba980c5a..fb242e68f79fec070131745d5c7407167ecc17c2 100644 (file)
@@ -147,6 +147,12 @@ protected:
     // returns true if the icon was set
     bool DoSelectAndSetIcon(const wxIconBundle& icons, int smX, int smY, int i);
 
+    // override wxWindow virtual method to use CW_USEDEFAULT if necessary
+    virtual void MSWGetCreateWindowCoords(const wxPoint& pos,
+                                          const wxSize& size,
+                                          int& x, int& y,
+                                          int& w, int& h) const;
+
 
     // is the window currently iconized?
     bool m_iconized;