XtIsSensitive (3) Linux Manual Page
XtSetSensitive, XtIsSensitive – set and check a widget’s sensitivity state Syntax #include <X11/Intrinsic.h> void XtSetSensitive(Widget w, Boolean sensitive); Boolean XtIsSensitive(Widget w); Arguments sensitive Specifies a Boolean value that indicates whether the widget should receive keyboard and pointer events. w Specifies the widget. Description The XtSetSensitive function first calls XtSetValues on the current widget with an…
