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 = unicode:chardata()
Message = unicode:chardata()
Equivalent to new(Title, Message, []).
new(Title, Message, Options::[Option]) -> wxProgressDialog()
Title = unicode:chardata()
Message = unicode:chardata()
Option = {maximum, integer()} | {parent, wxWindow:wxWindow()} | {style, integer()}
See
update(This, Value) -> boolean()
This = wxProgressDialog()
Value = integer()
Equivalent to update(This, Value, []).
update(This, Value, Options::[Option]) -> boolean()
This = wxProgressDialog()
Value = integer()
Option = {newmsg, unicode:chardata()}
See
destroy(This::wxProgressDialog()) -> ok
Destroys this object, do not use object again