]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dialog.h
added wxWxCharBuffer which stands for buffer of wxChars
[wxWidgets.git] / include / wx / msw / dialog.h
index 13c8c2b59a244ee6d0883ae5a234d76b5ee77542..6d26a72c9ff9bcf053a4808199d8470ad78586a9 100644 (file)
@@ -124,6 +124,9 @@ public:
     // use IsModal()
     wxDEPRECATED( bool IsModalShowing() const );
 
+    // handle Escape here
+    virtual bool MSWProcessMessage(WXMSG* pMsg);
+
 protected:
     // find the window to use as parent for this dialog if none has been
     // specified explicitly by the user
@@ -142,9 +145,6 @@ protected:
     // return true if button was "clicked" or false if we don't have it
     bool EmulateButtonClickIfPresent(int id);
 
-    // handle Escape here
-    virtual bool MSWProcessMessage(WXMSG* pMsg);
-
 private:
     wxWindow*   m_oldFocus;
     bool        m_endModalCalled; // allow for closing within InitDialog