OverlayLayoutChild

Members

Functions

getClipOverlay
bool getClipOverlay()

Retrieves whether the child is clipped.

getMeasure
bool getMeasure()

Retrieves whether the child is measured.

setClipOverlay
void setClipOverlay(bool clipOverlay)

Sets whether to clip this child.

setMeasure
void setMeasure(bool measure)

Sets whether to measure this child.

Inherited Members

From LayoutChild

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.