summaryrefslogtreecommitdiff
path: root/man/XtCallCallbacks.man
diff options
context:
space:
mode:
authorWalter Harms <wharms@bfs.de>2019-04-16 13:20:42 +0200
committerWalter Harms <wharms@bfs.de>2019-04-16 13:20:42 +0200
commit2b26e9a5473e399c81ae11b98d1f0b38393dbd8c (patch)
treec62b25afc2ec470d02c9d63545adc213d870b6a3 /man/XtCallCallbacks.man
parent4b446ce8b20b1de1488c73e1841dafbd25ca949f (diff)
parent965bc251c1d8391e672f277686254299627d4e3c (diff)
downloadxorg-lib-libXt-2b26e9a5473e399c81ae11b98d1f0b38393dbd8c.tar.gz
Merge branch 'master' of ssh://gitlab.freedesktop.org/xorg/lib/libxt
Conflicts: man/XtManageChildren.man
Diffstat (limited to 'man/XtCallCallbacks.man')
-rw-r--r--man/XtCallCallbacks.man8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/XtCallCallbacks.man b/man/XtCallCallbacks.man
index 8cbf638..dc0f0f7 100644
--- a/man/XtCallCallbacks.man
+++ b/man/XtCallCallbacks.man
@@ -82,12 +82,12 @@ Specifies the callback list to be executed.
Specifies the widget.
.SH DESCRIPTION
The
-.BR XtCallCallbacks
+.B XtCallCallbacks
function calls each procedure that is registered in the specified widget's
callback list.
.LP
If \fIcallbacks\fP is not NULL,
-.BR XtCallCallbackList
+.B 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
@@ -95,11 +95,11 @@ type
.BR XtRCallback .
.LP
The
-.BR XtHasCallbacks
+.B XtHasCallbacks
function first checks to see if the widget has a callback list identified
by callback_name.
If the callback list does not exist,
-.BR XtHasCallbacks
+.B XtHasCallbacks
returns
.BR XtCallbackNoList .
If the callback list exists but is empty,