gtk.overlay_layout_child
Module for [OverlayLayoutChild] class
Types 3
gtk.layout_child.LayoutChild subclass for children in a gtk.overlay_layout.OverlayLayout.
Methods
OverlayLayoutChildGidBuilder builder() static nothrowGet builder for [gtk.overlay_layout_child.OverlayLayoutChild] Returns: New builder objectbool clipOverlay() @property nothrowGet `clipOverlay` property. Returns: Whether the child should be clipped to fit the parent's size.void clipOverlay(bool propval) @property nothrowSet `clipOverlay` property. Params: propval = Whether the child should be clipped to fit the parent's size.bool measure() @property nothrowGet `measure` property. Returns: Whether the child size should contribute to the [gtk.overlay_layout.OverlayLayout]'s measurement.void measure(bool propval) @property nothrowSet `measure` property. Params: propval = Whether the child size should contribute to the [gtk.overlay_layout.OverlayLayout]'s measurement.bool getClipOverlay() nothrowRetrieves whether the child is clipped. Returns: whether the child is clippedbool getMeasure() nothrowRetrieves whether the child is measured. Returns: whether the child is measuredFluent builder implementation template for gtk.overlay_layout_child.OverlayLayoutChild
Methods
T clipOverlay(bool propval) nothrowSet `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) nothrowSet `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