set_sensitive


Description:

public void set_sensitive (bool sensitive)

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.

Parameters:

this

a Widget

sensitive

true to make the widget sensitive