]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dialog.h
implemented wxMenuBar ctor taking array of menus/titles for all ports; added optional...
[wxWidgets.git] / include / wx / msw / dialog.h
index 81a00606e04fd028a6c001c514aa6c68501cfe81..f89e7ef11a3b7ca800cef9815459bae73d13ce0d 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "wx/panel.h"
 
-WXDLLEXPORT_DATA(extern const wxChar*) wxDialogNameStr;
+extern WXDLLEXPORT_DATA(const wxChar*) wxDialogNameStr;
 
 class WXDLLEXPORT wxDialogModalData;
 
@@ -79,6 +79,14 @@ public:
     // Responds to colour changes
     void OnSysColourChanged(wxSysColourChangedEvent& event);
 
+#ifdef __POCKETPC__
+    // Responds to the OK button in a PocketPC titlebar. This
+    // can be overridden, or you can change the id used for
+    // sending the event with SetAffirmativeId. Returns false
+    // if the event was not processed.
+    virtual bool DoOK();
+#endif
+
     // Windows callbacks
     WXLRESULT MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam);