gtkWidgetIsSensitive {RGtk2}R Documentation

gtkWidgetIsSensitive

Description

Returns the widget's effective sensitivity, which means it is sensitive itself and also its parent widget is sensntive

Usage

gtkWidgetIsSensitive(object)

Arguments

object

a GtkWidget

Details

Since 2.18

Value

[logical] TRUE if the widget is effectively sensitive

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]