home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-08-19 | 52.1 KB | 1,359 lines |
-
- Intro.X3xlib.html:
- Title = Intro(X3xlib)
- Version = 1.0
- Name = Intro - introduction to X Lib library functions and routines
- IndexEntry = intro - introduction to X Lib library functions and routines
-
- AllPlanes.X3xlib.html:
- Title = AllPlanes(X3xlib)
- Version = 1.0
- Name = AllPlanes - display utility
- SubName = BlackPixel - returns black pixel value for specified screen
- SubName = WhitePixel - returns white pixel value for specified screen
- SubName = ConnectionNumber - returns connection number for specified display
- SubName = DefaultColormap - returns depth of default root window for specified screen
- SubName = DefaultDepth - returns default GC for root window of specified screen
- SubName = XListDepths - returns array of depths available on specified screen
- SubName = DefaultGC - returns default GC for root window of specified screen
- SubName = DefaultRootWindow - returns root window for default screen
- SubName = DefaultScreenOfDisplay - returns default screen of specified display
- SubName = DefaultScreen - returns default screen number referenced in XOpenDisplay routine
- SubName = DefaultVisual - returns default visual type for specified screen
- SubName = DisplayCells - returns maximum number of entries in default colormap
- SubName = DisplayPlanes - returns the depth of root window of specified screen
- SubName = DisplayString - returns string passed to XOpenDisplay when current window opened
- SubName = XMaxRequestSize - returns maximum size of a protocol request
- SubName = XExtendedMaxRequestSize - determines whether there is support for extended-length protocol encoding
- SubName = LastKnownRequestProcessed - extracts serial number of last known processed request
- SubName = NextRequest - extracts full serial number to be used for next request
- SubName = ProtocolVersion - returns major version number of X protocol
- SubName = ProtocolRevision - returns minor protocol revision number of X server
- SubName = QLength - returns length of event queue for connected display
- SubName = RootWindow - returns root window
- SubName = ScreenCount - returns number of available screens
- SubName = ScreenOfDisplay - returns pointer to screen of specified display
- SubName = ServerVendor - returns pointer to null-terminated string
- SubName = VendorRelease - returns number related to vendor's release of X server
-
- BlackPixelOfScreen.X3xlib.html:
- Title = BlackPixelOfScreen(X3xlib)
- Version = 1.0
- Name = BlackPixelOfScreen - screen information functions and macros
- SubName = WhitePixelOfScreen - returns white pixel value of specified screen
- SubName = CellsOfScreen - returns number of colormap cells in default colormap of specified screen
- SubName = DefaultColormapOfScreen - returns default colormap of specified screen
- SubName = DefaultDepthOfScreen - returns default depth of root window of specified screen
- SubName = DefaultGCOfScreen - returns default GC of specified screen
- SubName = DefaultVisualOfScreen - returns default visual of specified screen
- SubName = DoesBackingStore - returns indication whether screen supports backing store
- SubName = DoesSaveUnders - returns Boolean value indicating whether screen supports save unders
- SubName = DisplayOfScreen - returns display of specified screen
- SubName = XScreenNumberOfScreen - returns screen index number of specified screen
- SubName = EventMaskOfScreen - returns root event mask of root
- SubName = HeightOfScreen - returns height of specified screen
- SubName = HeightMMOfScreen - returns height, in millimeters, of specified screen
- SubName = MaxCmapsOfScreen - returns maximum number of installed colormaps supported by screen
- SubName = MinCmapsOfScreen - returns minimum number of installed colormaps supported by screen
- SubName = PlanesOfScreen - returns number of planes in root window of specified screen
- SubName = RootWindowOfScreen - returns root window of specified screen
- SubName = WidthOfScreen - returns width of specified screen
- SubName = WidthMMOfScreen - returns width, in millimeters, of specified screen
-
- DisplayOfCCC.X3xlib.html:
- Title = DisplayOfCCC(X3xlib)
- Version = 1.0
- Name = DisplayOfCCC - Color Conversion Context macros
- SubName = VisualOfCCC - returns the visual of the CCC
- SubName = ScreenNumberOfCCC - returns the screen number of the CCC
- SubName = ScreenWhitePointOfCCC - returns the screen white point of the CCC
- SubName = ClientWhitePointOfCCC - returns the client white point of the CCC
-
- ImageByteOrder.X3xlib.html:
- Title = ImageByteOrder(X3xlib)
- Version = 1.0
- Name = ImageByteOrder - image format functions and macros
- SubName = BitmapBitOrder - indicates whether leftmost bit least or most significant bit in unit
- SubName = BitmapPad - returns number of bits that each scanline must be padded
- SubName = BitmapUnit - returns size of bitmap's scanline unit in bits
- SubName = DisplayHeight - returns height of specified screen in pixels
- SubName = DisplayHeightMM - returns height of specified screen in millimeters
- SubName = DisplayWidth - returns width of specified screen in pixels
- SubName = DisplayWidthMM - returns width of specified screen in millimeters
- SubName = XListPixmapFormats - returns array of XPixmapFormatValues
- SubName = XPixmapFormatValues - pixmap structure
-
- imake.X3xlib.html:
- Title = imake(X3xlib)
- Version = 1.0
- Name = imake - C preprocessor interface to the make utility
-
- IsCursorKey.X3xlib.html:
- Title = IsCursorKey(X3xlib)
- Version = 1.0
- Name = IsCursorKey - keysym classification macros
- SubName = IsFunctionKey - returns True if specified KeySym is function key
- SubName = IsKeypadKey - returns True if specified KeySym is keypad key
- SubName = IsMiscFunctionKey - returns True if specified KeySym is miscellaneous function key
- SubName = IsModiferKey - returns True if specified KeySym is modifier key
- SubName = IsPFKey - returns True if specified KeySym is PF key
- SubName = IsPrivateKeypadKey - returns True if specified KeySym is a vendor-private keypad key.
-
- lndir.X3xlib.html:
- Title = lndir(X3xlib)
- Version = 1.0
- Name = lndir - create a shadow directory of symbolic links to another directory tree
-
- makedepend.X3xlib.html:
- Title = makedepend(X3xlib)
- Version = 1.0
- Name = makedepend - create dependencies in makefiles
-
- mkdirhier.X3xlib.html:
- Title = mkdirhier(X3xlib)
- Version = 1.0
- Name = mkdirhier - makes a directory hierarchy
-
- XAddConnectionWatch.X3xlib.html:
- Title = XAddConnectionWatch(X3xlib)
- Version = 1.0
- Name = XAddConnectionWatch - handle Xlib internal connections
- SubName = XRemoveConnectionWatch - removes a previously registered connection watch
- SubName = XProcessInternalConnection - processes input available on an internal connection
- SubName = XInternalConnectionNumbers - returns a list of file descriptors for all internal connections
-
- XAddHost.X3xlib.html:
- Title = XAddHost(X3xlib)
- Version = 1.0
- Name = XAddHost - control host access and host control structure
- SubName = XAddHosts - adds specified hosts to access control list
- SubName = XListHosts - returns current access control list
- SubName = XRemoveHost - removes specified host from access control list
- SubName = XRemoveHosts - removes each specified host from access control list
- SubName = XSetAccessControl - enables or disables use of access control list
- SubName = XEnableAccessControl - enables use of access control list
- SubName = XDisableAccessControl - disables use of access control list
- SubName = XHostAddress - host control structure
-
- XAllocClassHint.X3xlib.html:
- Title = XAllocClassHint(X3xlib)
- Version = 1.0
- Name = XAllocClassHint - allocate class hints structure and set or read a window's WM_CLASS property
- SubName = XSetClassHint - sets class hint for specified window
- SubName = XGetClassHint - returns class of specified window
- SubName = XClassHint - class hint structure
-
- XAllocColor.X3xlib.html:
- Title = XAllocColor(X3xlib)
- Version = 1.0
- Name = XAllocColor - allocate and free colors
- SubName = XAllocNamedColor - looks up named color and returns closest color supported by screen
- SubName = XAllocColorCells - allocates read/write color cells
- SubName = XAllocColorPlanes - allocates color planes
- SubName = XFreeColors - frees colors
-
- XAllocIconSize.X3xlib.html:
- Title = XAllocIconSize(X3xlib)
- Version = 1.0
- Name = XAllocIconSize - allocate icon size structure and set or read a window's WM_ICON_SIZES property
- SubName = XSetIconSizes - sets icon size
- SubName = XGetIconSizes - returns icon size
- SubName = XIconSize - icon size structure
-
- XAllocSizeHints.X3xlib.html:
- Title = XAllocSizeHints(X3xlib)
- Version = 1.0
- Name = XAllocSizeHints - allocate size hints structure and set or read a window's WM_NORMAL_HINTS property
- SubName = XSetWMNormalHints - sets size hints
- SubName = XGetWMNormalHints - reads size hints
- SubName = XSetWMSizeHints - sets size hints
- SubName = XGetWMSizeHints - reads size hints
- SubName = XSizeHints - size hints structure
-
- XAllocStandardColormap.X3xlib.html:
- Title = XAllocStandardColormap(X3xlib)
- Version = 1.0
- Name = XAllocStandardColormap - allocate, set, or read a standard colormap structure
- SubName = XSetRGBColormaps - sets standard colormap structure
- SubName = XGetRGBColormaps - reads standard colormap structure
- SubName = XStandardColormap - standard colormap structure
-
- XAllocWMHints.X3xlib.html:
- Title = XAllocWMHints(X3xlib)
- Version = 1.0
- Name = XAllocWMHints - allocate window manager hints structure and set or read a window's WM_HINTS property
- SubName = XSetWMHints - sets window manager hints
- SubName = XGetWMHints - reads window manager hints
- SubName = XWMHints - window manager hints structure
-
- XAllowEvents.X3xlib.html:
- Title = XAllowEvents(X3xlib)
- Version = 1.0
- Name = XAllowEvents - release queued events
-
- XAnyEvent.X3xlib.html:
- Title = XAnyEvent(X3xlib)
- Version = 1.0
- Name = XAnyEvent - generic X event structures
- SubName = XEvent - generic X event structure
-
- XButtonEvent.X3xlib.html:
- Title = XButtonEvent(X3xlib)
- Version = 1.0
- Name = XButtonEvent - KeyPress, KeyRelease, ButtonPress, ButtonRelease, and MotionNotify event structures
- SubName = XKeyEvent - XKeyEvent event structure
- SubName = XMotionEvent - XMotionEvent event structure
- SubName = KeyPress - KeyPress event structure
- SubName = KeyRelease - KeyRelease event structure
- SubName = ButtonPress - ButtonPress event structure
- SubName = ButtonRelease - ButtonRelease event structure
- SubName = MotionNotify - MotionNotify event structure
-
- XChangeKeyboardControl.X3xlib.html:
- Title = XChangeKeyboardControl(X3xlib)
- Version = 1.0
- Name = XChangeKeyboardControl - manipulate keyboard settings and keyboard control structure
- SubName = XGetKeyboardControl - returns current keyboard control values
- SubName = XAutoRepeatOn - turns on auto-repeat for keyboard on specified display
- SubName = XAutoRepeatOff - turns off auto-repeat for keyboard on specified display
- SubName = XBell - rings bell on keyboard on specified display
- SubName = XQueryKeymap - returns bit vector for logical state of keyboard
- SubName = XKeyboardControl - keyboard control structure
-
- XChangeKeyboardMapping.X3xlib.html:
- Title = XChangeKeyboardMapping(X3xlib)
- Version = 1.0
- Name = XChangeKeyboardMapping - manipulate keyboard encoding and keyboard encoding structure
- SubName = XGetKeyboardMapping - returns KeyCode symbols
- SubName = XDisplayKeycodes - returns min-keycodes and max-keycodes
- SubName = XSetModifierMapping - sets KeyCodes of modifiers keys
- SubName = XGetModifierMapping - returns pointer to structure containing modifier keys
- SubName = XNewModifiermap - returns pointer to XModifierKeymap
- SubName = XInsertModifiermapEntry - adds KeyCode to control set
- SubName = XDeleteModifiermapEntry - deletes KeyCode from control set
- SubName = XFreeModifiermap - frees XModifierKeymap structure
- SubName = XModifierKeymap - keyboard encoding structure
-
- XChangePointerControl.X3xlib.html:
- Title = XChangePointerControl(X3xlib)
- Version = 1.0
- Name = XChangePointerControl - control pointer
- SubName = XGetPointerControl - reads pointer movement definition
-
- XChangeSaveSet.X3xlib.html:
- Title = XChangeSaveSet(X3xlib)
- Version = 1.0
- Name = XChangeSaveSet - change a client's save set
- SubName = XAddToSaveSet - adds specified window to client's save set
- SubName = XRemoveFromSaveSet - removes specified window from client's save set
-
- XChangeWindowAttributes.X3xlib.html:
- Title = XChangeWindowAttributes(X3xlib)
- Version = 1.0
- Name = XChangeWindowAttributes - change window attributes
- SubName = XSetWindowBackground - sets background of window
- SubName = XSetWindowBackgroundPixmap - sets background pixmap of window
- SubName = XSetWindowBorder - sets border of window
- SubName = XSetWindowBorderPixmap - set border pixmap of window
- SubName = XSetWindowColormap - set colormap of window
-
- XCirculateEvent.X3xlib.html:
- Title = XCirculateEvent(X3xlib)
- Version = 1.0
- Name = XCirculateEvent - CirculateNotify event structure
-
- XCirculateRequestEvent.X3xlib.html:
- Title = XCirculateRequestEvent(X3xlib)
- Version = 1.0
- Name = XCirculateRequestEvent - CirculateRequest event structure
-
- XClearArea.X3xlib.html:
- Title = XClearArea(X3xlib)
- Version = 1.0
- Name = XClearArea - clear area or window
- SubName = XClearWindow - clear window
-
- XClientMessageEvent.X3xlib.html:
- Title = XClientMessageEvent(X3xlib)
- Version = 1.0
- Name = XClientMessageEvent - ClientMessage event structure
-
- XcmsAllocColor.X3xlib.html:
- Title = XcmsAllocColor(X3xlib)
- Version = 1.0
- Name = XcmsAllocColor - allocate device-independent colors
- SubName = XcmsAllocNamedColor - allocate a read-only color cell in any format specified
-
- XcmsCCCOfColormap.X3xlib.html:
- Title = XcmsCCCOfColormap(X3xlib)
- Version = 1.0
- Name = XcmsCCCOfColormap - query and modify CCC of a colormap
- SubName = XcmsSetCCCOfColormap - changes the CCC associated with the specified colormap
-
- XcmsCIELabQueryMaxC.X3xlib.html:
- Title = XcmsCIELabQueryMaxC(X3xlib)
- Version = 1.0
- Name = XcmsCIELabQueryMaxC - obtain the CIE L*a*b* coordinates
- SubName = XcmsCIELabQueryMaxL - finds the point of maximum lightness (L*) displayable by the screen
- SubName = XcmsCIELabQueryMaxLC - finds the point of maximum chroma displayable by the screen
- SubName = XcmsCIELabQueryMinL - finds the point of minimum lightness (L*) displayable by the screen
-
- XcmsCIELuvQueryMaxC.X3xlib.html:
- Title = XcmsCIELuvQueryMaxC(X3xlib)
- Version = 1.0
- Name = XcmsCIELuvQueryMaxC - obtain the CIE L*u*v* coordinates
- SubName = XcmsCIELuvQueryMaxL - finds the point of maximum lightness (L*) displayable by the screen
- SubName = XcmsCIELuvQueryMaxLC - finds the point of maximum chroma displayable by the screen
- SubName = XcmsCIELuvQueryMinL - finds the point of minimum lightness (L*) displayable by the screen
-
- XcmsColor.X3xlib.html:
- Title = XcmsColor(X3xlib)
- Version = 1.0
- Name = XcmsColor - Xcms color structure
- SubName = XcmsRGB - possible formats in the Xcms color structure
- SubName = XcmsRGBi - possible formats in the Xcms color structure
- SubName = XcmsCIEXYZ - possible formats in the Xcms color structure
- SubName = XcmsCIEuvY - possible formats in the Xcms color structure
- SubName = XcmsCIExyY - possible formats in the Xcms color structure
- SubName = XcmsCIELab - possible formats in the Xcms color structure
- SubName = XcmsCIELuv - possible formats in the Xcms color structure
- SubName = XcmsTekHVC - possible formats in the Xcms color structure
- SubName = XcmsPad - possible formats in the Xcms color structure
-
- XcmsConvertColors.X3xlib.html:
- Title = XcmsConvertColors(X3xlib)
- Version = 1.0
- Name = XcmsConvertColors - convert CCC color specifications
-
- XcmsCreateCCC.X3xlib.html:
- Title = XcmsCreateCCC(X3xlib)
- Version = 1.0
- Name = XcmsCreateCCC - creating and destroying CCCs
- SubName = XcmsFreeCCC - frees the memory used for the specified CCC
-
- XcmsDefaultCCC.X3xlib.html:
- Title = XcmsDefaultCCC(X3xlib)
- Version = 1.0
- Name = XcmsDefaultCCC - obtain the default CCC for a screen
-
- XcmsQueryBlack.X3xlib.html:
- Title = XcmsQueryBlack(X3xlib)
- Version = 1.0
- Name = XcmsQueryBlack - obtain black, blue, green, red, and white CCC color specifications
- SubName = XcmsQueryBlue - returns the color specification in the specified target format
- SubName = XcmsQueryGreen - returns the color specification in the specified target format
- SubName = XcmsQueryRed - returns the color specification in the specified target format
- SubName = XcmsQueryWhite - returns the color specification in the specified target format
-
- XcmsQueryColor.X3xlib.html:
- Title = XcmsQueryColor(X3xlib)
- Version = 1.0
- Name = XcmsQueryColor - obtain color values
- SubName = XcmsQueryColors - obtains the RGB values for pixel values in the XcmsColor structure
- SubName = XcmsLookupColor - looks up the string name of a color
-
- XcmsSetWhitePoint.X3xlib.html:
- Title = XcmsSetWhitePoint(X3xlib)
- Version = 1.0
- Name = XcmsSetWhitePoint - modifying CCC attributes
- SubName = XcmsSetWhiteAdjustProc - sets the white point adjustment procedure in the specified CCC
-
- XcmsStoreColor.X3xlib.html:
- Title = XcmsStoreColor(X3xlib)
- Version = 1.0
- Name = XcmsStoreColor - set colors
- SubName = XcmsStoreColors - converts the colors specified into RGB values
-
- XcmsTekHVCQueryMaxC.X3xlib.html:
- Title = XcmsTekHVCQueryMaxC(X3xlib)
- Version = 1.0
- Name = XcmsTekHVCQueryMaxC - obtain the TekHVC coordinates
- SubName = XcmsTekHVCQueryMaxV - given Hue, Value and Chroma's find colors displayable by the screen
- SubName = XcmsTekHVCQueryMaxVC - given Hue, Value and Chroma's find colors displayable by the screen
- SubName = XcmsTekHVCQueryMaxVSamples - given Hue, Value and Chroma's find colors displayable by the screen
- SubName = XcmsTekHVCQueryMinV - given Hue, Value and Chroma's find colors displayable by the screen
-
- XColormapEvent.X3xlib.html:
- Title = XColormapEvent(X3xlib)
- Version = 1.0
- Name = XColormapEvent - ColormapNotify event structure
-
- XConfigureEvent.X3xlib.html:
- Title = XConfigureEvent(X3xlib)
- Version = 1.0
- Name = XConfigureEvent - ConfigureNotify event structure
-
- XConfigureRequestEvent.X3xlib.html:
- Title = XConfigureRequestEvent(X3xlib)
- Version = 1.0
- Name = XConfigureRequestEvent - ConfigureRequest event structure
-
- XConfigureWindow.X3xlib.html:
- Title = XConfigureWindow(X3xlib)
- Version = 1.0
- Name = XConfigureWindow - configure windows and window changes structure
- SubName = XMoveWindow - moves window
- SubName = XResizeWindow - resizes window
- SubName = XMoveResizeWindow - changes window size and location
- SubName = XSetWindowBorderWidth - sets window border to specified width
- SubName = XWindowChanges - configures windows and window changes structure
-
- XCopyArea.X3xlib.html:
- Title = XCopyArea(X3xlib)
- Version = 1.0
- Name = XCopyArea - copy areas
- SubName = XCopyPlane - copy planes
-
- XCreateColormap.X3xlib.html:
- Title = XCreateColormap(X3xlib)
- Version = 1.0
- Name = XCreateColormap - create, copy, or destroy colormaps and color structure
- SubName = XCopyColormapAndFree - copies colormap
- SubName = XFreeColormap - deletes colormap
- SubName = XColor - color structure
-
- XCreateFontCursor.X3xlib.html:
- Title = XCreateFontCursor(X3xlib)
- Version = 1.0
- Name = XCreateFontCursor - create cursors
- SubName = XCreatePixmapCursor - creates pixmap cursor
- SubName = XCreateGlyphCursor - creates glyph cursor
-
- XCreateFontSet.X3xlib.html:
- Title = XCreateFontSet(X3xlib)
- Version = 1.0
- Name = XCreateFontSet - create and free an international text drawing font set
- SubName = XFreeFontSet - free an international text drawing font set
-
- XCreateGC.X3xlib.html:
- Title = XCreateGC(X3xlib)
- Version = 1.0
- Name = XCreateGC - create or free graphics contexts and graphics context structure
- SubName = XCopyGC - copies graphics context
- SubName = XChangeGC - changes graphics context
- SubName = XGetGCValues - returns graphics context components
- SubName = XFreeGC - destroys graphics context
- SubName = XGContextFromGC - obtains GContext from associated graphics context
- SubName = XGCValues - graphics context structure
-
- XCreateIC.X3xlib.html:
- Title = XCreateIC(X3xlib)
- Version = 1.0
- Name = XCreateIC - create, destroy, and obtain the input method of an input context
- SubName = XDestroyIC - destroy the specified IC
- SubName = XIMOfIC - return the input method of the specified IC
-
- XCreateImage.X3xlib.html:
- Title = XCreateImage(X3xlib)
- Version = 1.0
- Name = XCreateImage - image utilities
- SubName = XInitImage - initializes internal image routines
- SubName = XGetPixel - returns pixel from image
- SubName = XPutPixel - overwrites pixel
- SubName = XSubImage - creates new sub image
- SubName = XAddPixel - adds constant value to pixels
- SubName = XDestroyImage - deallocates image
-
- XCreateOC.X3xlib.html:
- Title = XCreateOC(X3xlib)
- Version = 1.0
- Name = XCreateOC - create output contexts
- SubName = XDestroyOC - destroy output contexts
- SubName = XSetOCValues - set output context values
- SubName = XGetOCValues - get output context values
- SubName = XOMOfOC - return the output method associated with a specified output context
-
- XCreatePixmap.X3xlib.html:
- Title = XCreatePixmap(X3xlib)
- Version = 1.0
- Name = XCreatePixmap - create or destroy pixmaps
- SubName = XFreePixmap - destroys pixmap
-
- XCreateRegion.X3xlib.html:
- Title = XCreateRegion(X3xlib)
- Version = 1.0
- Name = XCreateRegion - create or destroy regions
- SubName = XSetRegion - sets clip-mask
- SubName = XDestroyRegion - destroys region
-
- XCreateWindow.X3xlib.html:
- Title = XCreateWindow(X3xlib)
- Version = 1.0
- Name = XCreateWindow - create windows and window attributes structure
- SubName = XCreateSimpleWindow - creates subwindow
- SubName = XSetWindowAttributes - window attributes structure
-
- XCreateWindowEvent.X3xlib.html:
- Title = XCreateWindowEvent(X3xlib)
- Version = 1.0
- Name = XCreateWindowEvent - CreateNotify event structure
-
- XCrossingEvent.X3xlib.html:
- Title = XCrossingEvent(X3xlib)
- Version = 1.0
- Name = XCrossingEvent - EnterNotify and LeaveNotify event structure
-
- XDefineCursor.X3xlib.html:
- Title = XDefineCursor(X3xlib)
- Version = 1.0
- Name = XDefineCursor - define cursors
- SubName = XUndefineCursor - undoes effect of cursor define
-
- XDestroyWindow.X3xlib.html:
- Title = XDestroyWindow(X3xlib)
- Version = 1.0
- Name = XDestroyWindow - destroy windows
- SubName = XDestroySubwindows - destroys subwindows
-
- XDestroyWindowEvent.X3xlib.html:
- Title = XDestroyWindowEvent(X3xlib)
- Version = 1.0
- Name = XDestroyWindowEvent - DestroyNotify event structure
-
- XDrawArc.X3xlib.html:
- Title = XDrawArc(X3xlib)
- Version = 1.0
- Name = XDrawArc - draw arcs and arc structure
- SubName = XDrawArcs - draws arcs
- SubName = XArc - arc structure
-
- XDrawImageString.X3xlib.html:
- Title = XDrawImageString(X3xlib)
- Version = 1.0
- Name = XDrawImageString - draw image text
- SubName = XDrawImageString16 - draws image text
-
- XDrawLine.X3xlib.html:
- Title = XDrawLine(X3xlib)
- Version = 1.0
- Name = XDrawLine - draw lines, polygons, and line structure
- SubName = XDrawLines - draws lines
- SubName = XDrawSegments - draws polygons
- SubName = XSegment - line structure
-
- XDrawPoint.X3xlib.html:
- Title = XDrawPoint(X3xlib)
- Version = 1.0
- Name = XDrawPoint - draw points and points structure
- SubName = XDrawPoints - draws points
- SubName = XPoint - points structure
-
- XDrawRectangle.X3xlib.html:
- Title = XDrawRectangle(X3xlib)
- Version = 1.0
- Name = XDrawRectangle - draw rectangles and rectangles structure
- SubName = XDrawRectangles - draws rectangles
- SubName = XRectangle - rectangle structure
-
- XDrawString.X3xlib.html:
- Title = XDrawString(X3xlib)
- Version = 1.0
- Name = XDrawString - draw text characters
- SubName = XDrawString16 - draws text characters
-
- XDrawText.X3xlib.html:
- Title = XDrawText(X3xlib)
- Version = 1.0
- Name = XDrawText - draw polytext text and text drawing structures
- SubName = XDrawText16 - draws polytext text
- SubName = XTextItem - text drawing structure
- SubName = XTextItem16 - text drawing structure
-
- XEmptyRegion.X3xlib.html:
- Title = XEmptyRegion(X3xlib)
- Version = 1.0
- Name = XEmptyRegion - determine if regions are empty or equal
- SubName = XEqualRegion - determines if regions equal
- SubName = XPointInRegion - determines if point in region
- SubName = XRectInRegion - determines if rectangle in region
-
- XErrorEvent.X3xlib.html:
- Title = XErrorEvent(X3xlib)
- Version = 1.0
- Name = XErrorEvent - X error event structure
-
- XExposeEvent.X3xlib.html:
- Title = XExposeEvent(X3xlib)
- Version = 1.0
- Name = XExposeEvent - Expose event structure
-
- XExtentsOfFontSet.X3xlib.html:
- Title = XExtentsOfFontSet(X3xlib)
- Version = 1.0
- Name = XExtentsOfFontSet - obtain the maximum extents structure for a font set
-
- XFillRectangle.X3xlib.html:
- Title = XFillRectangle(X3xlib)
- Version = 1.0
- Name = XFillRectangle - fill rectangles, polygons, or arcs
- SubName = XFillRectangles - fills rectangles
- SubName = XFillPolygon - fills polygon
- SubName = XFillArc - fills arc
- SubName = XFillArcs - fills arcs
-
- XFilterEvent.X3xlib.html:
- Title = XFilterEvent(X3xlib)
- Version = 1.0
- Name = XFilterEvent - filter X events for an input method
-
- XFlush.X3xlib.html:
- Title = XFlush(X3xlib)
- Version = 1.0
- Name = XFlush - handle output buffer or event queue
- SubName = XSync - flushes output buffer then waits until all requests received and processed
- SubName = XEventsQueued - returns number of events already in event queue
- SubName = XPending - returns number of events pending
-
- XFocusChangeEvent.X3xlib.html:
- Title = XFocusChangeEvent(X3xlib)
- Version = 1.0
- Name = XFocusChangeEvent - FocusIn and FocusOut event structure
-
- XFontSetExtents.X3xlib.html:
- Title = XFontSetExtents(X3xlib)
- Version = 1.0
- Name = XFontSetExtents - XFontSetExtents structure
-
- XFontsOfFontSet.X3xlib.html:
- Title = XFontsOfFontSet(X3xlib)
- Version = 1.0
- Name = XFontsOfFontSet - obtain fontset information
- SubName = XBaseFontNameListOfFontSet - returns the original base font name list
- SubName = XLocaleOfFontSet - returns the name of the locale bound to the specified string
- SubName = XContextDependentDrawing - true if the font_set might include context-dependent drawing
- SubName = XContextualDrawing - true if text drawn with the font_set might include context-dependent drawing
- SubName = XDirectionalDependentDrawing - true if the drawing functions inplement implicit text directionality
-
- XFree.X3xlib.html:
- Title = XFree(X3xlib)
- Version = 1.0
- Name = XFree - free client data
-
- XGetVisualInfo.X3xlib.html:
- Title = XGetVisualInfo(X3xlib)
- Version = 1.0
- Name = XGetVisualInfo - obtain visual information and visual structure
- SubName = XMatchVisualInfo - returns visual information
- SubName = XVisualIDFromVisual - returns visual ID
- SubName = XVisualInfo - visual structure
-
- XGetWindowAttributes.X3xlib.html:
- Title = XGetWindowAttributes(X3xlib)
- Version = 1.0
- Name = XGetWindowAttributes - get current window attribute or geometry and current window attributes structure
- SubName = XGetGeometry - returns root window and current geometry
- SubName = XWindowAttributes - window attribute structure
-
- XGetWindowProperty.X3xlib.html:
- Title = XGetWindowProperty(X3xlib)
- Version = 1.0
- Name = XGetWindowProperty - obtain and change window properties
- SubName = XListProperties - returns pointer to list of window properties
- SubName = XChangeProperty - changes window properties
- SubName = XRotateWindowProperties - rotates window properties
- SubName = XDeleteProperty - deletes window properties
-
- XGrabButton.X3xlib.html:
- Title = XGrabButton(X3xlib)
- Version = 1.0
- Name = XGrabButton - grab pointer buttons
- SubName = XUngrabButton - releases pointer buttons
-
- XGrabKey.X3xlib.html:
- Title = XGrabKey(X3xlib)
- Version = 1.0
- Name = XGrabKey - grab keyboard keys
- SubName = XUngrabKey - releases keyboard key
-
- XGrabKeyboard.X3xlib.html:
- Title = XGrabKeyboard(X3xlib)
- Version = 1.0
- Name = XGrabKeyboard - grab the keyboard
- SubName = XUngrabKeyboard - releases keyboard
-
- XGrabPointer.X3xlib.html:
- Title = XGrabPointer(X3xlib)
- Version = 1.0
- Name = XGrabPointer - grab the pointer
- SubName = XUngrabPointer - releases pointer
- SubName = XChangeActivePointerGrab - changes grab pointer parameters
-
- XGrabServer.X3xlib.html:
- Title = XGrabServer(X3xlib)
- Version = 1.0
- Name = XGrabServer - grab the server
- SubName = XUngrabServer - releases server
-
- XGraphicsExposeEvent.X3xlib.html:
- Title = XGraphicsExposeEvent(X3xlib)
- Version = 1.0
- Name = XGraphicsExposeEvent - GraphicsExpose and NoExpose event structures
- SubName = XNoExposeEvent - NoExpose event structure
-
- XGravityEvent.X3xlib.html:
- Title = XGravityEvent(X3xlib)
- Version = 1.0
- Name = XGravityEvent - GravityNotify event structure
-
- XIconifyWindow.X3xlib.html:
- Title = XIconifyWindow(X3xlib)
- Version = 1.0
- Name = XIconifyWindow - manipulate top-level windows
- SubName = XWithdrawWindow - unmaps window
- SubName = XReconfigureWMWindow - reconfigures window
-
- XIfEvent.X3xlib.html:
- Title = XIfEvent(X3xlib)
- Version = 1.0
- Name = XIfEvent - check the event queue with a predicate procedure
- SubName = XCheckIfEvent - checks event queue and copy matched event
- SubName = XPeekIfEvent - checks event queue and return if match found
-
- XInitThreads.X3xlib.html:
- Title = XInitThreads(X3xlib)
- Version = 1.0
- Name = XInitThreads - initialize multi-threading support
- SubName = XLockDisplay - locks out all other threads from using the specified display
- SubName = XUnlockDisplay - allows other threads to use the specified display again
-
- XInstallColormap.X3xlib.html:
- Title = XInstallColormap(X3xlib)
- Version = 1.0
- Name = XInstallColormap - control colormaps
- SubName = XUninstallColormap - removes colormap
- SubName = XListInstalledColormaps - lists currently installed colormaps
-
- XInternAtom.X3xlib.html:
- Title = XInternAtom(X3xlib)
- Version = 1.0
- Name = XInternAtom - create or return atom names
- SubName = XInternAtoms - returns atom identifiers associated with specified names
- SubName = XGetAtomName - returns atom names
- SubName = XGetAtomNames - returns names associated with specified atoms
-
- XIntersectRegion.X3xlib.html:
- Title = XIntersectRegion(X3xlib)
- Version = 1.0
- Name = XIntersectRegion - region arithmetic
- SubName = XUnionRegion - computes union of two regions
- SubName = XUnionRectWithRegion - updates destination region
- SubName = XSubtractRegion - subtracts srb from sra and stores result in dr_return
- SubName = XXorRegion - calculates difference between union and intersection of two regions
- SubName = XOffsetRegion - moves region by specified amount
- SubName = XShrinkRegion - reduces region by specified amount
-
- XKeymapEvent.X3xlib.html:
- Title = XKeymapEvent(X3xlib)
- Version = 1.0
- Name = XKeymapEvent - KeymapNotify event structure
-
- XListFonts.X3xlib.html:
- Title = XListFonts(X3xlib)
- Version = 1.0
- Name = XListFonts - obtain or free font names and information
- SubName = XFreeFontNames - frees font names array
- SubName = XListFontsWithInfo - lists font names and information
- SubName = XFreeFontInfo - frees font information array
-
- XLoadFont.X3xlib.html:
- Title = XLoadFont(X3xlib)
- Version = 1.0
- Name = XLoadFont - load or unload fonts and font metric structures
- SubName = XQueryFont - returns font information
- SubName = XLoadQueryFont - loads font
- SubName = XFreeFont - frees font
- SubName = XGetFontProperty - returns value of specified font property
- SubName = XUnloadFont - unload font
- SubName = XCharStruct - font structure
- SubName = XFontProp - font structure
- SubName = XChar2b - font structure
- SubName = XFontStruct - font structure
-
- XLookupKeysym.X3xlib.html:
- Title = XLookupKeysym(X3xlib)
- Version = 1.0
- Name = XLookupKeysym - handle keyboard input events in Latin-1
- SubName = XRefreshKeyboardMapping - refreshes stored modifier and keymap information
- SubName = XLookupString - translates key event
- SubName = XRebindKeysym - rebinds meaning of Keysym
-
- XMapEvent.X3xlib.html:
- Title = XMapEvent(X3xlib)
- Version = 1.0
- Name = XMapEvent - MapNotify and MappingNotify event structures
- SubName = XMappingEvent - MappingNotify event structure
-
- XMapRequestEvent.X3xlib.html:
- Title = XMapRequestEvent(X3xlib)
- Version = 1.0
- Name = XMapRequestEvent - MapRequest event structure
-
- XMapWindow.X3xlib.html:
- Title = XMapWindow(X3xlib)
- Version = 1.0
- Name = XMapWindow - map windows
- SubName = XMapRaised - maps windows, subwindows and raise to top of stack
- SubName = XMapSubwindows - maps subwindows in top-to-bottom stacking order
-
- XmbDrawImageString.X3xlib.html:
- Title = XmbDrawImageString(X3xlib)
- Version = 1.0
- Name = XmbDrawImageString - draw image text using a single font set
- SubName = XwcDrawImageString - draw image text using a single font set
-
- XmbDrawString.X3xlib.html:
- Title = XmbDrawString(X3xlib)
- Version = 1.0
- Name = XmbDrawString - draw text using a single font set
- SubName = XwcDrawString - draw text using a single font set
-
- XmbDrawText.X3xlib.html:
- Title = XmbDrawText(X3xlib)
- Version = 1.0
- Name = XmbDrawText - draw text using multiple font sets
- SubName = XwcDrawText - draw text using multiple font sets
-
- XmbLookupString.X3xlib.html:
- Title = XmbLookupString(X3xlib)
- Version = 1.0
- Name = XmbLookupString - obtain composed input from an input method
- SubName = XwcLookupString - obtain composed input from an input method
-
- XmbResetIC.X3xlib.html:
- Title = XmbResetIC(X3xlib)
- Version = 1.0
- Name = XmbResetIC - reset the state of an input context
- SubName = XwcResetIC - reset the stat of an input context
-
- XmbTextEscapement.X3xlib.html:
- Title = XmbTextEscapement(X3xlib)
- Version = 1.0
- Name = XmbTextEscapement - obtain the escapement of text
- SubName = XwcTextEscapement - obtain the escapement of text
-
- XmbTextExtents.X3xlib.html:
- Title = XmbTextExtents(X3xlib)
- Version = 1.0
- Name = XmbTextExtents - compute text extents
- SubName = XwcTextExtents - compute text extents
-
- XmbTextListToTextProperty.X3xlib.html:
- Title = XmbTextListToTextProperty(X3xlib)
- Version = 1.0
- Name = XmbTextListToTextProperty - convert text lists and text property structures
- SubName = XwcTextListToTextProperty - set an XTextProperty from a list of null terminated strings
- SubName = XmbTextPropertyToTextList - return a list of text strings from the specified text property
- SubName = XwcTextPropertyToTextList - return a list of text strings from the specified text
- SubName = XwcFreeStringList - function frees memory allocated by XwcTextPropertyToTextList
- SubName = XDefaultString - returns the default string used by Xlib for text conversion
-
- XmbTextPerCharExtents.X3xlib.html:
- Title = XmbTextPerCharExtents(X3xlib)
- Version = 1.0
- Name = XmbTextPerCharExtents - obtain per-character information for a text string
- SubName = XwcTextPerCharExtents - obtain per-character information for a text string
-
- xmkmf.X3xlib.html:
- Title = xmkmf(X3xlib)
- Version = 1.0
- Name = xmkmf - create a Makefile from an Imakefile
-
- XNextEvent.X3xlib.html:
- Title = XNextEvent(X3xlib)
- Version = 1.0
- Name = XNextEvent - select events by type
- SubName = XPeekEvent - returns first event from queue
- SubName = XWindowEvent - searches queue for matching event
- SubName = XCheckWindowEvent - searches queue and events available for matching event
- SubName = XMaskEvent - searches queue for events associated with specified mask
- SubName = XCheckMaskEvent - searches queue and events available for matching specified mask
- SubName = XCheckTypedEvent - searches queue and events available for matching event
- SubName = XCheckTypedWindowEvent - searches queue and events available for matching event
-
- XNoOp.X3xlib.html:
- Title = XNoOp(X3xlib)
- Version = 1.0
- Name = XNoOp - No Operation
-
- XOpenDisplay.X3xlib.html:
- Title = XOpenDisplay(X3xlib)
- Version = 1.0
- Name = XOpenDisplay - connect or disconnect to X server
- SubName = XCloseDisplay - disconnects from X server
-
- XOpenIM.X3xlib.html:
- Title = XOpenIM(X3xlib)
- Version = 1.0
- Name = XOpenIM - open, close, and obtain input method information
- SubName = XCloseIM - closes the specified input method
- SubName = XSetIMValues - sets attributes for the specified input method
- SubName = XGetIMValues - interface for querying properties or features of the specified input method
- SubName = XDisplayOfIM - returns the display associated with the specified input method
- SubName = XLocaleOfIM - get the locale of an input method
- SubName = XRegisterIMInstantiateCallback - registers callbacks to be invoked when new input methods become available
- SubName = XUnregisterIMInstantiateCallback - unregisters callbacks previousely registered with XRegisterIMInstantiateCallback
-
- XOpenOM.X3xlib.html:
- Title = XOpenOM(X3xlib)
- Version = 1.0
- Name = XOpenOM - open output methods
- SubName = XCloseOM - closes the specified output method
- SubName = XSetOMValues - sets properties or features of the specified output method
- SubName = XGetOMValues - queries properties or features of the specified output method
- SubName = XDisplayOfOM - returns the display associated with the specified output method
- SubName = XLocaleOfOM - returns the locale associated with the specified output method
-
- XParseGeometry.X3xlib.html:
- Title = XParseGeometry(X3xlib)
- Version = 1.0
- Name = XParseGeometry - parse window geometry
- SubName = XWMGeometry - combines geometry information specified by the user and by the calling program with size hints
-
- XPolygonRegion.X3xlib.html:
- Title = XPolygonRegion(X3xlib)
- Version = 1.0
- Name = XPolygonRegion - generate regions
- SubName = XClipBox - generates smallest rectangle enclosing region
-
- XPropertyEvent.X3xlib.html:
- Title = XPropertyEvent(X3xlib)
- Version = 1.0
- Name = XPropertyEvent - PropertyNotify event structure
-
- XPutBackEvent.X3xlib.html:
- Title = XPutBackEvent(X3xlib)
- Version = 1.0
- Name = XPutBackEvent - put events back on the queue
-
- XPutImage.X3xlib.html:
- Title = XPutImage(X3xlib)
- Version = 1.0
- Name = XPutImage - transfer images
- SubName = XGetImage - transfers image
- SubName = XGetSubImage - transfers subimage
-
- XQueryBestSize.X3xlib.html:
- Title = XQueryBestSize(X3xlib)
- Version = 1.0
- Name = XQueryBestSize - determine efficient sizes
- SubName = XQueryBestTile - returns best or closest size
- SubName = XQueryBestStipple - returns best or closest size
-
- XQueryColor.X3xlib.html:
- Title = XQueryColor(X3xlib)
- Version = 1.0
- Name = XQueryColor - obtain color values
- SubName = XQueryColors - returns color values
- SubName = XLookupColor - returns color values
- SubName = XParseColor - looks up the string name of a color, returns the exact color value
-
- XQueryPointer.X3xlib.html:
- Title = XQueryPointer(X3xlib)
- Version = 1.0
- Name = XQueryPointer - get pointer coordinates
-
- XQueryTree.X3xlib.html:
- Title = XQueryTree(X3xlib)
- Version = 1.0
- Name = XQueryTree - query window tree information
-
- XRaiseWindow.X3xlib.html:
- Title = XRaiseWindow(X3xlib)
- Version = 1.0
- Name = XRaiseWindow - change window stacking order
- SubName = XLowerWindow - lowers the specified window to the bottom of the stack
- SubName = XCirculateSubwindows - circulates children of the specified window
- SubName = XCirculateSubwindowsUp - raises the lowest mapped child of the specified window
- SubName = XCirculateSubwindowsDown - lowers the highest mapped child of the specified window
- SubName = XRestackWindows - restacks the windows in the order specified
-
- XReadBitmapFile.X3xlib.html:
- Title = XReadBitmapFile(X3xlib)
- Version = 1.0
- Name = XReadBitmapFile - manipulate bitmaps
- SubName = XReadBitmapFileData - reads and directly returns data from a bitmap
- SubName = XWriteBitmapFile - writes bitmap out to file
- SubName = XCreatePixmapFromBitmapData - creates pixmap from bitmap data
- SubName = XCreateBitmapFromData - creates bitmap
-
- XRecolorCursor.X3xlib.html:
- Title = XRecolorCursor(X3xlib)
- Version = 1.0
- Name = XRecolorCursor - manipulate cursors
- SubName = XFreeCursor - frees cursor from cursor resource ID
- SubName = XQueryBestCursor - returns largest cursor size
-
- XReparentEvent.X3xlib.html:
- Title = XReparentEvent(X3xlib)
- Version = 1.0
- Name = XReparentEvent - ReparentNotify event structure
-
- XReparentWindow.X3xlib.html:
- Title = XReparentWindow(X3xlib)
- Version = 1.0
- Name = XReparentWindow - reparent windows
-
- XResizeRequestEvent.X3xlib.html:
- Title = XResizeRequestEvent(X3xlib)
- Version = 1.0
- Name = XResizeRequestEvent - ResizeRequest event structure
-
- XResourceManagerString.X3xlib.html:
- Title = XResourceManagerString(X3xlib)
- Version = 1.0
- Name = XResourceManagerString - obtain server resource properties
- SubName = XScreenResourceString - returns the SCREEN_RESOURCES property from the root window of the specified screen
-
- XrmEnumerateDatabase.X3xlib.html:
- Title = XrmEnumerateDatabase(X3xlib)
- Version = 1.0
- Name = XrmEnumerateDatabase - enumerate resource database entries
-
- XrmGetFileDatabase.X3xlib.html:
- Title = XrmGetFileDatabase(X3xlib)
- Version = 1.0
- Name = XrmGetFileDatabase - retrieve and store resource databases
- SubName = XrmPutFileDatabase - stores a copy of the specified database in the specified file
- SubName = XrmGetStringDatabase - creates a new database and stores it in the specified string
- SubName = XrmLocaleOfDatabase - returns the name of the locale bound to the database
- SubName = XrmGetDatabase - returns the database associated with the specified display
- SubName = XrmSetDatabase - associates the specified database with the specified display
- SubName = XrmDestroyDatabase - destroy the specified resource database
-
- XrmGetResource.X3xlib.html:
- Title = XrmGetResource(X3xlib)
- Version = 1.0
- Name = XrmGetResource - retrieve database resources and search lists
- SubName = XrmQGetResource - retrieves database resource
- SubName = XrmQGetSearchList - returns database search list
- SubName = XrmQGetSearchResource - searches database for resource
-
- XrmInitialize.X3xlib.html:
- Title = XrmInitialize(X3xlib)
- Version = 1.0
- Name = XrmInitialize - initialize the Resource Manager, Resource Manager structures, and parse the command line
- SubName = XrmParseCommand - parses command line
- SubName = XrmValue - Resource Manager structure
- SubName = XrmOptionKind - Resource Manager structure
- SubName = XrmOptionDescRec - Resource Manager structure
-
- XrmMergeDatabases.X3xlib.html:
- Title = XrmMergeDatabases(X3xlib)
- Version = 1.0
- Name = XrmMergeDatabases - merge resource databases
- SubName = XrmCombineDatabase - merges the contents of one database into another
- SubName = XrmCombineFileDatabase - merges the contents of a resource file into a database
-
- XrmPutResource.X3xlib.html:
- Title = XrmPutResource(X3xlib)
- Version = 1.0
- Name = XrmPutResource - store database resources
- SubName = XrmQPutResource - creates new database and returns pointer
- SubName = XrmPutStringResource - creates new database and returns pointer
- SubName = XrmQPutStringResource - creates new database and returns pointer
- SubName = XrmPutLineResource - creates new database and returns pointer
-
- XrmUniqueQuark.X3xlib.html:
- Title = XrmUniqueQuark(X3xlib)
- Version = 1.0
- Name = XrmUniqueQuark - manipulate resource quarks
- SubName = XrmStringToQuark - manipulates resource quarks
- SubName = XrmPermStringToQuark - manipulates resource quarks
- SubName = XrmQuarkToString - manipulates resource quarks
- SubName = XrmStringToQuarkList - manipulates resource quarks
- SubName = XrmStringToBindingQuarkList - manipulates resource quarks
-
- XSaveContext.X3xlib.html:
- Title = XSaveContext(X3xlib)
- Version = 1.0
- Name = XSaveContext - associative look-up routines
- SubName = XFindContext - associative look-up routine
- SubName = XDeleteContext - deletes entry for given window and type
- SubName = XUniqueContext - creates unique context type
-
- XSelectInput.X3xlib.html:
- Title = XSelectInput(X3xlib)
- Version = 1.0
- Name = XSelectInput - select input events
-
- XSelectionClearEvent.X3xlib.html:
- Title = XSelectionClearEvent(X3xlib)
- Version = 1.0
- Name = XSelectionClearEvent - SelectionClear event structure
-
- XSelectionEvent.X3xlib.html:
- Title = XSelectionEvent(X3xlib)
- Version = 1.0
- Name = XSelectionEvent - SelectionNotify event structure
-
- XSelectionRequestEvent.X3xlib.html:
- Title = XSelectionRequestEvent(X3xlib)
- Version = 1.0
- Name = XSelectionRequestEvent - SelectionRequest event structure
-
- XSendEvent.X3xlib.html:
- Title = XSendEvent(X3xlib)
- Version = 1.0
- Name = XSendEvent - send events and pointer motion history structure
- SubName = XDisplayMotionBufferSize - returns motion history buffer size
- SubName = XGetMotionEvents - returns events in motion history buffer
- SubName = XTimeCoord - pointer motion history structure
-
- XSetArcMode.X3xlib.html:
- Title = XSetArcMode(X3xlib)
- Version = 1.0
- Name = XSetArcMode - GC convenience routines
- SubName = XSetSubwindowMode - sets subwindow mode in specified GC
- SubName = XSetGraphicsExposure - sets graphics-exposure flag in specified GC
-
- XSetClipOrigin.X3xlib.html:
- Title = XSetClipOrigin(X3xlib)
- Version = 1.0
- Name = XSetClipOrigin - GC convenience routines
- SubName = XSetClipMask - sets clip-mask to specified pixmap
- SubName = XSetClipRectangles - changes clip-mask to specified list of rectangles and set clip origin
-
- XSetCloseDownMode.X3xlib.html:
- Title = XSetCloseDownMode(X3xlib)
- Version = 1.0
- Name = XSetCloseDownMode - control clients
- SubName = XKillClient - forces close-down of client
-
- XSetCommand.X3xlib.html:
- Title = XSetCommand(X3xlib)
- Version = 1.0
- Name = XSetCommand - set or read a window's WM_COMMAND property
- SubName = XGetCommand - reads window's WM_COMMAND property
-
- XSetErrorHandler.X3xlib.html:
- Title = XSetErrorHandler(X3xlib)
- Version = 1.0
- Name = XSetErrorHandler - default error handlers
- SubName = XGetErrorText - reads error code description
- SubName = XDisplayName - returns display name
- SubName = XSetIOErrorHandler - sets fatal I/O error handler
- SubName = XGetErrorDatabaseText - returns message from error message database
-
- XSetFillStyle.X3xlib.html:
- Title = XSetFillStyle(X3xlib)
- Version = 1.0
- Name = XSetFillStyle - GC convenience routines
- SubName = XSetFillRule - sets fill-rule in specified GC
-
- XSetFont.X3xlib.html:
- Title = XSetFont(X3xlib)
- Version = 1.0
- Name = XSetFont - GC convenience routines
-
- XSetFontPath.X3xlib.html:
- Title = XSetFontPath(X3xlib)
- Version = 1.0
- Name = XSetFontPath - set, get, or free the font search path
- SubName = XGetFontPath - gets font search path
- SubName = XFreeFontPath - frees font search path
-
- XSetICFocus.X3xlib.html:
- Title = XSetICFocus(X3xlib)
- Version = 1.0
- Name = XSetICFocus - set and unset input context focus
- SubName = XUnsetICFocus - notify an input method that the input context has lost focus
-
- XSetICValues.X3xlib.html:
- Title = XSetICValues(X3xlib)
- Version = 1.0
- Name = XSetICValues - set and obtain XIC values
- SubName = XGetICValues - obtain input context values from the specified input context
-
- XSetInputFocus.X3xlib.html:
- Title = XSetInputFocus(X3xlib)
- Version = 1.0
- Name = XSetInputFocus - control input focus
- SubName = XGetInputFocus - returns focus window and current focus state
-
- XSetLineAttributes.X3xlib.html:
- Title = XSetLineAttributes(X3xlib)
- Version = 1.0
- Name = XSetLineAttributes - GC convenience routines
- SubName = XSetDashes - sets dash-offset and dash-list attributes for dashed line styles
-
- XSetPointerMapping.X3xlib.html:
- Title = XSetPointerMapping(X3xlib)
- Version = 1.0
- Name = XSetPointerMapping - manipulate pointer settings
- SubName = XGetPointerMapping - returns current mapping of pointer
-
- XSetScreenSaver.X3xlib.html:
- Title = XSetScreenSaver(X3xlib)
- Version = 1.0
- Name = XSetScreenSaver - manipulate the screen saver
- SubName = XForceScreenSaver - activates disabled screen saver
- SubName = XActivateScreenSaver - activates screen saver
- SubName = XResetScreenSaver - resets screen saver
- SubName = XGetScreenSaver - gets current screen saver values
-
- XSetSelectionOwner.X3xlib.html:
- Title = XSetSelectionOwner(X3xlib)
- Version = 1.0
- Name = XSetSelectionOwner - manipulate window selection
- SubName = XGetSelectionOwner - manipulates window selection
- SubName = XConvertSelection - manipulates window selection
-
- XSetState.X3xlib.html:
- Title = XSetState(X3xlib)
- Version = 1.0
- Name = XSetState - GC convenience routines
- SubName = XSetFunction - sets specified value in specified GC
- SubName = XSetPlanemask - sets plane mask in specified GC
- SubName = XSetForeground - sets foreground in specified GC
- SubName = XSetBackground - sets background in specified GC
-
- XSetTextProperty.X3xlib.html:
- Title = XSetTextProperty(X3xlib)
- Version = 1.0
- Name = XSetTextProperty - set and read text properties
- SubName = XGetTextProperty - reads text property
-
- XSetTile.X3xlib.html:
- Title = XSetTile(X3xlib)
- Version = 1.0
- Name = XSetTile - GC convenience routines
- SubName = XSetStipple - sets stipple in specified GC
- SubName = XSetTSOrigin - sets tile/stipple origin in specified GC
-
- XSetTransientForHint.X3xlib.html:
- Title = XSetTransientForHint(X3xlib)
- Version = 1.0
- Name = XSetTransientForHint - set or read a window's WM_TRANSIENT_FOR property
- SubName = XGetTransientForHint - reads window's WM_TRANSIENT_FOR property
-
- XSetWMClientMachine.X3xlib.html:
- Title = XSetWMClientMachine(X3xlib)
- Version = 1.0
- Name = XSetWMClientMachine - set or read a window's WM_CLIENT_MACHINE property
- SubName = XGetWMClientMachine - reads window's WM_CLIENT_MACHINE property
-
- XSetWMColormapWindows.X3xlib.html:
- Title = XSetWMColormapWindows(X3xlib)
- Version = 1.0
- Name = XSetWMColormapWindows - set or read a window's WM_COLORMAP_WINDOWS property
- SubName = XGetWMColormapWindows - reads window's WM_COLORMAP_WINDOWS property
-
- XSetWMIconName.X3xlib.html:
- Title = XSetWMIconName(X3xlib)
- Version = 1.0
- Name = XSetWMIconName - set or read a window's WM_ICON_NAME property
- SubName = XGetWMIconName - reads window's WM_ICON_NAME property
- SubName = XSetIconName - sets window's WM_ICON_NAME property
- SubName = XGetIconName - reads window's WM_ICON_NAME property
-
- XSetWMName.X3xlib.html:
- Title = XSetWMName(X3xlib)
- Version = 1.0
- Name = XSetWMName - set or read a window's WM_NAME property
- SubName = XGetWMName - reads window's WM_NAME property
- SubName = XStoreName - sets window's WM_NAME property
- SubName = XFetchName - reads window's WM_NAME property
-
- XSetWMProperties.X3xlib.html:
- Title = XSetWMProperties(X3xlib)
- Version = 1.0
- Name = XSetWMProperties - set standard window properties
- SubName = XmbSetWMProperties - sets window properties for communicating with clients
-
- XSetWMProtocols.X3xlib.html:
- Title = XSetWMProtocols(X3xlib)
- Version = 1.0
- Name = XSetWMProtocols - set or read a window's WM__PROTOCOLS property
- SubName = XGetWMProtocols - reads window's WM_PROTOCOLS property
-
- XStoreBytes.X3xlib.html:
- Title = XStoreBytes(X3xlib)
- Version = 1.0
- Name = XStoreBytes - manipulate cut and paste buffers
- SubName = XStoreBuffer - store bytes in cut buffer, provide the buffer to use
- SubName = XFetchBytes - returns number of bytes in cut buffer
- SubName = XFetchBuffer - returns cut buffer's contents
- SubName = XRotateBuffers - rotates cut buffers
-
- XStoreColors.X3xlib.html:
- Title = XStoreColors(X3xlib)
- Version = 1.0
- Name = XStoreColors - set colors
- SubName = XStoreColor - change colormap entries of the pixel values specified in the XColor structure
- SubName = XStoreNamedColor - looks up named color
-
- XStringListToTextProperty.X3xlib.html:
- Title = XStringListToTextProperty(X3xlib)
- Version = 1.0
- Name = XStringListToTextProperty - convert string lists and text property structure
- SubName = XTextPropertyToStringList - returns list of strings
- SubName = XFreeStringList - frees memory
- SubName = XTextProperty - text property structure
-
- XStringToKeysym.X3xlib.html:
- Title = XStringToKeysym(X3xlib)
- Version = 1.0
- Name = XStringToKeysym - convert keysyms
- SubName = XKeysymToString - converts keysyms
- SubName = XKeycodeToKeysym - converts keysyms
- SubName = XKeysymToKeycode - converts keysyms
- SubName = XConvertCase - returns the uppercase and lowercase forms of keysyms
-
- XSupportsLocale.X3xlib.html:
- Title = XSupportsLocale(X3xlib)
- Version = 1.0
- Name = XSupportsLocale - determine locale support and configure locale modifiers
- SubName = XSetLocaleModifiers - sets the X modifiers for the current locale setting
-
- XSynchronize.X3xlib.html:
- Title = XSynchronize(X3xlib)
- Version = 1.0
- Name = XSynchronize - enable or disable synchronization
- SubName = XSetAfterFunction - enables or disables synchronization
-
- XTextExtents.X3xlib.html:
- Title = XTextExtents(X3xlib)
- Version = 1.0
- Name = XTextExtents - compute or query text extents
- SubName = XTextExtents16 - computes text extents
- SubName = XQueryTextExtents - queries text extents
- SubName = XQueryTextExtents16 - queries text extents
-
- XTextWidth.X3xlib.html:
- Title = XTextWidth(X3xlib)
- Version = 1.0
- Name = XTextWidth - compute text width
- SubName = XTextWidth16 - computes text width
-
- XTranslateCoordinates.X3xlib.html:
- Title = XTranslateCoordinates(X3xlib)
- Version = 1.0
- Name = XTranslateCoordinates - translate window coordinates
-
- XUnmapEvent.X3xlib.html:
- Title = XUnmapEvent(X3xlib)
- Version = 1.0
- Name = XUnmapEvent - UnmapNotify event structure
-
- XUnmapWindow.X3xlib.html:
- Title = XUnmapWindow(X3xlib)
- Version = 1.0
- Name = XUnmapWindow - unmap windows
- SubName = XUnmapSubwindows - unmaps subwindows
-
- XVaCreateNestedList.X3xlib.html:
- Title = XVaCreateNestedList(X3xlib)
- Version = 1.0
- Name = XVaCreateNestedList - allocate a nested variable argument list
-
- XVisibilityNotifyEvent.X3xlib.html:
- Title = XVisibilityNotifyEvent(X3xlib)
- Version = 1.0
- Name = XVisibilityNotifyEvent - VisibilityNotify event structure
- SubName = XVisibilityEvent - VisibilityNotify event structure
-
- XWarpPointer.X3xlib.html:
- Title = XWarpPointer(X3xlib)
- Version = 1.0
- Name = XWarpPointer - move pointer
-