set_measure_overlay


Description:

public void set_measure_overlay (Widget widget, bool measure)

Sets whether widget is included in the measured size of this.

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 this's allocation if they are too large.

Parameters:

this

a `GtkOverlay`

widget

an overlay child of `GtkOverlay`

measure

whether the child should be measured