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