SpawnWindow

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

childEnded
bool childEnded(Spawn spawn)
Undocumented in source. Be warned that the author may not have intended to support it.
setInput
void setInput(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
setInput
void setInput(string arg)
Undocumented in source. Be warned that the author may not have intended to support it.
syncError
bool syncError(string line)
Undocumented in source. Be warned that the author may not have intended to support it.
syncOutput
bool syncOutput(string line)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

iterError
TextIter iterError;
Undocumented in source.
iterOut
TextIter iterOut;
Undocumented in source.
viewError
TextView viewError;
Undocumented in source.
viewInput
TextView viewInput;
Undocumented in source.
viewOutput
TextView viewOutput;
Undocumented in source.

Inherited Members

From MainWindow

windowDelete
bool windowDelete(Event event, Widget widget)

Executed when the user tries to close the window

exit
bool exit(int code, bool force)

Allows the application to close and decide if it can exit

Meta