GtkBackend

Creates GTK components.

Members

Functions

application
Application application()
Undocumented in source. Be warned that the author may not have intended to support it.
button
GtkButton button()
Undocumented in source. Be warned that the author may not have intended to support it.
getWidgets
ToolkitWidgets getWidgets()
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.
label
GtkLabel label()
Undocumented in source. Be warned that the author may not have intended to support it.
menu
GtkMenu menu()
Undocumented in source. Be warned that the author may not have intended to support it.
menubar
GtkMenuBar menubar()
Undocumented in source. Be warned that the author may not have intended to support it.
menubutton
GtkMenuButton menubutton()
Undocumented in source. Be warned that the author may not have intended to support it.
queue
void queue(void delegate() callback)

Queues a callback to be run on the GTK event loop.

run
void run(string[] args, IWindow window)
Undocumented in source. Be warned that the author may not have intended to support it.
window
GtkWindow window()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ToolkitBackend

run
void run(string[] args, IWindow window)

Enters the main event loop for the backend.

getWidgets
ToolkitWidgets getWidgets()
Undocumented in source.

From ToolkitWidgets

window
IWindow window()

Creates a window.

label
ILabel label()

Creates a label.

button
IButton button()

Creates a button.

menubar
IMenuBar menubar()

Creates a menubar.

menu
IMenu menu()

Creates a menu.

menubutton
IMenuButton menubutton()

Creates a menu button.

From IApplicationProxy

application
Application application()

Returns the GTK application instance.

gioApplication
GioApplication gioApplication()

Returns the GIO Application instance.

Meta