Method

GtkWidgetis_drawable

Declaration [src]

gboolean
gtk_widget_is_drawable (
  GtkWidget* widget
)

Description [src]

Determines whether widget can be drawn to.

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

Return value

Type: gboolean

TRUE if widget is drawable, FALSE otherwise.