summaryrefslogtreecommitdiff
path: root/man/XtSetSensitive.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XtSetSensitive.man')
-rw-r--r--man/XtSetSensitive.man20
1 files changed, 10 insertions, 10 deletions
diff --git a/man/XtSetSensitive.man b/man/XtSetSensitive.man
index 992090b..6a830e2 100644
--- a/man/XtSetSensitive.man
+++ b/man/XtSetSensitive.man
@@ -72,27 +72,27 @@ keyboard and pointer events.
Specifies the widget.
.SH DESCRIPTION
The
-.BR XtSetSensitive
+.B XtSetSensitive
function first calls
-.BR XtSetValues
+.B 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
-.BR XtSetValues
+.B 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.
.LP
-.BR XtSetSensitive
+.B XtSetSensitive
calls
-.BR XtSetValues
+.B 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).
.LP
-.BR XtSetSensitive
+.B XtSetSensitive
maintains the invariant that if parent has either sensitive
or ancestor_sensitive
.BR False ,
@@ -100,15 +100,15 @@ then all children have ancestor_sensitive
.BR False .
.LP
The
-.BR XtIsSensitive
+.B XtIsSensitive
function returns
-.BR True
+.B True
or
-.BR False
+.B False
to indicate whether or not user input events are being dispatched.
If both core.sensitive and core.ancestor_sensitive are
.BR True ,
-.BR XtIsSensitive
+.B XtIsSensitive
returns
.BR True ;
otherwise, it returns