Method

GtkWidgetget_has_window

since: 2.18

Declaration [src]

gboolean
gtk_widget_get_has_window (
  GtkWidget* widget
)

Description [src]

Determines whether widget has a GdkWindow of its own. See gtk_widget_set_has_window().

Available since: 2.18

Return value

Type: gboolean

TRUE if widget has a window, FALSE otherwise.