GtkComponent

Undocumented in source.

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
bool visible()
Undocumented in source. Be warned that the author may not have intended to support it.
visible
void visible(bool )
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

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