wxProgressDialog

See external documentation: wxProgressDialog.

See external documentation: wxProgressDialog.

This class is derived (and can use functions) from:
wxDialog
wxTopLevelWindow
wxWindow
wxEvtHandler

Types


wxProgressDialog() = wx:wx_object()

Functions


new(Title, Message) -> wxProgressDialog()

  • Title = chardata() (see module unicode)
  • Message = chardata() (see module unicode)

Equivalent to new(Title, Message, []).

new(Title, Message, Option::[Option]) -> wxProgressDialog()

  • Title = chardata() (see module unicode)
  • Message = chardata() (see module unicode)
  • Option = {maximum, integer()} | {parent, wxWindow() (see module wxWindow)} | {style, integer()}

See external documentation.

resume(This) -> ok

  • This = wxProgressDialog()

See external documentation.

update(This) -> ok

  • This = wxProgressDialog()

See external documentation.

update(This, Value) -> boolean()

  • This = wxProgressDialog()
  • Value = integer()

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

update(This, Value, Option::[Option]) -> boolean()

  • 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