OverlayLayoutChild#

class OverlayLayoutChild(**properties: Any)#

Superclasses: LayoutChild, Object

GtkLayoutChild subclass for children in a GtkOverlayLayout.

Methods#

class OverlayLayoutChild
get_clip_overlay() bool#

Retrieves whether the child is clipped.

get_measure() bool#

Retrieves whether the child is measured.

set_clip_overlay(clip_overlay: bool) None#

Sets whether to clip this child.

Parameters:

clip_overlay – whether to clip this child

set_measure(measure: bool) None#

Sets whether to measure this child.

Parameters:

measure – whether to measure this child

Properties#

class OverlayLayoutChild
props.clip_overlay: bool#

The type of the None singleton.

props.measure: bool#

The type of the None singleton.