Method

GtkOverlayget_overlay_pass_through

since: 3.18

Declaration [src]

gboolean
gtk_overlay_get_overlay_pass_through (
  GtkOverlay* overlay,
  GtkWidget* widget
)

Description [src]

Convenience function to get 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.

Return value

Type: gboolean

Whether the widget is a pass through child.