Method

GntWidgetin_destruction

since: 2.14

Declaration [src]

gboolean
gnt_widget_in_destruction (
  GntWidget* widget
)

Description [src]

Returns whether the widget is currently being destroyed.

This information can sometimes be used to avoid doing unnecessary work.

Available since: 2.14

Return value

Type: gboolean

TRUE if the widget is being destroyed.