wxPD_CAN_SKIP for skipping parts of progress and reintroduced wxPD_SMOOTH after removal of modal dialog flag.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31193 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1531,10 +1531,9 @@ enum wxBorder
|
||||
#define wxPD_AUTO_HIDE 0x0004
|
||||
#define wxPD_ELAPSED_TIME 0x0008
|
||||
#define wxPD_ESTIMATED_TIME 0x0010
|
||||
/* wxGA_SMOOTH = 0x0020 may also be used with wxProgressDialog */
|
||||
/* NO!!! This is wxDIALOG_MODAL and will cause the progress dialog to */
|
||||
/* be modal. No progress will then be made at all. */
|
||||
#define wxPD_SMOOTH 0x0020
|
||||
#define wxPD_REMAINING_TIME 0x0040
|
||||
#define wxPD_CAN_SKIP 0x0080
|
||||
|
||||
/*
|
||||
* wxDirDialog styles
|
||||
|
Reference in New Issue
Block a user