gtkWidgetSetSensitive: gtkWidgetSetSensitive

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

Description

Sets the sensitivity of a widget. A widget is sensitive if the user can interact with it. Insensitive widgets are "grayed out" and the user can't interact with them. Insensitive widgets are known as "inactive", "disabled", or "ghosted" in some other toolkits.

Usage

1
gtkWidgetSetSensitive(object, sensitive)

Arguments

object

a GtkWidget

sensitive

TRUE to make the widget sensitive

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.