]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/private/msgdlg.h
Add wxToolBarToolBase, missing flags, etc.
[wxWidgets.git] / include / wx / msw / private / msgdlg.h
index 5df01fc10d4b5173b04ec7068361b841e67026e9..45db8702e73e8132654e463cb14dc6ed717948db 100644 (file)
@@ -30,8 +30,10 @@ namespace wxMSWMessageDialog
     class wxMSWTaskDialogConfig
     {
     public:
+        enum { MAX_BUTTONS = 4  };
+
         wxMSWTaskDialogConfig()
-            : buttons(new TASKDIALOG_BUTTON[3]),
+            : buttons(new TASKDIALOG_BUTTON[MAX_BUTTONS]),
               parent(NULL),
               iconId(0),
               style(0),
@@ -53,6 +55,7 @@ namespace wxMSWMessageDialog
         wxString btnNoLabel;
         wxString btnOKLabel;
         wxString btnCancelLabel;
+        wxString btnHelpLabel;
 
         // Will create a task dialog with it's paremeters for it's creation
         // stored in the provided TASKDIALOGCONFIG parameter.