gtkWidgetGetHasWindow {RGtk2}R Documentation

gtkWidgetGetHasWindow

Description

Determines whether widget has a GdkWindow of its own. See gtkWidgetSetHasWindow.

Usage

gtkWidgetGetHasWindow(object)

Arguments

object

a GtkWidget

Details

Since 2.18

Value

[logical] TRUE if widget has a window, FALSE otherwise

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]