]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dialog.h
wxTREE_INSERT_XXX constants were incorrectly defined (and so inserting the
[wxWidgets.git] / include / wx / msw / dialog.h
index d44d0081af56fd5b345893b0f5d29bb53a85da20..99dec3f0ef1978eaf38581fe241e4e4b959f8184 100644 (file)
@@ -111,6 +111,9 @@ public:
   virtual WXHBRUSH OnCtlColor(WXHDC pDC, WXHWND pWnd, WXUINT nCtlColor,
                        WXUINT message, WXWPARAM wParam, WXLPARAM lParam);
 
+protected:
+  WXHWND m_hwndOldFocus;  // the window which had focus before we were shown
+
 DECLARE_EVENT_TABLE()
 };