Erlang logo
User's Guide
Reference Manual
Release Notes
PDF
Top

wxErlang
Reference Manual
Version 0.98.8


Expand All
Contract All

Table of Contents

wxProgressDialog

MODULE

wxProgressDialog

MODULE SUMMARY

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()}

resume(This::wxProgressDialog()) -> ok

update(This::wxProgressDialog()) -> ok

update(This::wxProgressDialog(), Value::integer()) -> bool()

Equivalent to update(This, Value, []).

update(This::wxProgressDialog(), Value::integer(), Options::[Option]) -> bool()

Types:

Option = {newmsg, string()}

destroy(This::wxProgressDialog()) -> ok

Destroys this object, do not use object again