ProgressDialogDlangUI

Undocumented in source.

Constructors

this
this(string title, string message)
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
setPercent
void setPercent(int percent)
Undocumented in source. Be warned that the author may not have intended to support it.
show
void show(void delegate() cb)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

isSupported
bool isSupported()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_percent
int _percent;
Undocumented in source.
_progress_bar
ProgressBarWidget _progress_bar;
Undocumented in source.
_retval
int _retval;
Undocumented in source.
_window
Window _window;
Undocumented in source.

Inherited Members

From ProgressDialogBase

onError
void onError(void delegate(Throwable err) cb)
Undocumented in source. Be warned that the author may not have intended to support it.
fireOnError
void fireOnError(Throwable err)
Undocumented in source. Be warned that the author may not have intended to support it.
show
void show(void delegate() cb)
Undocumented in source.
setPercent
void setPercent(int percent)
Undocumented in source.
close
void close()
Undocumented in source.
_title
string _title;
Undocumented in source.
_message
string _message;
Undocumented in source.
_on_error_cb
void delegate(Throwable err) _on_error_cb;
Undocumented in source.

Meta