From 004d535c707251bd4fb47426f90712c195c6dfc7 Mon Sep 17 00:00:00 2001 From: Matt Dew Date: Tue, 4 Oct 2011 20:51:48 -0600 Subject: Cleanup IDs and links in doc 1 - fix the capitalization of the ID attributes to match either the or <funcdef> string it goes with. 2 - fix any <linkend>'s that were affected by 1. 3 - any <function> in the docs that has an actual funcdef, will become an olink. Signed-off-by: Matt Dew <marcoz@osource.org> --- doc/Xmu.xml | 162 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 81 insertions(+), 81 deletions(-) diff --git a/doc/Xmu.xml b/doc/Xmu.xml index 43d8047..2d363a9 100644 --- a/doc/Xmu.xml +++ b/doc/Xmu.xml @@ -49,8 +49,8 @@ is a trademark of The Open Group. </legalnotice> </articleinfo> - <sect1 id='introduction'> - <title>Introduction + +Introduction The Xmu Library is a collection of miscellaneous (some might say random) @@ -81,8 +81,8 @@ cc -o xapplication xapplication.o `pkg-config --libs xmu` - - Atom Functions + +Atom Functions To use the functions and macros defined in this section, you should include @@ -203,11 +203,11 @@ value is cached, such that subsequent requests do not cause another round-trip to the server. - + - XmuMakeAtom + - + AtomPtr XmuMakeAtom const char *name @@ -228,15 +228,15 @@ for an Atom with the given name. -XmuInternAtom + can be used to cache the Atom value for one or more displays. - + - XmuNameOfAtom + - + char *XmuNameOfAtom AtomPtr atom_ptr @@ -254,11 +254,11 @@ specifies the AtomPtr The function returns the name of an AtomPtr. - + - XmuInternAtom + - + Atom XmuInternAtom Display *dpy @@ -290,11 +290,11 @@ is cached, such that subsequent requests do not cause another round-trip to the server. - + - XmuGetAtomName + - + char *XmuGetAtomName Display *dpy @@ -322,11 +322,11 @@ The result is cached, such that subsequent requests do not cause another round-trip to the server. - + - XmuInternStrings + - + void XmuInternStrings Display *dpy @@ -371,8 +371,8 @@ The caller is responsible for preallocating the array pointed at by atoms. - - Error Handler Functions + +Error Handler Functions To use the functions defined in this section, you should include the header @@ -384,11 +384,11 @@ file and link against the libXmu or libXmuu library. - + - XmuPrintDefaultErrorMessage + - + int XmuPrintDefaultErrorMessage Display *dpy @@ -454,21 +454,21 @@ specifies the error This function ignores errors for BadWindow errors for -XQueryTree +XQueryTree and -XGetWindowAttributes, +XGetWindowAttributes, and ignores BadDrawable errors for -XGetGeometry; +XGetGeometry; it returns 0 in those cases. Otherwise, it prints the default error message, and returns a non-zero value if the caller should consider exiting, and 0 if the caller should not exit. - - System Utility Functions + +System Utility Functions To use the functions defined in this section, you should include the header @@ -550,8 +550,8 @@ in software that needs to continue to support non-Unix98 compliant platforms. - - Window Utility Functions + +Window Utility Functions To use the functions defined in this section, you should include the header @@ -675,17 +675,17 @@ and flags in the hints structure, and then stores the hints for the window using - XSetWMNormalHints + XSetWMNormalHints -XSetWMNormalHints +XSetWMNormalHints and returns True. If NULL is passed for the hints structure, then the current hints are read back from the window using - XGetWMNormalHints + XGetWMNormalHints -XGetWMNormalHints +XGetWMNormalHints and are used instead, and True is returned; otherwise @@ -695,8 +695,8 @@ is returned. - - Cursor Utility Functions + +Cursor Utility Functions To use the functions defined in this section, you should include the header @@ -736,8 +736,8 @@ manual. - - Graphics Functions + +Graphics Functions To use the functions defined in this section, you should include the header @@ -1128,10 +1128,10 @@ returns the y coordinate of the hotspot This function reads a standard bitmap file description from the specified stream, and returns the parsed data in a format suitable for passing to -XCreateBitmapFromData. +XCreateBitmapFromData. The return value of the function has the same interpretation as the return value for -XReadBitmapFile. +XReadBitmapFile. @@ -1190,10 +1190,10 @@ returns the y coordinate of the hotspot This function reads a standard bitmap file description from the specified file, and returns the parsed data in a format suitable for passing to -XCreateBitmapFromData. +XCreateBitmapFromData. The return value of the function has the same interpretation as the return value for -XReadBitmapFile. +XReadBitmapFile. @@ -1265,7 +1265,7 @@ returns the y coordinate of the hotspot This function reads a file in standard bitmap file format, using -XReadBitmapFile, +XReadBitmapFile, and returns the created bitmap. The filename may be absolute, or relative to the global resource named @@ -1352,7 +1352,7 @@ specifies the background pixel value This function creates a pixmap of the specified width, height, and depth, on the same screen as the specified drawable, and then performs an -XCopyPlane +XCopyPlane from the specified bitmap to the pixmap, using the specified foreground and background pixel values. The created pixmap is returned. @@ -1360,8 +1360,8 @@ The created pixmap is returned. - - Selection Functions + +Selection Functions To use the functions defined in this section, you should include the header @@ -1450,8 +1450,8 @@ if the conversion was successful, else it returns - - Type Converter Functions + +Type Converter Functions To use the functions defined in this section, you should include the header @@ -2310,8 +2310,8 @@ XtSetTypeConverter(XtRString, XtRWidget, XmuNewCvtStringToWidget, - - Character Set Functions + +Character Set Functions To use the functions defined in this section, you should include the header @@ -2517,8 +2517,8 @@ less than second. The two strings are assumed to be encoded using ISO - - Keyboard Event Translation Functions + +Keyboard Event Translation Functions To use the functions defined in this section, you should include the header @@ -2533,7 +2533,7 @@ and link against the libXmu library. The functions in this section are deprecated because they don't work in most locales now supported by X11; the function -XmbLookupString +XmbLookupString provides a better alternative. @@ -2585,7 +2585,7 @@ specifies or returns the compose state This function is identical to -XLookupString, +XLookupString, and exists only for naming symmetry with other functions. @@ -2637,7 +2637,7 @@ specifies or returns the compose state This function is similar to -XLookupString, +XLookupString, except that it maps a key event to an Latin-2 (ISO 8859-2) string, or to an ASCII control string. @@ -2690,7 +2690,7 @@ specifies or returns the compose state This function is similar to -XLookupString, +XLookupString, except that it maps a key event to an Latin-3 (ISO 8859-3) string, or to an ASCII control string. @@ -2743,7 +2743,7 @@ specifies or returns the compose state This function is similar to -XLookupString, +XLookupString, except that it maps a key event to an Latin-4 (ISO 8859-4) string, or to an ASCII control string. @@ -2796,7 +2796,7 @@ specifies or returns the compose state This function is similar to -XLookupString, +XLookupString, except that it maps a key event to a string in an encoding consisting of Latin-1 (ISO 8859-1) and ASCII control in the Graphics Left half (values 0 to 127), and Katakana in the @@ -2852,7 +2852,7 @@ specifies or returns the compose state This function is similar to -XLookupString, +XLookupString, except that it maps a key event to a string in the JIS X0201-1976 encoding, including ASCII control. @@ -2905,7 +2905,7 @@ specifies or returns the compose state This function is similar to -XLookupString, +XLookupString, except that it maps a key event to a Latin/Arabic (ISO 8859-6) string, or to an ASCII control string. @@ -2958,7 +2958,7 @@ specifies or returns the compose state This function is similar to -XLookupString, +XLookupString, except that it maps a key event to a Latin/Cyrillic (ISO 8859-5) string, or to an ASCII control string. @@ -3011,7 +3011,7 @@ specifies or returns the compose state This function is similar to -XLookupString, +XLookupString, except that it maps a key event to a Latin/Greek (ISO 8859-7) string, or to an ASCII control string. @@ -3064,7 +3064,7 @@ specifies or returns the compose state This function is similar to -XLookupString, +XLookupString, except that it maps a key event to a Latin/Hebrew (ISO 8859-8) string, or to an ASCII control string. @@ -3117,14 +3117,14 @@ specifies or returns the compose state This function is similar to -XLookupString, +XLookupString, except that it maps a key event to an APL string. - - Compound Text Functions + +Compound Text Functions The functions defined in this section are for parsing Compound Text strings, @@ -3478,8 +3478,8 @@ structure. - - CloseDisplay Hook Functions + +CloseDisplay Hook Functions To use the functions defined in this section, you should include the header @@ -3652,8 +3652,8 @@ if a matching callback exists, else returns - - Display Queue Functions + +Display Queue Functions To use the functions and types defined in this section, you should include the @@ -3917,8 +3917,8 @@ is not called on the display. - - Toolkit Convenience Functions + +Toolkit Convenience Functions To use the functions defined in this section, you should include the header @@ -3995,8 +3995,8 @@ Otherwise, this function does nothing. - - Standard Colormap Functions + +Standard Colormap Functions To use the functions defined in this section, you should include the header @@ -4534,8 +4534,8 @@ possible. - - Widget Description Functions + +Widget Description Functions The functions defined in this section are for building a description of @@ -4601,7 +4601,7 @@ specifies the widget class for which resources should be obtained. specifies the widget that should be used for creating an instance of node from which resources are extracted. This is typically the value returned -by XtAppInitialize. +by XtAppInitialize. @@ -4696,8 +4696,8 @@ widget name or widget class name. If no match is found, it returns - - Participation in the Editres Protocol + +Participation in the Editres Protocol -- cgit v1.2.1