Method

GtkWidgetget_app_paintable

since: 2.18

Declaration [src]

gboolean
gtk_widget_get_app_paintable (
  GtkWidget* widget
)

Description [src]

Determines whether the application intends to draw on the widget in an GtkWidget::draw handler.

See gtk_widget_set_app_paintable()

Available since: 2.18

Return value

Type: gboolean

TRUE if the widget is app paintable.