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

_gType
GType _gType [@property getter]
clipOverlay
bool clipOverlay [@property getter]

Get clipOverlay property.

clipOverlay
bool clipOverlay [@property setter]

Set clipOverlay property.

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.