Method

GntWidgetset_mapped

since: 2.14

Declaration [src]

void
gnt_widget_set_mapped (
  GntWidget* widget,
  gboolean mapped
)

Description [src]

Marks the widget as being mapped (or not).

This should generally only be called from the widget’s “map” or “unmap” implementation.

Available since: 2.14

Parameters

mapped

Type: gboolean

Whether or not the widget is mapped.