Scroll to navigation

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

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.9.2