home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / BASEman / root.4 / usr / lib / scohelp / en_US.ISO8859-1 / man / html.X3xlib / man.X3xlib.node next >
Encoding:
Text File  |  1998-08-19  |  52.1 KB  |  1,359 lines

  1.  
  2. Intro.X3xlib.html:
  3.     Title = Intro(X3xlib)
  4.     Version = 1.0
  5.     Name = Intro - introduction to X Lib library functions and routines
  6.     IndexEntry = intro - introduction to X Lib library functions and routines
  7.  
  8. AllPlanes.X3xlib.html:
  9.     Title = AllPlanes(X3xlib)
  10.     Version = 1.0
  11.     Name = AllPlanes - display utility
  12.     SubName = BlackPixel - returns black pixel value for specified screen
  13.     SubName = WhitePixel - returns white pixel value for specified screen
  14.     SubName = ConnectionNumber - returns connection number for specified display
  15.     SubName = DefaultColormap - returns depth of default root window for specified screen
  16.     SubName = DefaultDepth - returns default GC for root window of specified screen
  17.     SubName = XListDepths - returns array of depths available on specified screen
  18.     SubName = DefaultGC - returns default GC for root window of specified screen
  19.     SubName = DefaultRootWindow - returns root window for default screen
  20.     SubName = DefaultScreenOfDisplay - returns default screen of specified display
  21.     SubName = DefaultScreen - returns default screen number referenced in XOpenDisplay routine
  22.     SubName = DefaultVisual - returns default visual type for specified screen
  23.     SubName = DisplayCells - returns maximum number of entries in default colormap
  24.     SubName = DisplayPlanes - returns the depth of root window of specified screen
  25.     SubName = DisplayString - returns string passed to XOpenDisplay when current window opened
  26.     SubName = XMaxRequestSize - returns maximum size of a protocol request
  27.     SubName = XExtendedMaxRequestSize - determines whether there is support for extended-length protocol encoding
  28.     SubName = LastKnownRequestProcessed - extracts serial number of last known processed request
  29.     SubName = NextRequest - extracts full serial number to be used for next request
  30.     SubName = ProtocolVersion - returns major version number of X protocol
  31.     SubName = ProtocolRevision - returns minor protocol revision number of X server
  32.     SubName = QLength - returns length of event queue for connected display
  33.     SubName = RootWindow - returns root window
  34.     SubName = ScreenCount - returns number of available screens
  35.     SubName = ScreenOfDisplay - returns pointer to screen of specified display
  36.     SubName = ServerVendor - returns pointer to null-terminated string
  37.     SubName = VendorRelease - returns number related to vendor's release of X server
  38.  
  39. BlackPixelOfScreen.X3xlib.html:
  40.     Title = BlackPixelOfScreen(X3xlib)
  41.     Version = 1.0
  42.     Name = BlackPixelOfScreen - screen information functions and macros
  43.     SubName = WhitePixelOfScreen - returns white pixel value of specified screen
  44.     SubName = CellsOfScreen - returns number of colormap cells in default colormap of specified screen
  45.     SubName = DefaultColormapOfScreen - returns default colormap of specified screen
  46.     SubName = DefaultDepthOfScreen - returns default depth of root window of specified screen
  47.     SubName = DefaultGCOfScreen - returns default GC of specified screen
  48.     SubName = DefaultVisualOfScreen - returns default visual of specified screen
  49.     SubName = DoesBackingStore - returns indication whether screen supports backing store
  50.     SubName = DoesSaveUnders - returns Boolean value indicating whether screen supports save unders
  51.     SubName = DisplayOfScreen - returns display of specified screen
  52.     SubName = XScreenNumberOfScreen - returns screen index number of specified screen
  53.     SubName = EventMaskOfScreen - returns root event mask of root
  54.     SubName = HeightOfScreen - returns height of specified screen
  55.     SubName = HeightMMOfScreen - returns height, in millimeters, of specified screen
  56.     SubName = MaxCmapsOfScreen - returns maximum number of installed colormaps supported by screen
  57.     SubName = MinCmapsOfScreen - returns minimum number of installed colormaps supported by screen
  58.     SubName = PlanesOfScreen - returns number of planes in root window of specified screen
  59.     SubName = RootWindowOfScreen - returns root window of specified screen
  60.     SubName = WidthOfScreen - returns width of specified screen
  61.     SubName = WidthMMOfScreen - returns width, in millimeters, of specified screen
  62.  
  63. DisplayOfCCC.X3xlib.html:
  64.     Title = DisplayOfCCC(X3xlib)
  65.     Version = 1.0
  66.     Name = DisplayOfCCC - Color Conversion Context macros
  67.     SubName = VisualOfCCC - returns the visual of the CCC
  68.     SubName = ScreenNumberOfCCC - returns the screen number of the CCC
  69.     SubName = ScreenWhitePointOfCCC - returns the screen white point of the CCC
  70.     SubName = ClientWhitePointOfCCC - returns the client white point of the CCC
  71.  
  72. ImageByteOrder.X3xlib.html:
  73.     Title = ImageByteOrder(X3xlib)
  74.     Version = 1.0
  75.     Name = ImageByteOrder - image format functions and macros
  76.     SubName = BitmapBitOrder - indicates whether leftmost bit least or most significant bit in unit
  77.     SubName = BitmapPad - returns number of bits that each scanline must be padded
  78.     SubName = BitmapUnit - returns size of bitmap's scanline unit in bits
  79.     SubName = DisplayHeight - returns height of specified screen in pixels
  80.     SubName = DisplayHeightMM - returns height of specified screen in millimeters
  81.     SubName = DisplayWidth - returns width of specified screen in pixels
  82.     SubName = DisplayWidthMM - returns width of specified screen in millimeters
  83.     SubName = XListPixmapFormats - returns array of XPixmapFormatValues
  84.     SubName = XPixmapFormatValues - pixmap structure
  85.  
  86. imake.X3xlib.html:
  87.     Title = imake(X3xlib)
  88.     Version = 1.0
  89.     Name = imake - C preprocessor interface to the make utility
  90.  
  91. IsCursorKey.X3xlib.html:
  92.     Title = IsCursorKey(X3xlib)
  93.     Version = 1.0
  94.     Name = IsCursorKey - keysym classification macros
  95.     SubName = IsFunctionKey - returns True if specified KeySym is function key
  96.     SubName = IsKeypadKey - returns True if specified KeySym is keypad key
  97.     SubName = IsMiscFunctionKey - returns True if specified KeySym is miscellaneous function key
  98.     SubName = IsModiferKey - returns True if specified KeySym is modifier key
  99.     SubName = IsPFKey - returns True if specified KeySym is PF key
  100.     SubName = IsPrivateKeypadKey - returns True if specified KeySym is a vendor-private keypad key.
  101.  
  102. lndir.X3xlib.html:
  103.     Title = lndir(X3xlib)
  104.     Version = 1.0
  105.     Name = lndir - create a shadow directory of symbolic links to another directory tree
  106.  
  107. makedepend.X3xlib.html:
  108.     Title = makedepend(X3xlib)
  109.     Version = 1.0
  110.     Name = makedepend - create dependencies in makefiles
  111.  
  112. mkdirhier.X3xlib.html:
  113.     Title = mkdirhier(X3xlib)
  114.     Version = 1.0
  115.     Name = mkdirhier - makes a directory hierarchy
  116.  
  117. XAddConnectionWatch.X3xlib.html:
  118.     Title = XAddConnectionWatch(X3xlib)
  119.     Version = 1.0
  120.     Name = XAddConnectionWatch - handle Xlib internal connections
  121.     SubName = XRemoveConnectionWatch - removes a previously registered connection watch
  122.     SubName = XProcessInternalConnection - processes input available on an internal connection
  123.     SubName = XInternalConnectionNumbers - returns a list of file descriptors for all internal connections
  124.  
  125. XAddHost.X3xlib.html:
  126.     Title = XAddHost(X3xlib)
  127.     Version = 1.0
  128.     Name = XAddHost - control host access and host control structure
  129.     SubName = XAddHosts - adds specified hosts to access control list
  130.     SubName = XListHosts - returns current access control list
  131.     SubName = XRemoveHost - removes specified host from access control list
  132.     SubName = XRemoveHosts - removes each specified host from access control list
  133.     SubName = XSetAccessControl - enables or disables use of access control list
  134.     SubName = XEnableAccessControl - enables use of access control list
  135.     SubName = XDisableAccessControl - disables use of access control list
  136.     SubName = XHostAddress - host control structure
  137.  
  138. XAllocClassHint.X3xlib.html:
  139.     Title = XAllocClassHint(X3xlib)
  140.     Version = 1.0
  141.     Name = XAllocClassHint - allocate class hints structure and set or read a window's WM_CLASS property
  142.     SubName = XSetClassHint - sets class hint for specified window
  143.     SubName = XGetClassHint - returns class of specified window
  144.     SubName = XClassHint - class hint structure
  145.  
  146. XAllocColor.X3xlib.html:
  147.     Title = XAllocColor(X3xlib)
  148.     Version = 1.0
  149.     Name = XAllocColor - allocate and free colors
  150.     SubName = XAllocNamedColor - looks up named color and returns closest color supported by screen
  151.     SubName = XAllocColorCells - allocates read/write color cells
  152.     SubName = XAllocColorPlanes - allocates color planes
  153.     SubName = XFreeColors - frees colors
  154.  
  155. XAllocIconSize.X3xlib.html:
  156.     Title = XAllocIconSize(X3xlib)
  157.     Version = 1.0
  158.     Name = XAllocIconSize - allocate icon size structure and set or read a window's WM_ICON_SIZES property
  159.     SubName = XSetIconSizes - sets icon size
  160.     SubName = XGetIconSizes - returns icon size
  161.     SubName = XIconSize - icon size structure
  162.  
  163. XAllocSizeHints.X3xlib.html:
  164.     Title = XAllocSizeHints(X3xlib)
  165.     Version = 1.0
  166.     Name = XAllocSizeHints - allocate size hints structure and set or read a window's WM_NORMAL_HINTS property
  167.     SubName = XSetWMNormalHints - sets size hints
  168.     SubName = XGetWMNormalHints - reads size hints
  169.     SubName = XSetWMSizeHints - sets size hints
  170.     SubName = XGetWMSizeHints - reads size hints
  171.     SubName = XSizeHints - size hints structure
  172.  
  173. XAllocStandardColormap.X3xlib.html:
  174.     Title = XAllocStandardColormap(X3xlib)
  175.     Version = 1.0
  176.     Name = XAllocStandardColormap - allocate, set, or read a standard colormap structure
  177.     SubName = XSetRGBColormaps - sets standard colormap structure
  178.     SubName = XGetRGBColormaps - reads standard colormap structure
  179.     SubName = XStandardColormap - standard colormap structure
  180.  
  181. XAllocWMHints.X3xlib.html:
  182.     Title = XAllocWMHints(X3xlib)
  183.     Version = 1.0
  184.     Name = XAllocWMHints - allocate window manager hints structure and set or read a window's WM_HINTS property
  185.     SubName = XSetWMHints - sets window manager hints
  186.     SubName = XGetWMHints - reads window manager hints
  187.     SubName = XWMHints - window manager hints structure
  188.  
  189. XAllowEvents.X3xlib.html:
  190.     Title = XAllowEvents(X3xlib)
  191.     Version = 1.0
  192.     Name = XAllowEvents - release queued events
  193.  
  194. XAnyEvent.X3xlib.html:
  195.     Title = XAnyEvent(X3xlib)
  196.     Version = 1.0
  197.     Name = XAnyEvent - generic X event structures
  198.     SubName = XEvent - generic X event structure
  199.  
  200. XButtonEvent.X3xlib.html:
  201.     Title = XButtonEvent(X3xlib)
  202.     Version = 1.0
  203.     Name = XButtonEvent - KeyPress, KeyRelease, ButtonPress, ButtonRelease, and MotionNotify event structures
  204.     SubName = XKeyEvent - XKeyEvent event structure
  205.     SubName = XMotionEvent - XMotionEvent event structure
  206.     SubName = KeyPress - KeyPress event structure
  207.     SubName = KeyRelease - KeyRelease event structure
  208.     SubName = ButtonPress - ButtonPress event structure
  209.     SubName = ButtonRelease - ButtonRelease event structure
  210.     SubName = MotionNotify - MotionNotify event structure
  211.  
  212. XChangeKeyboardControl.X3xlib.html:
  213.     Title = XChangeKeyboardControl(X3xlib)
  214.     Version = 1.0
  215.     Name = XChangeKeyboardControl - manipulate keyboard settings and keyboard control structure
  216.     SubName = XGetKeyboardControl - returns current keyboard control values
  217.     SubName = XAutoRepeatOn - turns on auto-repeat for keyboard on specified display
  218.     SubName = XAutoRepeatOff - turns off auto-repeat for keyboard on specified display
  219.     SubName = XBell - rings bell on keyboard on specified display
  220.     SubName = XQueryKeymap - returns bit vector for logical state of keyboard
  221.     SubName = XKeyboardControl - keyboard control structure
  222.  
  223. XChangeKeyboardMapping.X3xlib.html:
  224.     Title = XChangeKeyboardMapping(X3xlib)
  225.     Version = 1.0
  226.     Name = XChangeKeyboardMapping - manipulate keyboard encoding and keyboard encoding structure
  227.     SubName = XGetKeyboardMapping - returns KeyCode symbols
  228.     SubName = XDisplayKeycodes - returns min-keycodes and max-keycodes
  229.     SubName = XSetModifierMapping - sets KeyCodes of modifiers keys
  230.     SubName = XGetModifierMapping - returns pointer to structure containing modifier keys
  231.     SubName = XNewModifiermap - returns pointer to XModifierKeymap
  232.     SubName = XInsertModifiermapEntry - adds KeyCode to control set
  233.     SubName = XDeleteModifiermapEntry - deletes KeyCode from control set
  234.     SubName = XFreeModifiermap - frees XModifierKeymap structure
  235.     SubName = XModifierKeymap - keyboard encoding structure
  236.  
  237. XChangePointerControl.X3xlib.html:
  238.     Title = XChangePointerControl(X3xlib)
  239.     Version = 1.0
  240.     Name = XChangePointerControl - control pointer
  241.     SubName = XGetPointerControl - reads pointer movement definition
  242.  
  243. XChangeSaveSet.X3xlib.html:
  244.     Title = XChangeSaveSet(X3xlib)
  245.     Version = 1.0
  246.     Name = XChangeSaveSet - change a client's save set
  247.     SubName = XAddToSaveSet - adds specified window to client's save set
  248.     SubName = XRemoveFromSaveSet - removes specified window from client's save set
  249.  
  250. XChangeWindowAttributes.X3xlib.html:
  251.     Title = XChangeWindowAttributes(X3xlib)
  252.     Version = 1.0
  253.     Name = XChangeWindowAttributes - change window attributes
  254.     SubName = XSetWindowBackground - sets background of window
  255.     SubName = XSetWindowBackgroundPixmap - sets background pixmap of window
  256.     SubName = XSetWindowBorder - sets border of window
  257.     SubName = XSetWindowBorderPixmap - set border pixmap of window
  258.     SubName = XSetWindowColormap - set colormap of window
  259.  
  260. XCirculateEvent.X3xlib.html:
  261.     Title = XCirculateEvent(X3xlib)
  262.     Version = 1.0
  263.     Name = XCirculateEvent - CirculateNotify event structure
  264.  
  265. XCirculateRequestEvent.X3xlib.html:
  266.     Title = XCirculateRequestEvent(X3xlib)
  267.     Version = 1.0
  268.     Name = XCirculateRequestEvent - CirculateRequest event structure
  269.  
  270. XClearArea.X3xlib.html:
  271.     Title = XClearArea(X3xlib)
  272.     Version = 1.0
  273.     Name = XClearArea - clear area or window
  274.     SubName = XClearWindow - clear window
  275.  
  276. XClientMessageEvent.X3xlib.html:
  277.     Title = XClientMessageEvent(X3xlib)
  278.     Version = 1.0
  279.     Name = XClientMessageEvent - ClientMessage event structure
  280.  
  281. XcmsAllocColor.X3xlib.html:
  282.     Title = XcmsAllocColor(X3xlib)
  283.     Version = 1.0
  284.     Name = XcmsAllocColor - allocate device-independent colors
  285.     SubName = XcmsAllocNamedColor - allocate a read-only color cell in any format specified
  286.  
  287. XcmsCCCOfColormap.X3xlib.html:
  288.     Title = XcmsCCCOfColormap(X3xlib)
  289.     Version = 1.0
  290.     Name = XcmsCCCOfColormap - query and modify CCC of a colormap
  291.     SubName = XcmsSetCCCOfColormap - changes the CCC associated with the specified colormap
  292.  
  293. XcmsCIELabQueryMaxC.X3xlib.html:
  294.     Title = XcmsCIELabQueryMaxC(X3xlib)
  295.     Version = 1.0
  296.     Name = XcmsCIELabQueryMaxC - obtain the CIE L*a*b* coordinates
  297.     SubName = XcmsCIELabQueryMaxL - finds the point of maximum lightness (L*) displayable by the screen
  298.     SubName = XcmsCIELabQueryMaxLC - finds the point of maximum chroma displayable by the screen
  299.     SubName = XcmsCIELabQueryMinL - finds the point of minimum lightness (L*) displayable by the screen
  300.  
  301. XcmsCIELuvQueryMaxC.X3xlib.html:
  302.     Title = XcmsCIELuvQueryMaxC(X3xlib)
  303.     Version = 1.0
  304.     Name = XcmsCIELuvQueryMaxC - obtain the CIE L*u*v* coordinates
  305.     SubName = XcmsCIELuvQueryMaxL - finds the point of maximum lightness (L*) displayable by the screen
  306.     SubName = XcmsCIELuvQueryMaxLC - finds the point of maximum chroma displayable by the screen
  307.     SubName = XcmsCIELuvQueryMinL - finds the point of minimum lightness (L*) displayable by the screen
  308.  
  309. XcmsColor.X3xlib.html:
  310.     Title = XcmsColor(X3xlib)
  311.     Version = 1.0
  312.     Name = XcmsColor - Xcms color structure
  313.     SubName = XcmsRGB - possible formats in the Xcms color structure
  314.     SubName = XcmsRGBi - possible formats in the Xcms color structure
  315.     SubName = XcmsCIEXYZ - possible formats in the Xcms color structure
  316.     SubName = XcmsCIEuvY - possible formats in the Xcms color structure
  317.     SubName = XcmsCIExyY - possible formats in the Xcms color structure
  318.     SubName = XcmsCIELab - possible formats in the Xcms color structure
  319.     SubName = XcmsCIELuv - possible formats in the Xcms color structure
  320.     SubName = XcmsTekHVC - possible formats in the Xcms color structure
  321.     SubName = XcmsPad - possible formats in the Xcms color structure
  322.  
  323. XcmsConvertColors.X3xlib.html:
  324.     Title = XcmsConvertColors(X3xlib)
  325.     Version = 1.0
  326.     Name = XcmsConvertColors - convert CCC color specifications
  327.  
  328. XcmsCreateCCC.X3xlib.html:
  329.     Title = XcmsCreateCCC(X3xlib)
  330.     Version = 1.0
  331.     Name = XcmsCreateCCC - creating and destroying CCCs
  332.     SubName = XcmsFreeCCC - frees the memory used for the specified CCC
  333.  
  334. XcmsDefaultCCC.X3xlib.html:
  335.     Title = XcmsDefaultCCC(X3xlib)
  336.     Version = 1.0
  337.     Name = XcmsDefaultCCC - obtain the default CCC for a screen
  338.  
  339. XcmsQueryBlack.X3xlib.html:
  340.     Title = XcmsQueryBlack(X3xlib)
  341.     Version = 1.0
  342.     Name = XcmsQueryBlack - obtain black, blue, green, red, and white CCC color specifications
  343.     SubName = XcmsQueryBlue - returns the color specification in the specified target format
  344.     SubName = XcmsQueryGreen - returns the color specification in the specified target format
  345.     SubName = XcmsQueryRed - returns the color specification in the specified target format
  346.     SubName = XcmsQueryWhite - returns the color specification in the specified target format
  347.  
  348. XcmsQueryColor.X3xlib.html:
  349.     Title = XcmsQueryColor(X3xlib)
  350.     Version = 1.0
  351.     Name = XcmsQueryColor - obtain color values
  352.     SubName = XcmsQueryColors - obtains the RGB values for pixel values in the XcmsColor structure
  353.     SubName = XcmsLookupColor - looks up the string name of a color
  354.  
  355. XcmsSetWhitePoint.X3xlib.html:
  356.     Title = XcmsSetWhitePoint(X3xlib)
  357.     Version = 1.0
  358.     Name = XcmsSetWhitePoint - modifying CCC attributes
  359.     SubName = XcmsSetWhiteAdjustProc - sets the white point adjustment procedure in the specified CCC
  360.  
  361. XcmsStoreColor.X3xlib.html:
  362.     Title = XcmsStoreColor(X3xlib)
  363.     Version = 1.0
  364.     Name = XcmsStoreColor - set colors
  365.     SubName = XcmsStoreColors - converts the colors specified into RGB values
  366.  
  367. XcmsTekHVCQueryMaxC.X3xlib.html:
  368.     Title = XcmsTekHVCQueryMaxC(X3xlib)
  369.     Version = 1.0
  370.     Name = XcmsTekHVCQueryMaxC - obtain the TekHVC coordinates
  371.     SubName = XcmsTekHVCQueryMaxV - given Hue, Value and Chroma's find colors displayable by the screen
  372.     SubName = XcmsTekHVCQueryMaxVC - given Hue, Value and Chroma's find colors displayable by the screen
  373.     SubName = XcmsTekHVCQueryMaxVSamples - given Hue, Value and Chroma's find colors displayable by the screen
  374.     SubName = XcmsTekHVCQueryMinV - given Hue, Value and Chroma's find colors displayable by the screen
  375.  
  376. XColormapEvent.X3xlib.html:
  377.     Title = XColormapEvent(X3xlib)
  378.     Version = 1.0
  379.     Name = XColormapEvent - ColormapNotify event structure
  380.  
  381. XConfigureEvent.X3xlib.html:
  382.     Title = XConfigureEvent(X3xlib)
  383.     Version = 1.0
  384.     Name = XConfigureEvent - ConfigureNotify event structure
  385.  
  386. XConfigureRequestEvent.X3xlib.html:
  387.     Title = XConfigureRequestEvent(X3xlib)
  388.     Version = 1.0
  389.     Name = XConfigureRequestEvent - ConfigureRequest event structure
  390.  
  391. XConfigureWindow.X3xlib.html:
  392.     Title = XConfigureWindow(X3xlib)
  393.     Version = 1.0
  394.     Name = XConfigureWindow - configure windows and window changes structure
  395.     SubName = XMoveWindow - moves window
  396.     SubName = XResizeWindow - resizes window
  397.     SubName = XMoveResizeWindow - changes window size and location
  398.     SubName = XSetWindowBorderWidth - sets window border to specified width
  399.     SubName = XWindowChanges - configures windows and window changes structure
  400.  
  401. XCopyArea.X3xlib.html:
  402.     Title = XCopyArea(X3xlib)
  403.     Version = 1.0
  404.     Name = XCopyArea - copy areas
  405.     SubName = XCopyPlane - copy planes
  406.  
  407. XCreateColormap.X3xlib.html:
  408.     Title = XCreateColormap(X3xlib)
  409.     Version = 1.0
  410.     Name = XCreateColormap - create, copy, or destroy colormaps and color structure
  411.     SubName = XCopyColormapAndFree - copies colormap
  412.     SubName = XFreeColormap - deletes colormap
  413.     SubName = XColor - color structure
  414.  
  415. XCreateFontCursor.X3xlib.html:
  416.     Title = XCreateFontCursor(X3xlib)
  417.     Version = 1.0
  418.     Name = XCreateFontCursor - create cursors
  419.     SubName = XCreatePixmapCursor - creates pixmap cursor
  420.     SubName = XCreateGlyphCursor - creates glyph cursor
  421.  
  422. XCreateFontSet.X3xlib.html:
  423.     Title = XCreateFontSet(X3xlib)
  424.     Version = 1.0
  425.     Name = XCreateFontSet - create and free an international text drawing font set
  426.     SubName = XFreeFontSet - free an international text drawing font set
  427.  
  428. XCreateGC.X3xlib.html:
  429.     Title = XCreateGC(X3xlib)
  430.     Version = 1.0
  431.     Name = XCreateGC - create or free graphics contexts and graphics context structure
  432.     SubName = XCopyGC - copies graphics context
  433.     SubName = XChangeGC - changes graphics context
  434.     SubName = XGetGCValues - returns graphics context components
  435.     SubName = XFreeGC - destroys graphics context
  436.     SubName = XGContextFromGC - obtains GContext from associated graphics context
  437.     SubName = XGCValues - graphics context structure
  438.  
  439. XCreateIC.X3xlib.html:
  440.     Title = XCreateIC(X3xlib)
  441.     Version = 1.0
  442.     Name = XCreateIC - create, destroy, and obtain the input method of an input context
  443.     SubName = XDestroyIC - destroy the specified IC
  444.     SubName = XIMOfIC - return the input method of the specified IC
  445.  
  446. XCreateImage.X3xlib.html:
  447.     Title = XCreateImage(X3xlib)
  448.     Version = 1.0
  449.     Name = XCreateImage - image utilities
  450.     SubName = XInitImage - initializes internal image routines
  451.     SubName = XGetPixel - returns pixel from image
  452.     SubName = XPutPixel - overwrites pixel
  453.     SubName = XSubImage - creates new sub image
  454.     SubName = XAddPixel - adds constant value to pixels
  455.     SubName = XDestroyImage - deallocates image
  456.  
  457. XCreateOC.X3xlib.html:
  458.     Title = XCreateOC(X3xlib)
  459.     Version = 1.0
  460.     Name = XCreateOC - create output contexts
  461.     SubName = XDestroyOC - destroy output contexts
  462.     SubName = XSetOCValues - set output context values
  463.     SubName = XGetOCValues - get output context values
  464.     SubName = XOMOfOC - return the output method associated with a specified output context
  465.  
  466. XCreatePixmap.X3xlib.html:
  467.     Title = XCreatePixmap(X3xlib)
  468.     Version = 1.0
  469.     Name = XCreatePixmap - create or destroy pixmaps
  470.     SubName = XFreePixmap - destroys pixmap
  471.  
  472. XCreateRegion.X3xlib.html:
  473.     Title = XCreateRegion(X3xlib)
  474.     Version = 1.0
  475.     Name = XCreateRegion - create or destroy regions
  476.     SubName = XSetRegion - sets clip-mask
  477.     SubName = XDestroyRegion - destroys region
  478.  
  479. XCreateWindow.X3xlib.html:
  480.     Title = XCreateWindow(X3xlib)
  481.     Version = 1.0
  482.     Name = XCreateWindow - create windows and window attributes structure
  483.     SubName = XCreateSimpleWindow - creates subwindow
  484.     SubName = XSetWindowAttributes - window attributes structure
  485.  
  486. XCreateWindowEvent.X3xlib.html:
  487.     Title = XCreateWindowEvent(X3xlib)
  488.     Version = 1.0
  489.     Name = XCreateWindowEvent - CreateNotify event structure
  490.  
  491. XCrossingEvent.X3xlib.html:
  492.     Title = XCrossingEvent(X3xlib)
  493.     Version = 1.0
  494.     Name = XCrossingEvent - EnterNotify and LeaveNotify event structure
  495.  
  496. XDefineCursor.X3xlib.html:
  497.     Title = XDefineCursor(X3xlib)
  498.     Version = 1.0
  499.     Name = XDefineCursor - define cursors
  500.     SubName = XUndefineCursor - undoes effect of cursor define
  501.  
  502. XDestroyWindow.X3xlib.html:
  503.     Title = XDestroyWindow(X3xlib)
  504.     Version = 1.0
  505.     Name = XDestroyWindow - destroy windows
  506.     SubName = XDestroySubwindows - destroys subwindows
  507.  
  508. XDestroyWindowEvent.X3xlib.html:
  509.     Title = XDestroyWindowEvent(X3xlib)
  510.     Version = 1.0
  511.     Name = XDestroyWindowEvent - DestroyNotify event structure
  512.  
  513. XDrawArc.X3xlib.html:
  514.     Title = XDrawArc(X3xlib)
  515.     Version = 1.0
  516.     Name = XDrawArc - draw arcs and arc structure
  517.     SubName = XDrawArcs - draws arcs
  518.     SubName = XArc - arc structure
  519.  
  520. XDrawImageString.X3xlib.html:
  521.     Title = XDrawImageString(X3xlib)
  522.     Version = 1.0
  523.     Name = XDrawImageString - draw image text
  524.     SubName = XDrawImageString16 - draws image text
  525.  
  526. XDrawLine.X3xlib.html:
  527.     Title = XDrawLine(X3xlib)
  528.     Version = 1.0
  529.     Name = XDrawLine - draw lines, polygons, and line structure
  530.     SubName = XDrawLines - draws lines
  531.     SubName = XDrawSegments - draws polygons
  532.     SubName = XSegment - line structure
  533.  
  534. XDrawPoint.X3xlib.html:
  535.     Title = XDrawPoint(X3xlib)
  536.     Version = 1.0
  537.     Name = XDrawPoint - draw points and points structure
  538.     SubName = XDrawPoints - draws points
  539.     SubName = XPoint - points structure
  540.  
  541. XDrawRectangle.X3xlib.html:
  542.     Title = XDrawRectangle(X3xlib)
  543.     Version = 1.0
  544.     Name = XDrawRectangle - draw rectangles and rectangles structure
  545.     SubName = XDrawRectangles - draws rectangles
  546.     SubName = XRectangle - rectangle structure
  547.  
  548. XDrawString.X3xlib.html:
  549.     Title = XDrawString(X3xlib)
  550.     Version = 1.0
  551.     Name = XDrawString - draw text characters
  552.     SubName = XDrawString16 - draws text characters
  553.  
  554. XDrawText.X3xlib.html:
  555.     Title = XDrawText(X3xlib)
  556.     Version = 1.0
  557.     Name = XDrawText - draw polytext text and text drawing structures
  558.     SubName = XDrawText16 - draws polytext text
  559.     SubName = XTextItem - text drawing structure
  560.     SubName = XTextItem16 - text drawing structure
  561.  
  562. XEmptyRegion.X3xlib.html:
  563.     Title = XEmptyRegion(X3xlib)
  564.     Version = 1.0
  565.     Name = XEmptyRegion - determine if regions are empty or equal
  566.     SubName = XEqualRegion - determines if regions equal
  567.     SubName = XPointInRegion - determines if point in region
  568.     SubName = XRectInRegion - determines if rectangle in region
  569.  
  570. XErrorEvent.X3xlib.html:
  571.     Title = XErrorEvent(X3xlib)
  572.     Version = 1.0
  573.     Name = XErrorEvent - X error event structure
  574.  
  575. XExposeEvent.X3xlib.html:
  576.     Title = XExposeEvent(X3xlib)
  577.     Version = 1.0
  578.     Name = XExposeEvent - Expose event structure
  579.  
  580. XExtentsOfFontSet.X3xlib.html:
  581.     Title = XExtentsOfFontSet(X3xlib)
  582.     Version = 1.0
  583.     Name = XExtentsOfFontSet - obtain the maximum extents structure for a font set
  584.  
  585. XFillRectangle.X3xlib.html:
  586.     Title = XFillRectangle(X3xlib)
  587.     Version = 1.0
  588.     Name = XFillRectangle - fill rectangles, polygons, or arcs
  589.     SubName = XFillRectangles - fills rectangles
  590.     SubName = XFillPolygon - fills polygon
  591.     SubName = XFillArc - fills arc
  592.     SubName = XFillArcs - fills arcs
  593.  
  594. XFilterEvent.X3xlib.html:
  595.     Title = XFilterEvent(X3xlib)
  596.     Version = 1.0
  597.     Name = XFilterEvent - filter X events for an input method
  598.  
  599. XFlush.X3xlib.html:
  600.     Title = XFlush(X3xlib)
  601.     Version = 1.0
  602.     Name = XFlush - handle output buffer or event queue
  603.     SubName = XSync - flushes output buffer then waits until all requests received and processed
  604.     SubName = XEventsQueued - returns number of events already in event queue
  605.     SubName = XPending - returns number of events pending
  606.  
  607. XFocusChangeEvent.X3xlib.html:
  608.     Title = XFocusChangeEvent(X3xlib)
  609.     Version = 1.0
  610.     Name = XFocusChangeEvent - FocusIn and FocusOut event structure
  611.  
  612. XFontSetExtents.X3xlib.html:
  613.     Title = XFontSetExtents(X3xlib)
  614.     Version = 1.0
  615.     Name = XFontSetExtents - XFontSetExtents structure
  616.  
  617. XFontsOfFontSet.X3xlib.html:
  618.     Title = XFontsOfFontSet(X3xlib)
  619.     Version = 1.0
  620.     Name = XFontsOfFontSet - obtain fontset information
  621.     SubName = XBaseFontNameListOfFontSet - returns the original base font name list
  622.     SubName = XLocaleOfFontSet - returns the name of the locale bound to the specified string
  623.     SubName = XContextDependentDrawing - true if the font_set might include context-dependent drawing
  624.     SubName = XContextualDrawing - true if text drawn with the font_set might include context-dependent drawing
  625.     SubName = XDirectionalDependentDrawing - true if the drawing functions inplement implicit text directionality
  626.  
  627. XFree.X3xlib.html:
  628.     Title = XFree(X3xlib)
  629.     Version = 1.0
  630.     Name = XFree - free client data
  631.  
  632. XGetVisualInfo.X3xlib.html:
  633.     Title = XGetVisualInfo(X3xlib)
  634.     Version = 1.0
  635.     Name = XGetVisualInfo - obtain visual information and visual structure
  636.     SubName = XMatchVisualInfo - returns visual information
  637.     SubName = XVisualIDFromVisual - returns visual ID
  638.     SubName = XVisualInfo - visual structure
  639.  
  640. XGetWindowAttributes.X3xlib.html:
  641.     Title = XGetWindowAttributes(X3xlib)
  642.     Version = 1.0
  643.     Name = XGetWindowAttributes - get current window attribute or geometry and current window attributes structure
  644.     SubName = XGetGeometry - returns root window and current geometry
  645.     SubName = XWindowAttributes - window attribute structure
  646.  
  647. XGetWindowProperty.X3xlib.html:
  648.     Title = XGetWindowProperty(X3xlib)
  649.     Version = 1.0
  650.     Name = XGetWindowProperty - obtain and change window properties
  651.     SubName = XListProperties - returns pointer to list of window properties
  652.     SubName = XChangeProperty - changes window properties
  653.     SubName = XRotateWindowProperties - rotates window properties
  654.     SubName = XDeleteProperty - deletes window properties
  655.  
  656. XGrabButton.X3xlib.html:
  657.     Title = XGrabButton(X3xlib)
  658.     Version = 1.0
  659.     Name = XGrabButton - grab pointer buttons
  660.     SubName = XUngrabButton - releases pointer buttons
  661.  
  662. XGrabKey.X3xlib.html:
  663.     Title = XGrabKey(X3xlib)
  664.     Version = 1.0
  665.     Name = XGrabKey - grab keyboard keys
  666.     SubName = XUngrabKey - releases keyboard key
  667.  
  668. XGrabKeyboard.X3xlib.html:
  669.     Title = XGrabKeyboard(X3xlib)
  670.     Version = 1.0
  671.     Name = XGrabKeyboard - grab the keyboard
  672.     SubName = XUngrabKeyboard - releases  keyboard
  673.  
  674. XGrabPointer.X3xlib.html:
  675.     Title = XGrabPointer(X3xlib)
  676.     Version = 1.0
  677.     Name = XGrabPointer - grab the pointer
  678.     SubName = XUngrabPointer - releases pointer
  679.     SubName = XChangeActivePointerGrab - changes grab pointer parameters
  680.  
  681. XGrabServer.X3xlib.html:
  682.     Title = XGrabServer(X3xlib)
  683.     Version = 1.0
  684.     Name = XGrabServer - grab the server
  685.     SubName = XUngrabServer - releases server
  686.  
  687. XGraphicsExposeEvent.X3xlib.html:
  688.     Title = XGraphicsExposeEvent(X3xlib)
  689.     Version = 1.0
  690.     Name = XGraphicsExposeEvent - GraphicsExpose and NoExpose event structures
  691.     SubName = XNoExposeEvent - NoExpose event structure
  692.  
  693. XGravityEvent.X3xlib.html:
  694.     Title = XGravityEvent(X3xlib)
  695.     Version = 1.0
  696.     Name = XGravityEvent - GravityNotify event structure
  697.  
  698. XIconifyWindow.X3xlib.html:
  699.     Title = XIconifyWindow(X3xlib)
  700.     Version = 1.0
  701.     Name = XIconifyWindow - manipulate top-level windows
  702.     SubName = XWithdrawWindow - unmaps window
  703.     SubName = XReconfigureWMWindow - reconfigures window
  704.  
  705. XIfEvent.X3xlib.html:
  706.     Title = XIfEvent(X3xlib)
  707.     Version = 1.0
  708.     Name = XIfEvent - check the event queue with a predicate procedure
  709.     SubName = XCheckIfEvent - checks event queue and copy matched event
  710.     SubName = XPeekIfEvent - checks event queue and return if match found
  711.  
  712. XInitThreads.X3xlib.html:
  713.     Title = XInitThreads(X3xlib)
  714.     Version = 1.0
  715.     Name = XInitThreads - initialize multi-threading support
  716.     SubName = XLockDisplay - locks out all other threads from using the specified display
  717.     SubName = XUnlockDisplay - allows other threads to use the specified display again
  718.  
  719. XInstallColormap.X3xlib.html:
  720.     Title = XInstallColormap(X3xlib)
  721.     Version = 1.0
  722.     Name = XInstallColormap - control colormaps
  723.     SubName = XUninstallColormap - removes colormap
  724.     SubName = XListInstalledColormaps - lists currently installed colormaps
  725.  
  726. XInternAtom.X3xlib.html:
  727.     Title = XInternAtom(X3xlib)
  728.     Version = 1.0
  729.     Name = XInternAtom - create or return atom names
  730.     SubName = XInternAtoms - returns atom identifiers associated with specified names
  731.     SubName = XGetAtomName - returns atom names
  732.     SubName = XGetAtomNames - returns names associated with specified atoms
  733.  
  734. XIntersectRegion.X3xlib.html:
  735.     Title = XIntersectRegion(X3xlib)
  736.     Version = 1.0
  737.     Name = XIntersectRegion - region arithmetic
  738.     SubName = XUnionRegion - computes union of two regions
  739.     SubName = XUnionRectWithRegion - updates destination region
  740.     SubName = XSubtractRegion - subtracts srb from sra and stores result in dr_return
  741.     SubName = XXorRegion - calculates difference between union and intersection of two regions
  742.     SubName = XOffsetRegion - moves region by specified amount
  743.     SubName = XShrinkRegion - reduces region by specified amount
  744.  
  745. XKeymapEvent.X3xlib.html:
  746.     Title = XKeymapEvent(X3xlib)
  747.     Version = 1.0
  748.     Name = XKeymapEvent - KeymapNotify event structure
  749.  
  750. XListFonts.X3xlib.html:
  751.     Title = XListFonts(X3xlib)
  752.     Version = 1.0
  753.     Name = XListFonts - obtain or free font names and information
  754.     SubName = XFreeFontNames - frees font names array
  755.     SubName = XListFontsWithInfo - lists font names and information
  756.     SubName = XFreeFontInfo - frees font information array
  757.  
  758. XLoadFont.X3xlib.html:
  759.     Title = XLoadFont(X3xlib)
  760.     Version = 1.0
  761.     Name = XLoadFont - load or unload fonts and font metric structures
  762.     SubName = XQueryFont - returns font information
  763.     SubName = XLoadQueryFont - loads font
  764.     SubName = XFreeFont - frees font
  765.     SubName = XGetFontProperty - returns value of specified font property
  766.     SubName = XUnloadFont - unload font
  767.     SubName = XCharStruct - font structure
  768.     SubName = XFontProp - font structure
  769.     SubName = XChar2b - font structure
  770.     SubName = XFontStruct - font structure
  771.  
  772. XLookupKeysym.X3xlib.html:
  773.     Title = XLookupKeysym(X3xlib)
  774.     Version = 1.0
  775.     Name = XLookupKeysym - handle keyboard input events in Latin-1
  776.     SubName = XRefreshKeyboardMapping - refreshes stored modifier and keymap information
  777.     SubName = XLookupString - translates key event
  778.     SubName = XRebindKeysym - rebinds meaning of Keysym
  779.  
  780. XMapEvent.X3xlib.html:
  781.     Title = XMapEvent(X3xlib)
  782.     Version = 1.0
  783.     Name = XMapEvent - MapNotify and MappingNotify event structures
  784.     SubName = XMappingEvent - MappingNotify event structure
  785.  
  786. XMapRequestEvent.X3xlib.html:
  787.     Title = XMapRequestEvent(X3xlib)
  788.     Version = 1.0
  789.     Name = XMapRequestEvent - MapRequest event structure
  790.  
  791. XMapWindow.X3xlib.html:
  792.     Title = XMapWindow(X3xlib)
  793.     Version = 1.0
  794.     Name = XMapWindow - map windows
  795.     SubName = XMapRaised - maps windows, subwindows and raise to top of stack
  796.     SubName = XMapSubwindows - maps subwindows in top-to-bottom stacking order
  797.  
  798. XmbDrawImageString.X3xlib.html:
  799.     Title = XmbDrawImageString(X3xlib)
  800.     Version = 1.0
  801.     Name = XmbDrawImageString - draw image text using a single font set
  802.     SubName = XwcDrawImageString - draw image text using a single font set
  803.  
  804. XmbDrawString.X3xlib.html:
  805.     Title = XmbDrawString(X3xlib)
  806.     Version = 1.0
  807.     Name = XmbDrawString - draw text using a single font set
  808.     SubName = XwcDrawString - draw text using a single font set
  809.  
  810. XmbDrawText.X3xlib.html:
  811.     Title = XmbDrawText(X3xlib)
  812.     Version = 1.0
  813.     Name = XmbDrawText - draw text using multiple font sets
  814.     SubName = XwcDrawText - draw text using multiple font sets
  815.  
  816. XmbLookupString.X3xlib.html:
  817.     Title = XmbLookupString(X3xlib)
  818.     Version = 1.0
  819.     Name = XmbLookupString - obtain composed input from an input method
  820.     SubName = XwcLookupString - obtain composed input from an input method
  821.  
  822. XmbResetIC.X3xlib.html:
  823.     Title = XmbResetIC(X3xlib)
  824.     Version = 1.0
  825.     Name = XmbResetIC - reset the state of an input context
  826.     SubName = XwcResetIC - reset the stat of an input context
  827.  
  828. XmbTextEscapement.X3xlib.html:
  829.     Title = XmbTextEscapement(X3xlib)
  830.     Version = 1.0
  831.     Name = XmbTextEscapement - obtain the escapement of text
  832.     SubName = XwcTextEscapement - obtain the escapement of text
  833.  
  834. XmbTextExtents.X3xlib.html:
  835.     Title = XmbTextExtents(X3xlib)
  836.     Version = 1.0
  837.     Name = XmbTextExtents - compute text extents
  838.     SubName = XwcTextExtents - compute text extents
  839.  
  840. XmbTextListToTextProperty.X3xlib.html:
  841.     Title = XmbTextListToTextProperty(X3xlib)
  842.     Version = 1.0
  843.     Name = XmbTextListToTextProperty - convert text lists and text property structures
  844.     SubName = XwcTextListToTextProperty - set an XTextProperty from a list of null terminated strings
  845.     SubName = XmbTextPropertyToTextList - return a list of text strings from the specified text property
  846.     SubName = XwcTextPropertyToTextList - return a list of text strings from the specified text
  847.     SubName = XwcFreeStringList - function frees memory allocated by XwcTextPropertyToTextList
  848.     SubName = XDefaultString - returns the default string used by Xlib for text conversion
  849.  
  850. XmbTextPerCharExtents.X3xlib.html:
  851.     Title = XmbTextPerCharExtents(X3xlib)
  852.     Version = 1.0
  853.     Name = XmbTextPerCharExtents - obtain per-character information for a text string
  854.     SubName = XwcTextPerCharExtents - obtain per-character information for a text string
  855.  
  856. xmkmf.X3xlib.html:
  857.     Title = xmkmf(X3xlib)
  858.     Version = 1.0
  859.     Name = xmkmf - create a Makefile from an Imakefile
  860.  
  861. XNextEvent.X3xlib.html:
  862.     Title = XNextEvent(X3xlib)
  863.     Version = 1.0
  864.     Name = XNextEvent - select events by type
  865.     SubName = XPeekEvent - returns first event from queue
  866.     SubName = XWindowEvent - searches queue for matching event
  867.     SubName = XCheckWindowEvent - searches queue and events available for matching event
  868.     SubName = XMaskEvent - searches queue for events associated with specified mask
  869.     SubName = XCheckMaskEvent - searches queue and events available for matching specified mask
  870.     SubName = XCheckTypedEvent - searches queue and events available for matching event
  871.     SubName = XCheckTypedWindowEvent - searches queue and events available for matching event
  872.  
  873. XNoOp.X3xlib.html:
  874.     Title = XNoOp(X3xlib)
  875.     Version = 1.0
  876.     Name = XNoOp - No Operation
  877.  
  878. XOpenDisplay.X3xlib.html:
  879.     Title = XOpenDisplay(X3xlib)
  880.     Version = 1.0
  881.     Name = XOpenDisplay - connect or disconnect to X server
  882.     SubName = XCloseDisplay - disconnects from X server
  883.  
  884. XOpenIM.X3xlib.html:
  885.     Title = XOpenIM(X3xlib)
  886.     Version = 1.0
  887.     Name = XOpenIM - open, close, and obtain input method information
  888.     SubName = XCloseIM - closes the specified input method
  889.     SubName = XSetIMValues - sets attributes for the specified input method
  890.     SubName = XGetIMValues - interface for querying properties or features of the specified input method
  891.     SubName = XDisplayOfIM - returns the display associated with the specified input method
  892.     SubName = XLocaleOfIM - get the locale of an input method
  893.     SubName = XRegisterIMInstantiateCallback - registers callbacks to be invoked when new input methods become available
  894.     SubName = XUnregisterIMInstantiateCallback - unregisters callbacks previousely registered with XRegisterIMInstantiateCallback
  895.  
  896. XOpenOM.X3xlib.html:
  897.     Title = XOpenOM(X3xlib)
  898.     Version = 1.0
  899.     Name = XOpenOM - open output methods
  900.     SubName = XCloseOM - closes the specified output method
  901.     SubName = XSetOMValues - sets properties or features of the specified output method
  902.     SubName = XGetOMValues - queries properties or features of the specified output method
  903.     SubName = XDisplayOfOM - returns the display associated with the specified output method
  904.     SubName = XLocaleOfOM - returns the locale associated with the specified output method
  905.  
  906. XParseGeometry.X3xlib.html:
  907.     Title = XParseGeometry(X3xlib)
  908.     Version = 1.0
  909.     Name = XParseGeometry - parse window geometry
  910.     SubName = XWMGeometry - combines geometry information specified by the user and by the calling program with size hints
  911.  
  912. XPolygonRegion.X3xlib.html:
  913.     Title = XPolygonRegion(X3xlib)
  914.     Version = 1.0
  915.     Name = XPolygonRegion - generate regions
  916.     SubName = XClipBox - generates smallest rectangle enclosing region
  917.  
  918. XPropertyEvent.X3xlib.html:
  919.     Title = XPropertyEvent(X3xlib)
  920.     Version = 1.0
  921.     Name = XPropertyEvent - PropertyNotify event structure
  922.  
  923. XPutBackEvent.X3xlib.html:
  924.     Title = XPutBackEvent(X3xlib)
  925.     Version = 1.0
  926.     Name = XPutBackEvent - put events back on the queue
  927.  
  928. XPutImage.X3xlib.html:
  929.     Title = XPutImage(X3xlib)
  930.     Version = 1.0
  931.     Name = XPutImage - transfer images
  932.     SubName = XGetImage - transfers image
  933.     SubName = XGetSubImage - transfers subimage
  934.  
  935. XQueryBestSize.X3xlib.html:
  936.     Title = XQueryBestSize(X3xlib)
  937.     Version = 1.0
  938.     Name = XQueryBestSize - determine efficient sizes
  939.     SubName = XQueryBestTile - returns best or closest size
  940.     SubName = XQueryBestStipple - returns best or closest size
  941.  
  942. XQueryColor.X3xlib.html:
  943.     Title = XQueryColor(X3xlib)
  944.     Version = 1.0
  945.     Name = XQueryColor - obtain color values
  946.     SubName = XQueryColors - returns color values
  947.     SubName = XLookupColor - returns color values
  948.     SubName = XParseColor - looks up the string name of a color, returns the exact color value
  949.  
  950. XQueryPointer.X3xlib.html:
  951.     Title = XQueryPointer(X3xlib)
  952.     Version = 1.0
  953.     Name = XQueryPointer - get pointer coordinates
  954.  
  955. XQueryTree.X3xlib.html:
  956.     Title = XQueryTree(X3xlib)
  957.     Version = 1.0
  958.     Name = XQueryTree - query window tree information
  959.  
  960. XRaiseWindow.X3xlib.html:
  961.     Title = XRaiseWindow(X3xlib)
  962.     Version = 1.0
  963.     Name = XRaiseWindow - change window stacking order
  964.     SubName = XLowerWindow - lowers the specified window to the bottom of the stack
  965.     SubName = XCirculateSubwindows - circulates children of the specified window
  966.     SubName = XCirculateSubwindowsUp - raises the lowest mapped child of the specified window
  967.     SubName = XCirculateSubwindowsDown - lowers the highest mapped child of the specified window
  968.     SubName = XRestackWindows - restacks the windows in the order specified
  969.  
  970. XReadBitmapFile.X3xlib.html:
  971.     Title = XReadBitmapFile(X3xlib)
  972.     Version = 1.0
  973.     Name = XReadBitmapFile - manipulate bitmaps
  974.     SubName = XReadBitmapFileData - reads and directly returns data from a bitmap
  975.     SubName = XWriteBitmapFile - writes bitmap out to file
  976.     SubName = XCreatePixmapFromBitmapData - creates pixmap from bitmap data
  977.     SubName = XCreateBitmapFromData - creates bitmap
  978.  
  979. XRecolorCursor.X3xlib.html:
  980.     Title = XRecolorCursor(X3xlib)
  981.     Version = 1.0
  982.     Name = XRecolorCursor - manipulate cursors
  983.     SubName = XFreeCursor - frees cursor from cursor resource ID
  984.     SubName = XQueryBestCursor - returns largest cursor size
  985.  
  986. XReparentEvent.X3xlib.html:
  987.     Title = XReparentEvent(X3xlib)
  988.     Version = 1.0
  989.     Name = XReparentEvent - ReparentNotify event structure
  990.  
  991. XReparentWindow.X3xlib.html:
  992.     Title = XReparentWindow(X3xlib)
  993.     Version = 1.0
  994.     Name = XReparentWindow - reparent windows
  995.  
  996. XResizeRequestEvent.X3xlib.html:
  997.     Title = XResizeRequestEvent(X3xlib)
  998.     Version = 1.0
  999.     Name = XResizeRequestEvent - ResizeRequest event structure
  1000.  
  1001. XResourceManagerString.X3xlib.html:
  1002.     Title = XResourceManagerString(X3xlib)
  1003.     Version = 1.0
  1004.     Name = XResourceManagerString - obtain server resource properties
  1005.     SubName = XScreenResourceString - returns the SCREEN_RESOURCES property from the root window of the specified screen
  1006.  
  1007. XrmEnumerateDatabase.X3xlib.html:
  1008.     Title = XrmEnumerateDatabase(X3xlib)
  1009.     Version = 1.0
  1010.     Name = XrmEnumerateDatabase - enumerate resource database entries
  1011.  
  1012. XrmGetFileDatabase.X3xlib.html:
  1013.     Title = XrmGetFileDatabase(X3xlib)
  1014.     Version = 1.0
  1015.     Name = XrmGetFileDatabase - retrieve and store resource databases
  1016.     SubName = XrmPutFileDatabase - stores a copy of the specified database in the specified file
  1017.     SubName = XrmGetStringDatabase - creates a new database and stores it in the specified string
  1018.     SubName = XrmLocaleOfDatabase - returns the name of the locale bound to the database
  1019.     SubName = XrmGetDatabase - returns the database associated with the specified display
  1020.     SubName = XrmSetDatabase - associates the specified  database with the specified display
  1021.     SubName = XrmDestroyDatabase - destroy the specified resource database
  1022.  
  1023. XrmGetResource.X3xlib.html:
  1024.     Title = XrmGetResource(X3xlib)
  1025.     Version = 1.0
  1026.     Name = XrmGetResource - retrieve database resources and search lists
  1027.     SubName = XrmQGetResource - retrieves database resource
  1028.     SubName = XrmQGetSearchList - returns database search list
  1029.     SubName = XrmQGetSearchResource - searches database for resource
  1030.  
  1031. XrmInitialize.X3xlib.html:
  1032.     Title = XrmInitialize(X3xlib)
  1033.     Version = 1.0
  1034.     Name = XrmInitialize - initialize the Resource Manager, Resource Manager structures, and parse the command line
  1035.     SubName = XrmParseCommand - parses command line
  1036.     SubName = XrmValue - Resource Manager structure
  1037.     SubName = XrmOptionKind - Resource Manager structure
  1038.     SubName = XrmOptionDescRec - Resource Manager structure
  1039.  
  1040. XrmMergeDatabases.X3xlib.html:
  1041.     Title = XrmMergeDatabases(X3xlib)
  1042.     Version = 1.0
  1043.     Name = XrmMergeDatabases - merge resource databases
  1044.     SubName = XrmCombineDatabase - merges the contents of one database into another
  1045.     SubName = XrmCombineFileDatabase - merges the contents of a resource file into a database
  1046.  
  1047. XrmPutResource.X3xlib.html:
  1048.     Title = XrmPutResource(X3xlib)
  1049.     Version = 1.0
  1050.     Name = XrmPutResource - store database resources
  1051.     SubName = XrmQPutResource - creates new database and returns pointer
  1052.     SubName = XrmPutStringResource - creates new database and returns pointer
  1053.     SubName = XrmQPutStringResource - creates new database and returns pointer
  1054.     SubName = XrmPutLineResource - creates new database and returns pointer
  1055.  
  1056. XrmUniqueQuark.X3xlib.html:
  1057.     Title = XrmUniqueQuark(X3xlib)
  1058.     Version = 1.0
  1059.     Name = XrmUniqueQuark - manipulate resource quarks
  1060.     SubName = XrmStringToQuark - manipulates resource quarks
  1061.     SubName = XrmPermStringToQuark - manipulates resource quarks
  1062.     SubName = XrmQuarkToString - manipulates resource quarks
  1063.     SubName = XrmStringToQuarkList - manipulates resource quarks
  1064.     SubName = XrmStringToBindingQuarkList - manipulates resource quarks
  1065.  
  1066. XSaveContext.X3xlib.html:
  1067.     Title = XSaveContext(X3xlib)
  1068.     Version = 1.0
  1069.     Name = XSaveContext - associative look-up routines
  1070.     SubName = XFindContext - associative look-up routine
  1071.     SubName = XDeleteContext - deletes entry for given window and type
  1072.     SubName = XUniqueContext - creates unique context type
  1073.  
  1074. XSelectInput.X3xlib.html:
  1075.     Title = XSelectInput(X3xlib)
  1076.     Version = 1.0
  1077.     Name = XSelectInput - select input events
  1078.  
  1079. XSelectionClearEvent.X3xlib.html:
  1080.     Title = XSelectionClearEvent(X3xlib)
  1081.     Version = 1.0
  1082.     Name = XSelectionClearEvent - SelectionClear event structure
  1083.  
  1084. XSelectionEvent.X3xlib.html:
  1085.     Title = XSelectionEvent(X3xlib)
  1086.     Version = 1.0
  1087.     Name = XSelectionEvent - SelectionNotify event structure
  1088.  
  1089. XSelectionRequestEvent.X3xlib.html:
  1090.     Title = XSelectionRequestEvent(X3xlib)
  1091.     Version = 1.0
  1092.     Name = XSelectionRequestEvent - SelectionRequest event structure
  1093.  
  1094. XSendEvent.X3xlib.html:
  1095.     Title = XSendEvent(X3xlib)
  1096.     Version = 1.0
  1097.     Name = XSendEvent - send events and pointer motion history structure
  1098.     SubName = XDisplayMotionBufferSize - returns motion history buffer size
  1099.     SubName = XGetMotionEvents - returns events in motion history buffer
  1100.     SubName = XTimeCoord - pointer motion history structure
  1101.  
  1102. XSetArcMode.X3xlib.html:
  1103.     Title = XSetArcMode(X3xlib)
  1104.     Version = 1.0
  1105.     Name = XSetArcMode - GC convenience routines
  1106.     SubName = XSetSubwindowMode - sets subwindow mode in specified GC
  1107.     SubName = XSetGraphicsExposure - sets graphics-exposure flag in specified GC
  1108.  
  1109. XSetClipOrigin.X3xlib.html:
  1110.     Title = XSetClipOrigin(X3xlib)
  1111.     Version = 1.0
  1112.     Name = XSetClipOrigin - GC convenience routines
  1113.     SubName = XSetClipMask - sets clip-mask to specified pixmap
  1114.     SubName = XSetClipRectangles - changes clip-mask to specified list of rectangles and set clip origin
  1115.  
  1116. XSetCloseDownMode.X3xlib.html:
  1117.     Title = XSetCloseDownMode(X3xlib)
  1118.     Version = 1.0
  1119.     Name = XSetCloseDownMode - control clients
  1120.     SubName = XKillClient - forces close-down of client
  1121.  
  1122. XSetCommand.X3xlib.html:
  1123.     Title = XSetCommand(X3xlib)
  1124.     Version = 1.0
  1125.     Name = XSetCommand - set or read a window's WM_COMMAND property
  1126.     SubName = XGetCommand - reads window's WM_COMMAND property
  1127.  
  1128. XSetErrorHandler.X3xlib.html:
  1129.     Title = XSetErrorHandler(X3xlib)
  1130.     Version = 1.0
  1131.     Name = XSetErrorHandler - default error handlers
  1132.     SubName = XGetErrorText - reads error code description
  1133.     SubName = XDisplayName - returns display name
  1134.     SubName = XSetIOErrorHandler - sets fatal I/O error handler
  1135.     SubName = XGetErrorDatabaseText - returns message from error message database
  1136.  
  1137. XSetFillStyle.X3xlib.html:
  1138.     Title = XSetFillStyle(X3xlib)
  1139.     Version = 1.0
  1140.     Name = XSetFillStyle - GC convenience routines
  1141.     SubName = XSetFillRule - sets fill-rule in specified GC
  1142.  
  1143. XSetFont.X3xlib.html:
  1144.     Title = XSetFont(X3xlib)
  1145.     Version = 1.0
  1146.     Name = XSetFont - GC convenience routines
  1147.  
  1148. XSetFontPath.X3xlib.html:
  1149.     Title = XSetFontPath(X3xlib)
  1150.     Version = 1.0
  1151.     Name = XSetFontPath - set, get, or free the font search path
  1152.     SubName = XGetFontPath - gets font search path
  1153.     SubName = XFreeFontPath - frees font search path
  1154.  
  1155. XSetICFocus.X3xlib.html:
  1156.     Title = XSetICFocus(X3xlib)
  1157.     Version = 1.0
  1158.     Name = XSetICFocus - set and unset input context focus
  1159.     SubName = XUnsetICFocus - notify an input method that the input context has lost focus
  1160.  
  1161. XSetICValues.X3xlib.html:
  1162.     Title = XSetICValues(X3xlib)
  1163.     Version = 1.0
  1164.     Name = XSetICValues - set and obtain XIC values
  1165.     SubName = XGetICValues - obtain input context values from the specified input context
  1166.  
  1167. XSetInputFocus.X3xlib.html:
  1168.     Title = XSetInputFocus(X3xlib)
  1169.     Version = 1.0
  1170.     Name = XSetInputFocus - control input focus
  1171.     SubName = XGetInputFocus - returns focus window and current focus state
  1172.  
  1173. XSetLineAttributes.X3xlib.html:
  1174.     Title = XSetLineAttributes(X3xlib)
  1175.     Version = 1.0
  1176.     Name = XSetLineAttributes - GC convenience routines
  1177.     SubName = XSetDashes - sets dash-offset and dash-list attributes for dashed line styles
  1178.  
  1179. XSetPointerMapping.X3xlib.html:
  1180.     Title = XSetPointerMapping(X3xlib)
  1181.     Version = 1.0
  1182.     Name = XSetPointerMapping - manipulate pointer settings
  1183.     SubName = XGetPointerMapping - returns current mapping of pointer
  1184.  
  1185. XSetScreenSaver.X3xlib.html:
  1186.     Title = XSetScreenSaver(X3xlib)
  1187.     Version = 1.0
  1188.     Name = XSetScreenSaver - manipulate the screen saver
  1189.     SubName = XForceScreenSaver - activates disabled screen saver
  1190.     SubName = XActivateScreenSaver - activates screen saver
  1191.     SubName = XResetScreenSaver - resets screen saver
  1192.     SubName = XGetScreenSaver - gets current screen saver values
  1193.  
  1194. XSetSelectionOwner.X3xlib.html:
  1195.     Title = XSetSelectionOwner(X3xlib)
  1196.     Version = 1.0
  1197.     Name = XSetSelectionOwner - manipulate window selection
  1198.     SubName = XGetSelectionOwner - manipulates window selection
  1199.     SubName = XConvertSelection - manipulates window selection
  1200.  
  1201. XSetState.X3xlib.html:
  1202.     Title = XSetState(X3xlib)
  1203.     Version = 1.0
  1204.     Name = XSetState - GC convenience routines
  1205.     SubName = XSetFunction - sets specified value in specified GC
  1206.     SubName = XSetPlanemask - sets plane mask in specified GC
  1207.     SubName = XSetForeground - sets foreground in specified GC
  1208.     SubName = XSetBackground - sets background in specified GC
  1209.  
  1210. XSetTextProperty.X3xlib.html:
  1211.     Title = XSetTextProperty(X3xlib)
  1212.     Version = 1.0
  1213.     Name = XSetTextProperty - set and read text properties
  1214.     SubName = XGetTextProperty - reads text property
  1215.  
  1216. XSetTile.X3xlib.html:
  1217.     Title = XSetTile(X3xlib)
  1218.     Version = 1.0
  1219.     Name = XSetTile - GC convenience routines
  1220.     SubName = XSetStipple - sets stipple in specified GC
  1221.     SubName = XSetTSOrigin - sets tile/stipple origin in specified GC
  1222.  
  1223. XSetTransientForHint.X3xlib.html:
  1224.     Title = XSetTransientForHint(X3xlib)
  1225.     Version = 1.0
  1226.     Name = XSetTransientForHint - set or read a window's WM_TRANSIENT_FOR property
  1227.     SubName = XGetTransientForHint - reads window's WM_TRANSIENT_FOR property
  1228.  
  1229. XSetWMClientMachine.X3xlib.html:
  1230.     Title = XSetWMClientMachine(X3xlib)
  1231.     Version = 1.0
  1232.     Name = XSetWMClientMachine - set or read a window's WM_CLIENT_MACHINE property
  1233.     SubName = XGetWMClientMachine - reads window's WM_CLIENT_MACHINE property
  1234.  
  1235. XSetWMColormapWindows.X3xlib.html:
  1236.     Title = XSetWMColormapWindows(X3xlib)
  1237.     Version = 1.0
  1238.     Name = XSetWMColormapWindows - set or read a window's WM_COLORMAP_WINDOWS property
  1239.     SubName = XGetWMColormapWindows - reads window's WM_COLORMAP_WINDOWS property
  1240.  
  1241. XSetWMIconName.X3xlib.html:
  1242.     Title = XSetWMIconName(X3xlib)
  1243.     Version = 1.0
  1244.     Name = XSetWMIconName - set or read a window's WM_ICON_NAME property
  1245.     SubName = XGetWMIconName - reads window's WM_ICON_NAME property
  1246.     SubName = XSetIconName - sets window's WM_ICON_NAME property
  1247.     SubName = XGetIconName - reads window's WM_ICON_NAME property
  1248.  
  1249. XSetWMName.X3xlib.html:
  1250.     Title = XSetWMName(X3xlib)
  1251.     Version = 1.0
  1252.     Name = XSetWMName - set or read a window's WM_NAME property
  1253.     SubName = XGetWMName - reads window's WM_NAME property
  1254.     SubName = XStoreName - sets window's WM_NAME property
  1255.     SubName = XFetchName - reads window's WM_NAME property
  1256.  
  1257. XSetWMProperties.X3xlib.html:
  1258.     Title = XSetWMProperties(X3xlib)
  1259.     Version = 1.0
  1260.     Name = XSetWMProperties - set standard window properties
  1261.     SubName = XmbSetWMProperties - sets window properties for communicating with clients
  1262.  
  1263. XSetWMProtocols.X3xlib.html:
  1264.     Title = XSetWMProtocols(X3xlib)
  1265.     Version = 1.0
  1266.     Name = XSetWMProtocols - set or read a window's WM__PROTOCOLS property
  1267.     SubName = XGetWMProtocols - reads window's WM_PROTOCOLS property
  1268.  
  1269. XStoreBytes.X3xlib.html:
  1270.     Title = XStoreBytes(X3xlib)
  1271.     Version = 1.0
  1272.     Name = XStoreBytes - manipulate cut and paste buffers
  1273.     SubName = XStoreBuffer - store bytes in cut buffer, provide the buffer to use
  1274.     SubName = XFetchBytes - returns number of bytes in cut buffer
  1275.     SubName = XFetchBuffer - returns cut buffer's contents
  1276.     SubName = XRotateBuffers - rotates cut buffers
  1277.  
  1278. XStoreColors.X3xlib.html:
  1279.     Title = XStoreColors(X3xlib)
  1280.     Version = 1.0
  1281.     Name = XStoreColors - set colors
  1282.     SubName = XStoreColor - change colormap entries of the pixel values specified in the XColor structure
  1283.     SubName = XStoreNamedColor - looks up named color
  1284.  
  1285. XStringListToTextProperty.X3xlib.html:
  1286.     Title = XStringListToTextProperty(X3xlib)
  1287.     Version = 1.0
  1288.     Name = XStringListToTextProperty - convert string lists and text property structure
  1289.     SubName = XTextPropertyToStringList - returns list of strings
  1290.     SubName = XFreeStringList - frees memory
  1291.     SubName = XTextProperty - text property structure
  1292.  
  1293. XStringToKeysym.X3xlib.html:
  1294.     Title = XStringToKeysym(X3xlib)
  1295.     Version = 1.0
  1296.     Name = XStringToKeysym - convert keysyms
  1297.     SubName = XKeysymToString - converts keysyms
  1298.     SubName = XKeycodeToKeysym - converts keysyms
  1299.     SubName = XKeysymToKeycode - converts keysyms
  1300.     SubName = XConvertCase - returns the uppercase and lowercase forms of keysyms
  1301.  
  1302. XSupportsLocale.X3xlib.html:
  1303.     Title = XSupportsLocale(X3xlib)
  1304.     Version = 1.0
  1305.     Name = XSupportsLocale - determine locale support and configure locale modifiers
  1306.     SubName = XSetLocaleModifiers - sets the X modifiers for the current locale setting
  1307.  
  1308. XSynchronize.X3xlib.html:
  1309.     Title = XSynchronize(X3xlib)
  1310.     Version = 1.0
  1311.     Name = XSynchronize - enable or disable synchronization
  1312.     SubName = XSetAfterFunction - enables or disables synchronization
  1313.  
  1314. XTextExtents.X3xlib.html:
  1315.     Title = XTextExtents(X3xlib)
  1316.     Version = 1.0
  1317.     Name = XTextExtents - compute or query text extents
  1318.     SubName = XTextExtents16 - computes text extents
  1319.     SubName = XQueryTextExtents - queries text extents
  1320.     SubName = XQueryTextExtents16 - queries text extents
  1321.  
  1322. XTextWidth.X3xlib.html:
  1323.     Title = XTextWidth(X3xlib)
  1324.     Version = 1.0
  1325.     Name = XTextWidth - compute text width
  1326.     SubName = XTextWidth16 - computes text width
  1327.  
  1328. XTranslateCoordinates.X3xlib.html:
  1329.     Title = XTranslateCoordinates(X3xlib)
  1330.     Version = 1.0
  1331.     Name = XTranslateCoordinates - translate window coordinates
  1332.  
  1333. XUnmapEvent.X3xlib.html:
  1334.     Title = XUnmapEvent(X3xlib)
  1335.     Version = 1.0
  1336.     Name = XUnmapEvent - UnmapNotify event structure
  1337.  
  1338. XUnmapWindow.X3xlib.html:
  1339.     Title = XUnmapWindow(X3xlib)
  1340.     Version = 1.0
  1341.     Name = XUnmapWindow - unmap windows
  1342.     SubName = XUnmapSubwindows - unmaps subwindows
  1343.  
  1344. XVaCreateNestedList.X3xlib.html:
  1345.     Title = XVaCreateNestedList(X3xlib)
  1346.     Version = 1.0
  1347.     Name = XVaCreateNestedList - allocate a nested variable argument list
  1348.  
  1349. XVisibilityNotifyEvent.X3xlib.html:
  1350.     Title = XVisibilityNotifyEvent(X3xlib)
  1351.     Version = 1.0
  1352.     Name = XVisibilityNotifyEvent - VisibilityNotify event structure
  1353.     SubName = XVisibilityEvent - VisibilityNotify event structure
  1354.  
  1355. XWarpPointer.X3xlib.html:
  1356.     Title = XWarpPointer(X3xlib)
  1357.     Version = 1.0
  1358.     Name = XWarpPointer - move pointer
  1359.