Query: xtsetsensitive
OS: redhat
Section: 3xt
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XtSetSensitive(3Xt) XT FUNCTIONS XtSetSensitive(3Xt)NAMEXtSetSensitive, XtIsSensitive - set and check a widget's sensitivity stateSYNTAXvoid XtSetSensitive(w, sensitive) Widget w; Boolean sensitive; Boolean XtIsSensitive(w) Widget w;ARGUMENTSsensitive Specifies a Boolean value that indicates whether the widget should receive keyboard and pointer events. w Specifies the widget.DESCRIPTIONThe XtSetSensitive function first calls XtSetValues on the current widget with an argument list specifying that the sensitive field should change to the new value. It then recursively propagates the new value down the managed children tree by calling XtSetValues on each child to set the ancestor_sensitive to the new value if the new values for sensitive and the child's ancestor_sensitive are not the same. XtSetSensitive calls XtSetValues to change sensitive and ancestor_sensitive. Therefore, when one of these changes, the widget's set_values procedure should take whatever display actions are needed (for example, greying out or stippling the widget). XtSetSensitive maintains the invariant that if parent has either sensitive or ancestor_sensitive False, then all children have ances- tor_sensitive False. The XtIsSensitive function returns True or False to indicate whether or not user input events are being dispatched. If both core.sensitive and core.ancestor_sensitive are True, XtIsSensitive returns True; otherwise, it returns False.SEE ALSOX Toolkit Intrinsics - C Language Interface Xlib - C Language X Interface X Version 11 Release 6.6 XtSetSensitive(3Xt)
Related Man Pages |
---|
xtissensitive(3xt) - redhat |
xtsetsensitive(3) - centos |
xtissensitive(3xt) - xfree86 |
xtsetsensitive(3xt) - xfree86 |
xtsetsensitive(3) - x11r4 |
Similar Topics in the Unix Linux Community |
---|
Case sensitivity |
case sensitive "if [ -e $file ]"? |
How to take parameters as non case sensitive |
Please remove sensitive information urgent |
Remove sensitive data |