gtk.overlay_layout_child

Module for [OverlayLayoutChild] class

Types 3

[gtk.layout_child.LayoutChild] subclass for children in a [gtk.overlay_layout.OverlayLayout].

Methods
GType _gType() @property
OverlayLayoutChild self()Returns `this`, for use in `with` statements.
OverlayLayoutChildGidBuilder builder()Get builder for [gtk.overlaylayoutchild.OverlayLayoutChild] Returns: New builder object
bool clipOverlay() @propertyGet `clipOverlay` property. Returns: Whether the child should be clipped to fit the parent's size.
void clipOverlay(bool propval) @propertySet `clipOverlay` property. Params: propval = Whether the child should be clipped to fit the parent's size.
bool measure() @propertyGet `measure` property. Returns: Whether the child size should contribute to the [gtk.overlay_layout.OverlayLayout]'s measurement.
void measure(bool propval) @propertySet `measure` property. Params: propval = Whether the child size should contribute to the [gtk.overlay_layout.OverlayLayout]'s measurement.
bool getClipOverlay()Retrieves whether the child is clipped. Returns: whether the child is clipped
bool getMeasure()Retrieves whether the child is measured. Returns: whether the child is measured
void setClipOverlay(bool clipOverlay)Sets whether to clip this child.
void setMeasure(bool measure)Sets whether to measure this child.
Constructors
this(void * ptr, Flag!"Take" take)
Methods
T clipOverlay(bool propval)Set `clipOverlay` property. Params: propval = Whether the child should be clipped to fit the parent's size. Returns: Builder instance for fluent chaining
T measure(bool propval)Set `measure` property. Params: propval = Whether the child size should contribute to the [gtk.overlay_layout.OverlayLayout]'s measurement. Returns: Builder instance for fluent chaining

Fluent builder for [gtk.overlay_layout_child.OverlayLayoutChild]