DESCRIPTION
See external documentation: wxProgressDialog.
This class is derived (and can use functions) from:
wxDialog
wxTopLevelWindow
wxWindow
wxEvtHandler
DATA TYPES
-
- 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.
-
EXPORTS
new(Title, Message) -> wxProgressDialog()
-
Types:
-
Title = chardata() (see module unicode)
Message = chardata() (see module unicode)
-
Title = chardata() (see module unicode)
-
Equivalent to new(Title, Message, []).
new(Title, Message, Options::[Option]) -> wxProgressDialog()
-
Types:
-
Title = chardata() (see module unicode)
Message = chardata() (see module unicode)
Option = {maximum, integer()} | {parent, wxWindow() (see module wxWindow)} | {style, integer()}
-
Title = chardata() (see module unicode)
-
See external documentation.
resume(This) -> ok
-
Types:
-
This = wxProgressDialog()
-
This = wxProgressDialog()
-
See external documentation.
update(This) -> ok
-
Types:
-
This = wxProgressDialog()
-
This = wxProgressDialog()
-
See external documentation.
update(This, Value) -> boolean()
-
Types:
-
This = wxProgressDialog()
Value = integer()
-
This = wxProgressDialog()
-
Equivalent to update(This, Value, []).
update(This, Value, Options::[Option]) -> boolean()
-
Types:
-
This = wxProgressDialog()
Value = integer()
Option = {newmsg, chardata() (see module unicode)}
-
This = wxProgressDialog()
-
See external documentation.
destroy(This::wxProgressDialog()) -> ok
-
Destroys this object, do not use object again
AUTHORS
<>