ProgressDialogZenity

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

_pipes
ProcessPipes _pipes;
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