gtkWidgetIsDrawable {RGtk2}R Documentation

gtkWidgetIsDrawable

Description

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

Usage

gtkWidgetIsDrawable(object)

Arguments

object

a GtkWidget

Details

Since 2.18

Value

[logical] TRUE if widget is drawable, FALSE otherwise

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]