X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/99d800190a04a2deaf769017a5fae04a4ae50378..e1ef506e13b7c8e96483b7fc0852dcb46688badd:/include/wx/progdlg.h?ds=sidebyside

diff --git a/include/wx/progdlg.h b/include/wx/progdlg.h
index e38c9cef8f..dbce6e7275 100644
--- a/include/wx/progdlg.h
+++ b/include/wx/progdlg.h
@@ -14,6 +14,19 @@
 
 #include "wx/defs.h"
 
+/*
+ * wxProgressDialog flags
+ */
+#define wxPD_CAN_ABORT          0x0001
+#define wxPD_APP_MODAL          0x0002
+#define wxPD_AUTO_HIDE          0x0004
+#define wxPD_ELAPSED_TIME       0x0008
+#define wxPD_ESTIMATED_TIME     0x0010
+#define wxPD_SMOOTH             0x0020
+#define wxPD_REMAINING_TIME     0x0040
+#define wxPD_CAN_SKIP           0x0080
+
+
 #ifdef __WXPALMOS__
     #include "wx/palmos/progdlg.h"
 #else