Method

GtkWidgetis_drawable

since: 2.18

Declaration [src]

gboolean
gtk_widget_is_drawable (
  GtkWidget* widget
)

Description [src]

Determines whether widget can be drawn to. A widget can be drawn to if it is mapped and visible.

Available since: 2.18

Return value

Type: gboolean

TRUE if widget is drawable, FALSE otherwise.