diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-01-19 19:27:34 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-01-19 19:27:34 +0000 |
commit | 94150cb72d9d641c64325cd70323d93b9a3701a5 (patch) | |
tree | d90044a1f651a489a66291f7b9769b44d048fb95 /man/XtInsertEventTypeHandler.man | |
parent | cd85103c7298be4a13909c07c95f5d53b069966e (diff) |
doc/man/Xt/Imakefile
doc/man/Xt/XtAddCbk.man
doc/man/Xt/XtAddIn.man
doc/man/Xt/XtAllocGC.man
doc/man/Xt/XtAppE.man
doc/man/Xt/XtAppEM.man
doc/man/Xt/XtAppSTC.man
doc/man/Xt/XtClass.man
doc/man/Xt/XtConvSt.man
doc/man/Xt/XtConvert.man
doc/man/Xt/XtCreateSR.man
doc/man/Xt/XtDisplayI.man
doc/man/Xt/XtErr.man
doc/man/Xt/XtErrM.man
doc/man/Xt/XtExtEvDis.man
doc/man/Xt/XtGEDB.man
doc/man/Xt/XtGetANC.man
doc/man/Xt/XtGetActK.man
doc/man/Xt/XtGetAres.man
doc/man/Xt/XtGetSTO.man
doc/man/Xt/XtGetSres.man
doc/man/Xt/XtInit.man
doc/man/Xt/XtInitWC.man
doc/man/Xt/XtManChild.man
doc/man/Xt/XtOffset.man
doc/man/Xt/XtOwnSel.man
doc/man/Xt/XtRegDraw.man
doc/man/Xt/XtResPA.man
doc/man/Xt/XtSession.man
doc/man/Xt/XtSetLangP.man
doc/man/Xt/XtSetSP.man
doc/man/Xt/XtSetVal.man
//bugs.freedesktop.org/show_bug.cgi?id=2331> Attachment #1718
<https://bugs.freedesktop.org/attachment.cgi?id=1718>
Diffstat (limited to 'man/XtInsertEventTypeHandler.man')
-rw-r--r-- | man/XtInsertEventTypeHandler.man | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/man/XtInsertEventTypeHandler.man b/man/XtInsertEventTypeHandler.man index b9e2912..322f5e4 100644 --- a/man/XtInsertEventTypeHandler.man +++ b/man/XtInsertEventTypeHandler.man @@ -1,4 +1,5 @@ .\" $Xorg: XtExtEvDis.man,v 1.3 2000/08/17 19:42:00 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -133,11 +134,11 @@ XtRegisterExtensionSelector, XtSetEventDispatcher, XtDispatchEventToWidget \- extension event handling .SH SYNTAX .HP -void XtInsertEventTypeHandler(Widget \fIwdget\fP, int \fIevent_type\fP, +void XtInsertEventTypeHandler(Widget \fIwidget\fP, int \fIevent_type\fP, XtPointer \fIselect_data\fP, XtEventHandler \fIproc\fP, XtPointer \fIclient_data\fP, XtListPosition \fIposition\fP); .HP -void XtRemoveEventTypeHandler(Widget \fIwdget\fP, int \fIevent_type\fP, +void XtRemoveEventTypeHandler(Widget \fIwidget\fP, int \fIevent_type\fP, XtPointer \fIselect_data\fP, XtEventHandler \fIproc\fP, XtPointer \fIclient_data\fP); .HP @@ -173,7 +174,7 @@ Specifies a pointer to the event to be dispatched. .SH DESCRIPTION The .ZN XtInsertEventTypeHandler -function registeres a procedure with the dispatch mechanism that is to +function registers a procedure with the dispatch mechanism that is to be called when an event that matches the specified \fIevent_type\fP is dispatched to the specified \fIwidget\fP. .LP @@ -247,9 +248,9 @@ previous call for the same display in any other way, an error results. .LP The .ZN XtSetEventDispatcher -function registes the event dispatcher procedure specified by \fIproc\fP -for event swith the type \fIevent_type\fP. The previously registered -dispatcher (or the default dispatcher if there was no previousl registered +function registers the event dispatcher procedure specified by \fIproc\fP +for events with the type \fIevent_type\fP. The previously registered +dispatcher (or the default dispatcher if there was no previously registered dispatcher) is returned. If \fIproc\fP is NULL, the default procedure is restored for the specified type. .LP |