Method
GtkOverlayset_overlay_pass_through
since: 3.18
Declaration [src]
void
gtk_overlay_set_overlay_pass_through (
GtkOverlay* overlay,
GtkWidget* widget,
gboolean pass_through
)
Description [src]
Convenience function to set the value of the GtkOverlay:pass-through
child property for widget
.
Available since: 3.18
Parameters
widget
-
Type:
GtkWidget
An overlay child of
GtkOverlay
.The data is owned by the caller of the method. pass_through
-
Type:
gboolean
Whether the child should pass the input through.