diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-17 19:03:42 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-17 19:03:42 +0000 |
commit | a6bdd56c5b098599942e4091ae7e2af2d4631b44 (patch) | |
tree | e0a23167aca0fb1127f4cd78edf458b633b31eac /man/XtAddCallback.man | |
parent | 6a13c9e08bb042c81ae904c44a38a50d785c824e (diff) |
merge XFree86 4.3.0.1 to -CURRENT
Diffstat (limited to 'man/XtAddCallback.man')
-rw-r--r-- | man/XtAddCallback.man | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/man/XtAddCallback.man b/man/XtAddCallback.man index 3d1e93a..744993d 100644 --- a/man/XtAddCallback.man +++ b/man/XtAddCallback.man @@ -1,4 +1,4 @@ -.\" $Xorg: XtAddCbk.man,v 1.4 2001/03/16 17:53:51 pookie Exp $ +.\" $Xorg: XtAddCbk.man,v 1.3 2000/08/17 19:41:57 cpqbld Exp $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -25,6 +25,9 @@ .\" not be used in advertising or otherwise to promote the sale, use or .\" other dealing in this Software without prior written authorization .\" from the X Consortium. +.\" +.\" $XFree86: xc/doc/man/Xt/XtAddCbk.man,v 1.3 2001/02/09 03:47:49 tsi Exp $ +.\" .ds tk X Toolkit .ds xT X Toolkit Intrinsics \- C Language Interface .ds xI Intrinsics @@ -124,11 +127,11 @@ .el .sp 10p .. .ny0 -.TH XtAddCallback 3Xt "Release 6.6" "X Version 11" "XT FUNCTIONS" +.TH XtAddCallback 3Xt __xorgversion__ "XT FUNCTIONS" .SH NAME XtAddCallback, XtAddCallbacks, XtRemoveCallback, XtRemoveCallbacks, XtRemoveAllCallbacks \- add and remove callback procedures .SH SYNTAX -void XtAddCallback(\fIw\fP, \fIcallback_name, \fP\fIcallback\fP, \ +void XtAddCallback(\fIw\fP, \fIcallback_name, \fP\fIcallback\fP, \fIclient_data\fP) .br Widget \fIw\fP; @@ -147,7 +150,7 @@ void XtAddCallbacks(\fIw\fP, \fIcallback_name, \fP\fIcallbacks\fP) .br XtCallbackList \fIcallbacks\fP; .LP -void XtRemoveCallback(\fIw\fP, \fIcallback_name\fP, \fIcallback\fP, \ +void XtRemoveCallback(\fIw\fP, \fIcallback_name\fP, \fIcallback\fP, \fIclient_data\fP) .br Widget \fIw\fP; @@ -180,7 +183,7 @@ client data. .ds Cn \ to which the procedure is to be appended or deleted .IP \fIcallback_name\fP 1i Specifies the callback list\*(Cn. -.ds Cd it is invoked by XtCallbacks or NULL, \ +.ds Cd it is invoked by XtCallbacks or NULL, or the client data to match on the registered callback procedures .IP \fIclient_data\fP 1i Specifies the argument that is to be passed to the specified procedure |