linux man page for wxprogressdialog

Query: wxprogressdialog

OS: linux

Section: 3erl

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

wxProgressDialog(3erl)					     Erlang Module Definition					    wxProgressDialog(3erl)

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::string(), Message::string()) -> wxProgressDialog() Equivalent to new(Title, Message, []) . new(Title::string(), Message::string(), Options::[Option]) -> wxProgressDialog() Types Option = {maximum, integer()} | {parent, wxWindow() (see module wxWindow)} | {style, integer()} See external documentation . resume(This::wxProgressDialog()) -> ok See external documentation . update(This::wxProgressDialog()) -> ok See external documentation . update(This::wxProgressDialog(), Value::integer()) -> bool() Equivalent to update(This, Value, []) . update(This::wxProgressDialog(), Value::integer(), Options::[Option]) -> bool() Types Option = {newmsg, string()} See external documentation . destroy(This::wxProgressDialog()) -> ok Destroys this object, do not use object again
AUTHORS
<> wxErlang 0.98.9 wxProgressDialog(3erl)
Related Man Pages
wxcolourdialog(3erl) - linux
wxdialog(3erl) - linux
wxfindreplacedialog(3erl) - linux
wxmdiparentframe(3erl) - linux
wxspinbutton(3erl) - linux
Similar Topics in the Unix Linux Community
Forum Video Tutorial: How to Use Code Tags
Don Cragun crossing 4500 thanks went unnoticed for more than a week - late congratulations!
YouTube: How to Use Code Tags and Format Posts @UNIX.com
UNIX.com End of Year (EOY) Report (2019)