OverlayLayoutChild

Constructors

this
this(void* ptr, Flag!"Take" take)

Members

Functions

getClipOverlay
bool getClipOverlay()

Retrieves whether the child is clipped.

getMeasure
bool getMeasure()

Retrieves whether the child is measured.

self
OverlayLayoutChild self()

Returns this, for use in with statements.

setClipOverlay
void setClipOverlay(bool clipOverlay)

Sets whether to clip this child.

setMeasure
void setMeasure(bool measure)

Sets whether to measure this child.

Properties

clipOverlay
bool clipOverlay [@property getter]

Get clipOverlay property.

clipOverlay
bool clipOverlay [@property setter]

Set clipOverlay property.

gType
GType gType [@property getter]
measure
bool measure [@property getter]

Get measure property.

measure
bool measure [@property setter]

Set measure property.

Static functions

getGType
GType getGType()

Inherited Members

From LayoutChild

getGType
GType getGType()
gType
GType gType [@property getter]
self
LayoutChild self()

Returns this, for use in with statements.

getChildWidget
gtk.widget.Widget getChildWidget()

Retrieves the gtk.widget.Widget associated to the given layout_child.

getLayoutManager
gtk.layout_manager.LayoutManager getLayoutManager()

Retrieves the gtk.layout_manager.LayoutManager instance that created the given layout_child.