set_clip_overlay
Description:
public void set_clip_overlay (
Widget widget,
bool clip_overlay)
Sets whether widget
should be clipped within the parent.
Parameters:
this |
a `GtkOverlay`
|
widget |
an overlay child of `GtkOverlay`
|
clip_overlay |
whether the child should be clipped
|