GtkWindow

A GTK window.

Members

Functions

add
void add(IComponent child)
Undocumented in source. Be warned that the author may not have intended to support it.
application
Application application()
Undocumented in source. Be warned that the author may not have intended to support it.
createInstance
VBox createInstance()
Undocumented in source. Be warned that the author may not have intended to support it.
gioApplication
GioApplication gioApplication()
Undocumented in source. Be warned that the author may not have intended to support it.
setApplication
void setApplication(IApplicationProxy application)
Undocumented in source. Be warned that the author may not have intended to support it.
title
string title()
Undocumented in source. Be warned that the author may not have intended to support it.
title
void title(string title)
Undocumented in source. Be warned that the author may not have intended to support it.
visible
void visible(bool visible)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From IWindow

title
string title()

Gets the current title of the window.

title
void title(string title)

Sets the new title of the window.

From IApplicationProxy

application
Application application()

Returns the GTK application instance.

gioApplication
GioApplication gioApplication()

Returns the GIO Application instance.

Meta