gtk.overlay_layout_child
Module for OverlayLayoutChild class
Types 3
gtk.layout_child.LayoutChild subclass for children in a gtk.overlay_layout.OverlayLayout.
Methods
OverlayLayoutChild self()Returns `this`, for use in `with` statements.OverlayLayoutChildGidBuilder builder()Get builder for [gtk.overlay_layout_child.OverlayLayoutChild] Returns: New builder objectbool 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 clippedbool getMeasure()Retrieves whether the child is measured. Returns: whether the child is measuredvoid setClipOverlay(bool clipOverlay)Sets whether to clip this child.void setMeasure(bool measure)Sets whether to measure this child.Fluent builder implementation template for gtk.overlay_layout_child.OverlayLayoutChild
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 chainingT 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 chainingFluent builder for gtk.overlay_layout_child.OverlayLayoutChild
Methods
OverlayLayoutChild build()Create object from builder. Returns: New object