From 94150cb72d9d641c64325cd70323d93b9a3701a5 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 19 Jan 2005 19:27:34 +0000 Subject: 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 --- man/XtAddCallback.man | 3 ++- man/XtAddInput.man | 12 +++++++----- man/XtAllocateGC.man | 3 ++- man/XtAppError.man | 3 ++- man/XtAppErrorMsg.man | 3 ++- man/XtAppSetTypeConverter.man | 3 ++- man/XtClass.man | 3 ++- man/XtConvert.man | 3 ++- man/XtConvertAndStore.man | 3 ++- man/XtCreateSelectionRequest.man | 5 +++-- man/XtDisplayInitialize.man | 3 ++- man/XtError.man | 6 ++++-- man/XtErrorMsg.man | 4 +++- man/XtGetActionKeysym.man | 3 ++- man/XtGetApplicationNameAndClass.man | 4 +++- man/XtGetApplicationResources.man | 3 ++- man/XtGetErrorDatabase.man | 2 ++ man/XtGetSelectionTimeout.man | 2 ++ man/XtGetSubresources.man | 3 ++- man/XtInitialize.man | 4 +++- man/XtInitializeWidgetClass.man | 3 ++- man/XtInsertEventTypeHandler.man | 13 +++++++------ man/XtManageChildren.man | 5 +++-- man/XtOffset.man | 3 ++- man/XtOwnSelection.man | 3 ++- man/XtRegisterDrawable.man | 3 ++- man/XtReservePropertyAtom.man | 3 ++- man/XtSessionGetToken.man | 3 ++- man/XtSetLanguageProc.man | 5 +++-- man/XtSetSelectionParameters.man | 3 ++- man/XtSetValues.man | 7 ++++--- man/XtSetWMColormapWindows.man | 3 ++- 32 files changed, 84 insertions(+), 45 deletions(-) diff --git a/man/XtAddCallback.man b/man/XtAddCallback.man index 1058f7d..5a9f3d6 100644 --- a/man/XtAddCallback.man +++ b/man/XtAddCallback.man @@ -1,4 +1,5 @@ .\" $Xorg: XtAddCbk.man,v 1.3 2000/08/17 19:41:57 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -154,7 +155,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 diff --git a/man/XtAddInput.man b/man/XtAddInput.man index 0467ced..290626b 100644 --- a/man/XtAddInput.man +++ b/man/XtAddInput.man @@ -1,4 +1,5 @@ .\" $Xorg: XtAddIn.man,v 1.3 2000/08/17 19:41:57 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -35,7 +36,7 @@ .ds xC Inter-Client Communication Conventions Manual .ds Rn 3 .ds Vn 2.2 -.hw XtAdd-Input XtAdd-Timeout XtAddWorkProc wid-get +.hw XtAdd-Input XtAdd-TimeOut XtAddWorkProc wid-get .na .de Ds .nf @@ -128,13 +129,13 @@ .ny0 .TH XtAddInput 3Xt __xorgversion__ "XT COMPATIBILITY FUNCTIONS" .SH NAME -XtAddInput, XtAddTimeout \- register input, timeout, and workprocs +XtAddInput, XtAddTimeOut, XtAddWorkProc \- register input, timeout, and workprocs .SH SYNTAX .HP XtInputId XtAddInput(int \fIsource\fP, XtPointer \fIcondition\fP, XtInputCallbackProc \fIproc\fP, XtPointer \fIclient_data\fP); .HP -XtIntervalId XtAddTimeout(unsigned long \fIinterval\fP, XtInputCallbackProc +XtIntervalId XtAddTimeOut(unsigned long \fIinterval\fP, XtInputCallbackProc \fIproc\fP, XtPointer \fIclient_data\fP); .HP XtWorkProcId XtAddWorkProc(XtWorkProc \fIproc\fP, XtPointer @@ -157,14 +158,15 @@ or other operating system dependent device specification. has been replaced by .ZN XtAppAddInput. .LP -.ZN XtAddTimeout +.ZN XtAddTimeOut has been replaced by -.ZN XtAppAddTimeout. +.ZN XtAppAddTimeOut. .LP .ZN XtAddWorkProc has been replaced by .ZN XtAppAddWorkProc . .SH "SEE ALSO" +XtAppAddInput(3Xt), XtAppAddTimeOut(3Xt), XtAppAddWorkProc(3Xt) .br \fI\*(xT\fP .br diff --git a/man/XtAllocateGC.man b/man/XtAllocateGC.man index 9e7f1c3..47760c9 100644 --- a/man/XtAllocateGC.man +++ b/man/XtAllocateGC.man @@ -1,4 +1,5 @@ .\" $Xorg: XtAllocGC.man,v 1.3 2000/08/17 19:41:57 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -163,7 +164,7 @@ The \fIvalue_mask\fP argument specifies the fields of the GC that will be initialized with the respective members of the \fIvalues\fP structure. The \fIdynamic_mask\fP argument specifies fields that the caller intends to modify during program execution. The caller must ensure that the -corresponding GC field is sdet prior to each use of the GC. The +corresponding GC field is set prior to each use of the GC. The \fIunused_mask\fP argument specifies fields of the GC that are of no interest to the caller. The caller may make no assumptions about the contents of any fields specified in \fIunused_mask\fP. The caller may diff --git a/man/XtAppError.man b/man/XtAppError.man index 7c03047..f39ba22 100644 --- a/man/XtAppError.man +++ b/man/XtAppError.man @@ -1,4 +1,5 @@ .\" $Xorg: XtAppE.man,v 1.3 2000/08/17 19:41:58 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright 1993 X Consortium .\" @@ -146,7 +147,7 @@ void XtAppWarning(XtAppContext \fIapp_context\fP, String \fImessage\fP); Specifies the application context. .IP \fImessage\fP 1i Specifies the nonfatal error message that is to be reported. -.ds Ha fatal error procedure, which should not return, +.ds Ha fatal error procedure, which should not return, \ or the nonfatal error procedure, which usually returns .IP \fIhandler\fP 1i Specifies the new \*(Ha. diff --git a/man/XtAppErrorMsg.man b/man/XtAppErrorMsg.man index d8ae2f1..0de5dce 100644 --- a/man/XtAppErrorMsg.man +++ b/man/XtAppErrorMsg.man @@ -1,4 +1,5 @@ .\" $Xorg: XtAppEM.man,v 1.3 2000/08/17 19:41:58 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright 1993 X Consortium .\" @@ -157,7 +158,7 @@ Specifies the default message to use\*(Dm. Specifies the general kind of error. .IP \fItype\fP 1i Specifies the detailed name of the error. -.ds Mh fatal error procedure, which should not return +.ds Mh fatal error procedure, which should not return \ or the nonfatal error procedure, which usually returns .IP \fImsg_handler\fP 1i Specifies the new \*(Mh. diff --git a/man/XtAppSetTypeConverter.man b/man/XtAppSetTypeConverter.man index 2ace582..405700e 100644 --- a/man/XtAppSetTypeConverter.man +++ b/man/XtAppSetTypeConverter.man @@ -1,4 +1,5 @@ .\" $Xorg: XtAppSTC.man,v 1.3 2000/08/17 19:41:58 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -157,7 +158,7 @@ Specifies whether or not resources produced by this converter are sharable or display-specific and when they should be freed. .IP \fIdestructor\fP 1i Specifies a destroy procedure for resources produced by this conversion, -or NULL if no addional action is required to deallocate resources +or NULL if no additional action is required to deallocate resources produced by the converter. .SH DESCRIPTION .ZN XtSetTypeConverter diff --git a/man/XtClass.man b/man/XtClass.man index d3f83e8..7d02543 100644 --- a/man/XtClass.man +++ b/man/XtClass.man @@ -1,4 +1,5 @@ .\" $Xorg: XtClass.man,v 1.3 2000/08/17 19:41:59 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright 1993 X Consortium .\" @@ -232,7 +233,7 @@ for each of the built-in classes. These procedures are .ZN XtIsTopLevelShell , .ZN XtIsApplicationShell , and -ZN XtIsSessionShell . +.ZN XtIsSessionShell . .LP The .SH "SEE ALSO" diff --git a/man/XtConvert.man b/man/XtConvert.man index 771c5df..74fad6d 100644 --- a/man/XtConvert.man +++ b/man/XtConvert.man @@ -1,4 +1,5 @@ .\" $Xorg: XtConvert.man,v 1.3 2000/08/17 19:41:59 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright 1993 X Consortium .\" @@ -138,7 +139,7 @@ String \fIto_type\fP, XrmValuePtr \fIto_return\fP); void XtDirectConvert(XtConverter \fIconverter\fP, XrmValuePtr \fIargs\fP, Cardinal \fInum_args\fP, XrmValuePtr \fIfrom\fP, XrmValuePtr \fIto_return\fP); .SH ARGUMENTS -.ds Al that contains the additional arguments needed to perform +.ds Al that contains the additional arguments needed to perform \ the conversion (often NULL) .IP \fIargs\fP 1i Specifies the argument list \*(Al. diff --git a/man/XtConvertAndStore.man b/man/XtConvertAndStore.man index bf4e08b..212c2fb 100644 --- a/man/XtConvertAndStore.man +++ b/man/XtConvertAndStore.man @@ -1,4 +1,5 @@ .\" $Xorg: XtConvSt.man,v 1.3 2000/08/17 19:41:59 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -216,7 +217,7 @@ modifier and if the value returned in in \fIcache_ref_return\fP is non-NULL, then the call should store the \fIcache_ref_return\fP value in order to decrement the reference count when the converted value is no longer required. The \fIcache_ref_return\fP argument should be -ULL if the caller is unwilling or unable to store the value. +NULL if the caller is unwilling or unable to store the value. .SH "SEE ALSO" XtAppReleaseCacheRefs(3Xt) .br diff --git a/man/XtCreateSelectionRequest.man b/man/XtCreateSelectionRequest.man index 1352ea2..ad9db72 100644 --- a/man/XtCreateSelectionRequest.man +++ b/man/XtCreateSelectionRequest.man @@ -1,4 +1,5 @@ .\" $Xorg: XtCreateSR.man,v 1.3 2000/08/17 19:42:00 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -178,7 +179,7 @@ calling .ZN XtCreateSelectionRequest and release the lock after calling .ZN XtSendSelectionRequest -to ensure that the thread assembling the reqeuest is safe from interference +to ensure that the thread assembling the request is safe from interference by another thread assembling a different request naming the same widget and selection. .LP @@ -192,7 +193,7 @@ are cleaned up. Subsequent calls to .ZN XtGetSelectionValueIncremental , and .ZN XtGetSelectionValuesIncremental -will not be defered. +will not be deferred. .SH "SEE ALSO" .br \fI\*(xT\fP diff --git a/man/XtDisplayInitialize.man b/man/XtDisplayInitialize.man index 345bfdb..4345041 100644 --- a/man/XtDisplayInitialize.man +++ b/man/XtDisplayInitialize.man @@ -1,4 +1,5 @@ .\" $Xorg: XtDisplayI.man,v 1.3 2000/08/17 19:42:00 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -259,7 +260,7 @@ The function returns the fully merged resource database associated with the specified screen. If the \fIscreen\fP does not belong to a .ZN Display -initilized by +initialized by .ZN XtDisplayInitialize , the results are undefined. .SH "SEE ALSO" diff --git a/man/XtError.man b/man/XtError.man index 2f9c2e0..2b18386 100644 --- a/man/XtError.man +++ b/man/XtError.man @@ -1,4 +1,5 @@ .\" $Xorg: XtErr.man,v 1.3 2000/08/17 19:42:00 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -141,7 +142,7 @@ void XtWarning(String \fImessage\fP); .SH ARGUMENTS .IP \fImessage\fP 1i Specifies the nonfatal error message that is to be reported. -.ds Ha fatal error procedure, which should not return, +.ds Ha fatal error procedure, which should not return, \ or the nonfatal error procedure, which usually returns .IP \fIhandler\fP 1i Specifies the new \*(Ha. @@ -165,10 +166,11 @@ function has been superceded by .ZN XtAppSetWarningHandler . .LP The -.ZN XtAppWarning +.ZN XtWarning function has been superceded by .ZN XtAppWarning . .SH "SEE ALSO" +.BR XtAppError (3Xt) .br \fI\*(xT\fP .br diff --git a/man/XtErrorMsg.man b/man/XtErrorMsg.man index 51ebb32..475f634 100644 --- a/man/XtErrorMsg.man +++ b/man/XtErrorMsg.man @@ -1,4 +1,5 @@ .\" $Xorg: XtErrM.man,v 1.3 2000/08/17 19:42:00 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -150,7 +151,7 @@ Specifies the default message to use\*(Dm. Specifies the general kind of error. .IP \fItype\fP 1i Specifies the detailed name of the error. -.ds Mh fatal error procedure, which should not return +.ds Mh fatal error procedure, which should not return \ or the nonfatal error procedure, which usually returns .IP \fImsg_handler\fP 1i Specifies the new \*(Mh. @@ -179,6 +180,7 @@ The function has been superceded by .ZN XtAppWarningMsg .SH "SEE ALSO" +.BR XtAppErrorMsg (3Xt) .br \fI\*(xT\fP .br diff --git a/man/XtGetActionKeysym.man b/man/XtGetActionKeysym.man index 47b44fd..d6e95a1 100644 --- a/man/XtGetActionKeysym.man +++ b/man/XtGetActionKeysym.man @@ -1,4 +1,5 @@ .\" $Xorg: XtGetActK.man,v 1.3 2000/08/17 19:42:00 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -152,7 +153,7 @@ or event, then .ZN XtGetActionKeysym returns the KeySym that matched the final event specification in the -translation table and, if /fImodifiers_return/fP is non-NULL, the +translation table and, if \fImodifiers_return\fP is non-NULL, the modifier state actually used to generate this KeySym; otherwise, if the event is a .ZN KeyPress diff --git a/man/XtGetApplicationNameAndClass.man b/man/XtGetApplicationNameAndClass.man index 25fc597..b29aaec 100644 --- a/man/XtGetApplicationNameAndClass.man +++ b/man/XtGetApplicationNameAndClass.man @@ -1,4 +1,5 @@ .\" $Xorg: XtGetANC.man,v 1.3 2000/08/17 19:42:00 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -143,13 +144,14 @@ Returns the application name. Returns the application class. .SH DESCRIPTION .ZN XtGetApplicationNameAndClass -returns the application anme and class passed to +returns the application name and class passed to .ZN XtDisplayInitialize for the specified display. If the display was never initialized or has been closed, the result is undefined. The returned strings are owned by the Intrinsics and must not be modified or freed by the caller. .SH "SEE ALSO" +.BR XtDisplayInitialize (3Xt) .br \fI\*(xT\fP .br diff --git a/man/XtGetApplicationResources.man b/man/XtGetApplicationResources.man index e1cec99..3c980bc 100644 --- a/man/XtGetApplicationResources.man +++ b/man/XtGetApplicationResources.man @@ -1,4 +1,5 @@ .\" $Xorg: XtGetAres.man,v 1.3 2000/08/17 19:42:00 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright 1993 X Consortium .\" @@ -152,7 +153,7 @@ Specifies the number of arguments in the argument list. Specifies the number of resources in the resource list. .IP \fIresources\fP 1i Specifies the resource list for the subpart. -.ds Wi that wants resources for a subpart +.ds Wi that wants resources for a subpart \ or that identifies the resource database to search .IP \fIw\fP 1i Specifies the widget \*(Wi. diff --git a/man/XtGetErrorDatabase.man b/man/XtGetErrorDatabase.man index 0ed9b4b..83d7044 100644 --- a/man/XtGetErrorDatabase.man +++ b/man/XtGetErrorDatabase.man @@ -167,6 +167,8 @@ The function has been superceded by .ZN XtAppGetErrorDatabaseText . .SH "SEE ALSO" +.BR XtAppGetErrorDatabase (3Xt) +.BR XtAppGetErrorDatabaseText (3Xt) .br \fI\*(xT\fP .br diff --git a/man/XtGetSelectionTimeout.man b/man/XtGetSelectionTimeout.man index 3a461c6..da9f753 100644 --- a/man/XtGetSelectionTimeout.man +++ b/man/XtGetSelectionTimeout.man @@ -1,4 +1,5 @@ .\" $Xorg: XtGetSTO.man,v 1.3 2000/08/17 19:42:00 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -148,6 +149,7 @@ The function has been superceded by .ZN XtAppSetSelectionTimeout . .SH "SEE ALSO" +.BR XtAppGetSelectionTimeout (3Xt) .br \fI\*(xT\fP .br diff --git a/man/XtGetSubresources.man b/man/XtGetSubresources.man index f6ae1d4..cd2225b 100644 --- a/man/XtGetSubresources.man +++ b/man/XtGetSubresources.man @@ -1,4 +1,5 @@ .\" $Xorg: XtGetSres.man,v 1.3 2000/08/17 19:42:01 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright 1993 X Consortium .\" @@ -157,7 +158,7 @@ Specifies the number of arguments in the argument list. Specifies the number of resources in the resource list. .IP \fIresources\fP 1i Specifies the resource list for the subpart. -.ds Wi that wants resources for a subpart +.ds Wi that wants resources for a subpart \ or that identifies the resource database to search .IP \fIw\fP 1i Specifies the widget \*(Wi. diff --git a/man/XtInitialize.man b/man/XtInitialize.man index 330ecff..60b7a47 100644 --- a/man/XtInitialize.man +++ b/man/XtInitialize.man @@ -1,4 +1,5 @@ .\" $Xorg: XtInit.man,v 1.3 2000/08/17 19:42:01 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -161,7 +162,7 @@ followed by with \fIdisplay_string\fP NULL and \fIapplication_name\fP NULL, and finally calls .ZN XtAppCreateShell -with \fIappcation_name\fP NULL, \fIwidget_class\fP +with \fIapplication_name\fP NULL, \fIwidget_class\fP .ZN applicationShellWidgetClass , and the specified \fIargs\fP and \fInum_args\fP and returns the created shell. The semantics of calling @@ -169,6 +170,7 @@ created shell. The semantics of calling more than once are undefined. This routine has been replaced by .ZN XtAppInitialize . .SH "SEE ALSO" +.BR XtAppInitialize (3Xt) .br \fI\*(xT\fP .br diff --git a/man/XtInitializeWidgetClass.man b/man/XtInitializeWidgetClass.man index c880543..7458c1c 100644 --- a/man/XtInitializeWidgetClass.man +++ b/man/XtInitializeWidgetClass.man @@ -1,4 +1,5 @@ .\" $Xorg: XtInitWC.man,v 1.3 2000/08/17 19:42:01 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -141,7 +142,7 @@ If the specified widget class is already initialized, returns immediately. .LP If the class initialization procedure registers type converters, these -type converters are not availble until the first object of the class +type converters are not available until the first object of the class or subclass is created or .ZN XtInitializeWidgetClass is called. 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 diff --git a/man/XtManageChildren.man b/man/XtManageChildren.man index c7aac98..fc572b3 100644 --- a/man/XtManageChildren.man +++ b/man/XtManageChildren.man @@ -1,4 +1,5 @@ .\" $Xorg: XtManChild.man,v 1.3 2000/08/17 19:42:01 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright 1993 X Consortium .\" @@ -168,7 +169,7 @@ Specifies the number of entries in the unmanage_children list. .IP \fIdo_change_proc\fP 1i Specifies the post unmanage, pre manage hook procedure to invoke. .IP \fIclient_data\fP 1i -Specifies the client data to be passed to the hook precedure. +Specifies the client data to be passed to the hook procedure. .SH DESCRIPTION The .ZN XtManageChildren @@ -315,7 +316,7 @@ already unmanaged or is being destroyed it is ignored, otherwise it is marked as being unmanaged and if it is realized it is made nonvisible by being unmapped. .IP \- 5 -If the \fIdo_change_proc\fP procdedure is non-NULL then +If the \fIdo_change_proc\fP procedure is non-NULL then it is invoked as specified. .IP \- 5 For each child on the \fImanage_children\fP list; if the child is diff --git a/man/XtOffset.man b/man/XtOffset.man index f90ca14..a71ae76 100644 --- a/man/XtOffset.man +++ b/man/XtOffset.man @@ -1,4 +1,5 @@ .\" $Xorg: XtOffset.man,v 1.3 2000/08/17 19:42:01 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -155,7 +156,7 @@ initializations. The .ZN XtOffsetOf macro expands to a constant expression that gives the offset in bytes -to the specified structure member rom the beginning of the structure. +to the specified structure member from the beginning of the structure. It is normally used to statically initialize resource lists and is more portable than .ZN XtOffset , diff --git a/man/XtOwnSelection.man b/man/XtOwnSelection.man index 25138e2..b03a185 100644 --- a/man/XtOwnSelection.man +++ b/man/XtOwnSelection.man @@ -1,4 +1,5 @@ .\" $Xorg: XtOwnSel.man,v 1.3 2000/08/17 19:42:02 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright 1993 X Consortium .\" @@ -186,7 +187,7 @@ Also note that the lose_selection procedure is not called if the widget fails to obtain selection ownership in the first place. .LP The -.ZN XtOwnSelectionInrcremental +.ZN XtOwnSelectionIncremental procedure informs the Intrinsics incremental selection mechanism that the specified widget wishes to own the selection. It returns .ZN True diff --git a/man/XtRegisterDrawable.man b/man/XtRegisterDrawable.man index cd102e0..afd3971 100644 --- a/man/XtRegisterDrawable.man +++ b/man/XtRegisterDrawable.man @@ -1,4 +1,5 @@ .\" $Xorg: XtRegDraw.man,v 1.3 2000/08/17 19:42:02 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -128,7 +129,7 @@ .ny0 .TH XtRegisterDrawable 3Xt __xorgversion__ "XT FUNCTIONS" .SH NAME -XtRegisterDrawable \- register a drawable with the Intrisics event dispatcher +XtRegisterDrawable \- register a drawable with the Intrinsics event dispatcher .SH SYNTAX .HP void XtRegisterDrawable(Display* \fIdisplay\fP, Drawable \fIdrawable\fP, diff --git a/man/XtReservePropertyAtom.man b/man/XtReservePropertyAtom.man index bdb26c1..2dcd553 100644 --- a/man/XtReservePropertyAtom.man +++ b/man/XtReservePropertyAtom.man @@ -1,4 +1,5 @@ .\" $Xorg: XtResPA.man,v 1.3 2000/08/17 19:42:02 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -133,7 +134,7 @@ XtReservePropertyAtom, XtReleasePropertyAtom \- maintain a cache of property ato .HP Widget XtReservePropertyAtom(Widget \fIw\fP); .HP -void XtReleasePropertyAtome(Widget \fIw\fP, Atom \fIatom\fP); +void XtReleasePropertyAtom(Widget \fIw\fP, Atom \fIatom\fP); .SH ARGUMENTS .IP \fIw\fP 1i Specifies the widget used to reserve the atom. diff --git a/man/XtSessionGetToken.man b/man/XtSessionGetToken.man index f9c20de..8b7c730 100644 --- a/man/XtSessionGetToken.man +++ b/man/XtSessionGetToken.man @@ -1,4 +1,5 @@ .\" $Xorg: XtSession.man,v 1.3 2000/08/17 19:42:02 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright 1993 X Consortium .\" @@ -134,7 +135,7 @@ XtSessionGetToken, XtSessionReturnToken \- token management for checkpointing .HP XtCheckpointToken XtSessionGetToken(Widget \fIw\fP, int \fItype\fP); .HP -void XtSessionReturntoken(XtCheckpointToken \fItoken\fP); +void XtSessionReturnToken(XtCheckpointToken \fItoken\fP); .SH ARGUMENTS .IP \fIw\fP 1i Specifies the session widget. diff --git a/man/XtSetLanguageProc.man b/man/XtSetLanguageProc.man index bb5697b..78c3bcf 100644 --- a/man/XtSetLanguageProc.man +++ b/man/XtSetLanguageProc.man @@ -1,4 +1,5 @@ .\" $Xorg: XtSetLangP.man,v 1.3 2000/08/17 19:42:03 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright 1993 X Consortium .\" @@ -143,7 +144,7 @@ is to be used, or NULL. Specifies the language procedure, or NULL. .LP .IP \fIclient_data\fP 1i -Specifes addional client data to be passed to the language procedure +Specifies additional client data to be passed to the language procedure when it is called. .SH DESCRIPTION .ZN XtSetLanguageProc @@ -183,7 +184,7 @@ specifying the empty string. .IP \(bu 5 Returns the value of the current locale. On ANSI C-based systems this is the return value from a final call to -.ZN setlocal ( +.ZN setlocale ( .ZN LC_ALL , NULL ). .LP diff --git a/man/XtSetSelectionParameters.man b/man/XtSetSelectionParameters.man index 4113f80..2996607 100644 --- a/man/XtSetSelectionParameters.man +++ b/man/XtSetSelectionParameters.man @@ -1,4 +1,5 @@ .\" $Xorg: XtSetSP.man,v 1.3 2000/08/17 19:42:03 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -156,7 +157,7 @@ selection request with a target and these parameters, a subsequent call to .ZN XtGetSelectionValue or to .ZN XtGetSelectionValueIncremental -specifying the same requestor widget and selection atomm will generate a +specifying the same requestor widget and selection atom will generate a .ZN ConvertSelection request referring referring to the property containing the parameters. If .ZN XtSetSelectionParameters diff --git a/man/XtSetValues.man b/man/XtSetValues.man index 53876bb..69aba7f 100644 --- a/man/XtSetValues.man +++ b/man/XtSetValues.man @@ -1,4 +1,5 @@ .\" $Xorg: XtSetVal.man,v 1.3 2000/08/17 19:42:03 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -151,8 +152,8 @@ Cardinal \fInum_resources\fP, ArgList \fIargs\fP, Cardinal \fInum_args\fP); void XtVaGetSubvalues(XtPointer \fIbase\fP, XtResourceList \fIresources\fP, Cardinal \fInum_resources\fP, ...\^); .SH ARGUMENTS -.ds Al of name/address pairs that contain the resource name -and either the address into which the resource value is to be stored +.ds Al of name/address pairs that contain the resource name \ +and either the address into which the resource value is to be stored \ or their new values .IP \fIargs\fP 1i Specifies the argument list \*(Al. @@ -169,7 +170,7 @@ Specifies the number of resources in the resource list. .IP \fIw\fP 1i Specifies the widget. .IP \fI...\fP 1i -Specifes the variable argument list \*(Al. +Specifies the variable argument list \*(Al. .SH DESCRIPTION The .ZN XtSetValues diff --git a/man/XtSetWMColormapWindows.man b/man/XtSetWMColormapWindows.man index 4963116..0ac4398 100644 --- a/man/XtSetWMColormapWindows.man +++ b/man/XtSetWMColormapWindows.man @@ -1,4 +1,5 @@ .\" $Xorg: XtSetWMC.man,v 1.3 2000/08/17 19:42:03 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -138,7 +139,7 @@ void XtSetWMColormapWindows(Widget \fIwidget\fP, Widget* \fIlist\fP, Cardinal Specifies the widget on whose window the WM_COLORMAP_WINDOWS property will be stored. Must be of class Core or any subclass thereof. .IP \fIlist\fP 1i -Specifies a list of widgets whose windoware are potentially to be +Specifies a list of widgets whose windows are are potentially to be listed in the WM_COLORMAP_WINDOWS property. .IP \fIcount\fP 1i Specifies the number of widgets in \fIlist\fP. -- cgit v1.2.3