Gtk.OverlayLayoutChild¶
class — extends LayoutChild
GtkLayoutChild subclass for children in a GtkOverlayLayout.
Methods¶
get_clip_overlay¶
Retrieves whether the child is clipped.
get_measure¶
Retrieves whether the child is measured.
set_clip_overlay¶
Sets whether to clip this child.
Parameters:
clip_overlay— whether to clip this child
set_measure¶
Sets whether to measure this child.
Parameters:
measure— whether to measure this child
Properties¶
clip_overlay¶
Whether the child should be clipped to fit the parent's size.
measure¶
Whether the child size should contribute to the GtkOverlayLayout's
measurement.