Overlay.setMeasureOverlay

Sets whether @widget is included in the measured size of @overlay.

The overlay will request the size of the largest child that has this property set to %TRUE. Children who are not included may be drawn outside of @overlay's allocation if they are too large.

class Overlay
void
setMeasureOverlay

Parameters

widget Widget

an overlay child of GtkOverlay

measure bool

whether the child should be measured

Meta