See external documentation: wxprogressdialog.
See external documentation: wxProgressDialog.
This class is derived (and can use functions) from:
wxDialog
wxTopLevelWindow
wxWindow
wxEvtHandler
wxProgressDialog():
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
new(Title, Message) -> wxProgressDialog()
Types:
Title = chardata() (see module unicode)
Message = chardata() (see module unicode)
Equivalent to new(Title, Message, []).
new(Title, Message, Option::[Option]) -> wxProgressDialog()
Types:
Title = chardata() (see module unicode)
Message = chardata() (see module unicode)
Option = {maximum, integer()} | {parent, wxWindow() (see module wxWindow)} | {style, integer()}
See external documentation.
resume(This) -> ok
Types:
This = wxProgressDialog()
See external documentation.
update(This) -> ok
Types:
This = wxProgressDialog()
See external documentation.
update(This, Value) -> boolean()
Types:
This = wxProgressDialog()
Value = integer()
Equivalent to update(This, Value, []).
update(This, Value, Option::[Option]) -> boolean()
Types:
This = wxProgressDialog()
Value = integer()
Option = {newmsg, chardata() (see module unicode)}
See external documentation.
destroy(This::wxProgressDialog()) -> ok
Destroys this object, do not use object again
<>