diff options
author | Walter Harms <wharms@bfs.de> | 2019-04-16 13:20:42 +0200 |
---|---|---|
committer | Walter Harms <wharms@bfs.de> | 2019-04-16 13:20:42 +0200 |
commit | 2b26e9a5473e399c81ae11b98d1f0b38393dbd8c (patch) | |
tree | c62b25afc2ec470d02c9d63545adc213d870b6a3 /man/XtBuildEventMask.man | |
parent | 4b446ce8b20b1de1488c73e1841dafbd25ca949f (diff) | |
parent | 965bc251c1d8391e672f277686254299627d4e3c (diff) |
Merge branch 'master' of ssh://gitlab.freedesktop.org/xorg/lib/libxt
Conflicts:
man/XtManageChildren.man
Diffstat (limited to 'man/XtBuildEventMask.man')
-rw-r--r-- | man/XtBuildEventMask.man | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/XtBuildEventMask.man b/man/XtBuildEventMask.man index b231fb1..5d770f3 100644 --- a/man/XtBuildEventMask.man +++ b/man/XtBuildEventMask.man @@ -67,16 +67,16 @@ EventMask XtBuildEventMask(Widget \fIw\fP); Specifies the widget. .SH DESCRIPTION The -.BR XtBuildEventMask +.B XtBuildEventMask function returns the event mask representing the logical OR of all event masks for event handlers registered on the widget with -.BR XtAddEventHandler +.B XtAddEventHandler and all event translations, including accelerators, installed on the widget. This is the same event mask stored into the -.BR XSetWindowAttributes +.B XSetWindowAttributes structure by -.BR XtRealizeWidget +.B XtRealizeWidget and sent to the server when event handlers and translations are installed or removed on the realized widget. .SH "SEE ALSO" |