FreeBSD Manual Pages
wxProgressDialog(3) Erlang Module Definition wxProgressDialog(3) 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 = 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 mod- ule 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 AUTHORS __ wx 1.3.3 wxProgressDialog(3)
NAME | DESCRIPTION | DATA TYPES | EXPORTS | AUTHORS
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=wxProgressDialog&sektion=3&manpath=FreeBSD+12.1-RELEASE+and+Ports>