diff options
Diffstat (limited to 'man/XtBuildEventMask.man')
-rw-r--r-- | man/XtBuildEventMask.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/XtBuildEventMask.man b/man/XtBuildEventMask.man index 2068fe0..32ba4a9 100644 --- a/man/XtBuildEventMask.man +++ b/man/XtBuildEventMask.man @@ -128,7 +128,7 @@ XtBuildEventMask \- retrieve a widget's event mask .SH SYNTAX .HP -EventMask XtBuildEventMask(Widget \fIw\fP); +EventMask XtBuildEventMask(Widget \fIw\fP); .SH ARGUMENTS .IP \fIw\fP 1i Specifies the widget. @@ -140,7 +140,7 @@ of all event masks for event handlers registered on the widget with .ZN XtAddEventHandler and all event translations, including accelerators, installed on the widget. -This is the same event mask stored into the +This is the same event mask stored into the .ZN XSetWindowAttributes structure by .ZN XtRealizeWidget |