summaryrefslogtreecommitdiff
path: root/man/XtRegisterDrawable.man
diff options
context:
space:
mode:
authorWalter Harms <wharms@bfs.de>2019-04-02 22:50:51 +0200
committerWalter Harms <wharms@bfs.de>2019-04-02 22:50:51 +0200
commit7caf7f47d473e92cf0fc36bf03720765916c17be (patch)
treefc94f08c87a1c4a8655bf9e0afa463322887cf89 /man/XtRegisterDrawable.man
parent3b5b654d5b539364a2f19b5206a79fb2e13f810f (diff)
downloadxorg-lib-libXt-7caf7f47d473e92cf0fc36bf03720765916c17be.tar.gz
replace .ZN with .BR
By replacing we do two things: 1. this fixes the troff behavier 2. this moves us closer to std. man pages 3. after this patch the macro ZN can be deleted Signed-off-by: Walter Harms <wharms@bfs.de>
Diffstat (limited to 'man/XtRegisterDrawable.man')
-rw-r--r--man/XtRegisterDrawable.man12
1 files changed, 6 insertions, 6 deletions
diff --git a/man/XtRegisterDrawable.man b/man/XtRegisterDrawable.man
index 8ffea73..a8ac671 100644
--- a/man/XtRegisterDrawable.man
+++ b/man/XtRegisterDrawable.man
@@ -72,10 +72,10 @@ Specifies the drawable to register.
.IP \fIwidget\fP 1i
Specifies the widget to register the drawable for.
.SH DESCRIPTION
-.ZN XtRegisterDrawable
+.BR XtRegisterDrawable
associates the specified drawable with the specified widget so that
future calls to
-.ZN XtWindowToWidget
+.BR XtWindowToWidget
with the drawable will return the widget. The default event dispatcher
will dispatch future core events that arrive with the drawable to the
widget as though the event contained the widget's window, but the event
@@ -85,15 +85,15 @@ or action procedures.
If the drawable is already registered with another widget, or if the
drawable is the window of a widget in the client's widget tree, the
results of calling
-.ZN XtRegisterDrawable
+.BR XtRegisterDrawable
are undefined.
.LP
-.ZN XtUnregisterDrawable
+.BR XtUnregisterDrawable
removes an association created with
-.ZN XtRegisterDrawable .
+.BR XtRegisterDrawable .
If the drawable is the window of a widget in the client's widget tree
the results of calling
-.ZN XtUnregisterDrawable
+.BR XtUnregisterDrawable
are undefined.
.SH "SEE ALSO"
.br