Provided by: erlang-manpages_20.2.2+dfsg-1ubuntu2_all
NAME
wxProgressDialog - See external documentation: wxProgressDialog.
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 = unicode:chardata() Message = unicode:chardata() Equivalent to new(Title, Message, []). new(Title, Message, Options::[Option]) -> wxProgressDialog() Types: Title = unicode:chardata() Message = unicode:chardata() Option = {maximum, integer()} | {parent, wxWindow: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, Options::[Option]) -> boolean() Types: This = wxProgressDialog() Value = integer() Option = {newmsg, unicode:chardata()} See external documentation. destroy(This::wxProgressDialog()) -> ok Destroys this object, do not use object again
AUTHORS
<> wx 1.8.3 wxProgressDialog(3erl)