]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/progdlg.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: Base header for wxProgressDialog
4 // Author: Julian Smart
8 // Copyright: (c) Julian Smart
9 // Licence: wxWindows Licence
10 /////////////////////////////////////////////////////////////////////////////
12 #ifndef _WX_PROGDLG_H_BASE_
13 #define _WX_PROGDLG_H_BASE_
18 * wxProgressDialog flags
20 #define wxPD_CAN_ABORT 0x0001
21 #define wxPD_APP_MODAL 0x0002
22 #define wxPD_AUTO_HIDE 0x0004
23 #define wxPD_ELAPSED_TIME 0x0008
24 #define wxPD_ESTIMATED_TIME 0x0010
25 #define wxPD_SMOOTH 0x0020
26 #define wxPD_REMAINING_TIME 0x0040
27 #define wxPD_CAN_SKIP 0x0080
31 #include "wx/palmos/progdlg.h"
33 #include "wx/generic/progdlgg.h"
36 #endif // _WX_PROGDLG_H_BASE_