reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41115 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2795,6 +2795,14 @@ class MessageDialog(Dialog):
|
||||
|
||||
_windows_.MessageDialog_swigregister(MessageDialog)
|
||||
|
||||
PD_AUTO_HIDE = _windows_.PD_AUTO_HIDE
|
||||
PD_APP_MODAL = _windows_.PD_APP_MODAL
|
||||
PD_CAN_ABORT = _windows_.PD_CAN_ABORT
|
||||
PD_ELAPSED_TIME = _windows_.PD_ELAPSED_TIME
|
||||
PD_ESTIMATED_TIME = _windows_.PD_ESTIMATED_TIME
|
||||
PD_REMAINING_TIME = _windows_.PD_REMAINING_TIME
|
||||
PD_SMOOTH = _windows_.PD_SMOOTH
|
||||
PD_CAN_SKIP = _windows_.PD_CAN_SKIP
|
||||
class ProgressDialog(Frame):
|
||||
"""
|
||||
A dialog that shows a short message and a progress bar. Optionally, it
|
||||
@@ -2833,6 +2841,16 @@ class ProgressDialog(Frame):
|
||||
"""
|
||||
return _windows_.ProgressDialog_Update(*args, **kwargs)
|
||||
|
||||
def UpdatePulse(*args, **kwargs):
|
||||
"""
|
||||
UpdatePulse(self, String newmsg) --> (continue, skip)
|
||||
|
||||
Just like `Update` but switches the dialog to use a gauge in
|
||||
interminante mode and calls `wx.Gauge.Pulse` to show the user a bit of
|
||||
progress.
|
||||
"""
|
||||
return _windows_.ProgressDialog_UpdatePulse(*args, **kwargs)
|
||||
|
||||
def Resume(*args, **kwargs):
|
||||
"""
|
||||
Resume(self)
|
||||
|
Reference in New Issue
Block a user