diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:54:05 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-10-03 09:33:55 -0700 |
commit | 5691187ced24b16a951e2b8308bcc2b65dd36eee (patch) | |
tree | f58463620ce3d96873b3bf094a9e313e2841f7f6 /man/XtSetSensitive.man | |
parent | 6c0b44caa9b424c7e05327e8ddc9273b87a0f81f (diff) |
Strip trailing whitespace
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
git diff -w & git diff -b show no diffs from this change
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'man/XtSetSensitive.man')
-rw-r--r-- | man/XtSetSensitive.man | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/man/XtSetSensitive.man b/man/XtSetSensitive.man index e9f9bc4..2a9f00c 100644 --- a/man/XtSetSensitive.man +++ b/man/XtSetSensitive.man @@ -128,12 +128,12 @@ XtSetSensitive, XtIsSensitive \- set and check a widget's sensitivity state .SH SYNTAX .HP -void XtSetSensitive(Widget \fIw\fP, Boolean \fIsensitive\fP); +void XtSetSensitive(Widget \fIw\fP, Boolean \fIsensitive\fP); .HP -Boolean XtIsSensitive(Widget \fIw\fP); +Boolean XtIsSensitive(Widget \fIw\fP); .SH ARGUMENTS .IP \fIsensitive\fP 1i -Specifies a Boolean value that indicates whether the widget should receive +Specifies a Boolean value that indicates whether the widget should receive keyboard and pointer events. .IP \fIw\fP 1i Specifies the widget. @@ -160,25 +160,25 @@ take whatever display actions are needed (for example, greying out or stippling the widget). .LP .ZN XtSetSensitive -maintains the invariant that if parent has either sensitive -or ancestor_sensitive +maintains the invariant that if parent has either sensitive +or ancestor_sensitive .ZN False , -then all children have ancestor_sensitive +then all children have ancestor_sensitive .ZN False . .LP The .ZN XtIsSensitive -function returns -.ZN True -or -.ZN False +function returns +.ZN True +or +.ZN False to indicate whether or not user input events are being dispatched. -If both core.sensitive and core.ancestor_sensitive are +If both core.sensitive and core.ancestor_sensitive are .ZN True , .ZN XtIsSensitive -returns +returns .ZN True ; -otherwise, it returns +otherwise, it returns .ZN False . .SH "SEE ALSO" .br |