Method

GtkWidgetset_mapped

since: 2.20

Declaration [src]

void
gtk_widget_set_mapped (
  GtkWidget* widget,
  gboolean mapped
)

Description [src]

Marks the widget as being mapped.

This function should only ever be called in a derived widget’s “map” or “unmap” implementation.

Available since: 2.20

Parameters

mapped

Type: gboolean

TRUE to mark the widget as mapped.