GtkWidgetComponent

A Component with a GTK backend.

Members

Functions

createInstance
Type createInstance()

Creates and returns an new instance of this type.

getInternal
IComponent getInternal()
Undocumented in source. Be warned that the author may not have intended to support it.
getWidget
Type getWidget()

Returns the internal widget.

initialise
void initialise()

Initialises the component.

queue
void queue(void delegate(Type) callback)

Queues a setter to be executed.

visible
void visible(bool visible)
Undocumented in source. Be warned that the author may not have intended to support it.
visible
bool visible()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From IGtkWidgetComponent

getWidget
Widget getWidget()
Undocumented in source.

From IComponent

visible
void visible(bool visible)

Sets the visibility of the component.

visible
bool visible()

Gets the visibility of the component.

getInternal
IComponent getInternal()

Returns the component owned by the backend.

Meta