SpawnWindow

Undocumented in source.

Constructors

this
this(Application application)
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 ApplicationWindow

gtkApplicationWindow
GtkApplicationWindow* gtkApplicationWindow;

the main Gtk struct

getApplicationWindowStruct
GtkApplicationWindow* getApplicationWindowStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

__anonymous
mixin ActionGroupT!(GtkApplicationWindow)
Undocumented in source.
__anonymous
mixin ActionMapT!(GtkApplicationWindow)
Undocumented in source.
getType
GType getType()
getHelpOverlay
ShortcutsWindow getHelpOverlay()

Gets the GtkShortcutsWindow that is associated with @window.

getId
uint getId()

Returns the unique ID of the window.

getShowMenubar
bool getShowMenubar()

Returns whether the window will display a menubar for the app menu and menubar as needed.

setHelpOverlay
void setHelpOverlay(ShortcutsWindow helpOverlay)

Associates a shortcuts window with the application window.

setShowMenubar
void setShowMenubar(bool showMenubar)

Sets whether the window will display a menubar for the app menu and menubar as needed.

Meta