Method

GtkOverlayremove_overlay

Declaration [src]

void
gtk_overlay_remove_overlay (
  GtkOverlay* overlay,
  GtkWidget* widget
)

Description [src]

Removes an overlay that was added with gtk_overlay_add_overlay().

Parameters

widget

Type: GtkWidget

A GtkWidget to be removed.

The data is owned by the caller of the method.