summaryrefslogtreecommitdiff
path: root/man/XtCallCallbacks.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/XtCallCallbacks.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/XtCallCallbacks.man')
-rw-r--r--man/XtCallCallbacks.man16
1 files changed, 8 insertions, 8 deletions
diff --git a/man/XtCallCallbacks.man b/man/XtCallCallbacks.man
index 1c1c6a1..f7fc7a6 100644
--- a/man/XtCallCallbacks.man
+++ b/man/XtCallCallbacks.man
@@ -83,32 +83,32 @@ Specifies the callback list to be executed.
Specifies the widget.
.SH DESCRIPTION
The
-.ZN XtCallCallbacks
+.BR XtCallCallbacks
function calls each procedure that is registered in the specified widget's
callback list.
.LP
If \fIcallbacks\fP is not NULL,
-.ZN XtCallCallbackList
+.BR XtCallCallbackList
calls each of the callback procedures in the list, passing client data
and \fIcall_data\fP. The \fIcallbacks\fP parameter must specify the
contents of a widget or object resource declared with representation
type
-.ZN XtRCallback .
+.BR XtRCallback .
.LP
The
-.ZN XtHasCallbacks
+.BR XtHasCallbacks
function first checks to see if the widget has a callback list identified
by callback_name.
If the callback list does not exist,
-.ZN XtHasCallbacks
+.BR XtHasCallbacks
returns
-.ZN XtCallbackNoList .
+.BR XtCallbackNoList .
If the callback list exists but is empty,
it returns
-.ZN XtCallbackHasNone .
+.BR XtCallbackHasNone .
If the callback list exists and has at least one callback registered,
it returns
-.ZN XtCallbackHasSome .
+.BR XtCallbackHasSome .
.SH "SEE ALSO"
XtAddCallback(__libmansuffix__)
.br