summaryrefslogtreecommitdiff
path: root/man/XtCallCallbacks.man
diff options
context:
space:
mode:
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,