Package: gtk
Accessor gtk-widget-sensitive
Lambda Listgtk-widget-sensitive (object) SyntaxArgumentsDetails Accessor of the sensitive slot of the gtk-widget
class. The gtk-widget-sensitive slot access function returns the sensitivity of the widget. The (setf gtk-widget-sensitive) slot access function sets the sensitivity. A widget is sensitive if the user can interact with it. Insensitive widgets are "grayed out" and the user cannot interact with them. Insensitive widgets are known as "inactive", "disabled", or "ghosted" in some other toolkits. The effective sensitivity of a widget is however determined by both its own and its parent sensitivity of the widget. See the gtk-widget-is-sensitive function. | See also |
2021-9-15