| ERROR | an error handling routine | |
| _tolower | translate characters | [ conv, toupper, tolower, _toupper, _tolower, toascii ] |
| _toupper | translate characters | [ conv, toupper, tolower, _toupper, _tolower, toascii ] |
| abort | generate a fault | |
| abs | integer absolute value | |
| alarm | schedule signal after specified time | |
| argsbad | formatted conversion of command arguments | [ argscan, argsbad ] |
| argscan | formatted conversion of command arguments | [ argscan, argsbad ] |
| asctime | convert date
and time to ASCII | [ ctime, localtime, gmtime, asctime, timezone ] |
| assert | program verification | |
| atof | convert ASCII to numbers | [ atof, atoi, atol ] |
| atoi | convert ASCII to numbers | [ atof, atoi, atol ] |
| atol | convert ASCII to numbers | [ atof, atoi, atol ] |
| bcmp | bit and byte string
operations | [ bstring, bcopy, bcmp, bzero, ffs ] |
| bcopy | bit and byte string
operations | [ bstring, bcopy, bcmp, bzero, ffs ] |
| bsearch | binary search | |
| bstring | bit and byte string
operations | [ bstring, bcopy, bcmp, bzero, ffs ] |
| bzero | bit and byte string
operations | [ bstring, bcopy, bcmp, bzero, ffs ] |
| calloc | main memory allocator | [ malloc, free, realloc, calloc ] |
| closedir | directory operations | [ directory, opendir, readdir, telldir, seekdir, rewinddir, closedir ] |
| closelog | control system log | [ syslog, openlog, closelog ] |
| conv | translate characters | [ conv, toupper, tolower, _toupper, _tolower, toascii ] |
| creat | create a new file | |
| crt0 | C-program startup routine. | |
| crypt | DES encryption | [ crypt, setkey, encrypt ] |
| ctime | convert date
and time to ASCII | [ ctime, localtime, gmtime, asctime, timezone ] |
| ctype | character
classification | [ ctype, isalpha, isupper, islower, isdigit, isalnum, isspace, ispunct, isprint, iscntrl, isascii ] |
| directory | directory operations | [ directory, opendir, readdir, telldir, seekdir, rewinddir, closedir ] |
| ecvt | output conversion | [ ecvt, fcvt, gcvt ] |
| edata | last locations in program | [ end, etext, edata ] |
| encrypt | DES encryption | [ crypt, setkey, encrypt ] |
| end | last locations in program | [ end, etext, edata ] |
| endfsent | get
file system descriptor file entry | [ getfsent, getfsspec, getfsfile, setfsent, endfsent ] |
| endgrent | get group
file entry | [ getgrent, getgrgid, getgrnam, setgrent, endgrent ] |
| endpwent | get
password file entry | [ getpwent, getpwuid, getpwnam, setpwent, endpwent ] |
| environ | execute a file | [ execl, execv, execle, execlp, execvp, exec, exece, exect, environ ] |
| etext | last locations in program | [ end, etext, edata ] |
| exec | execute a file | [ execl, execv, execle, execlp, execvp, exec, exece, exect, environ ] |
| exece | execute a file | [ execl, execv, execle, execlp, execvp, exec, exece, exect, environ ] |
| execl | execute a file | [ execl, execv, execle, execlp, execvp, exec, exece, exect, environ ] |
| execle | execute a file | [ execl, execv, execle, execlp, execvp, exec, exece, exect, environ ] |
| execlp | execute a file | [ execl, execv, execle, execlp, execvp, exec, exece, exect, environ ] |
| exect | execute a file | [ execl, execv, execle, execlp, execvp, exec, exece, exect, environ ] |
| execv | execute a file | [ execl, execv, execle, execlp, execvp, exec, exece, exect, environ ] |
| execvp | execute a file | [ execl, execv, execle, execlp, execvp, exec, exece, exect, environ ] |
| exit | terminate a process | |
| fcvt | output conversion | [ ecvt, fcvt, gcvt ] |
| ffs | bit and byte string
operations | [ bstring, bcopy, bcmp, bzero, ffs ] |
| fgetarhdr | read archive header | [ getarhdr, fgetarhdr ] |
| free | main memory allocator | [ malloc, free, realloc, calloc ] |
| frexp | split into mantissa and exponent | [ frexp, ldexp, modf ] |
| ftime | get date and time | [ time, ftime ] |
| gcvt | output conversion | [ ecvt, fcvt, gcvt ] |
| getarhdr | read archive header | [ getarhdr, fgetarhdr ] |
| getenv | value for environment name | |
| getfsent | get
file system descriptor file entry | [ getfsent, getfsspec, getfsfile, setfsent, endfsent ] |
| getfsfile | get
file system descriptor file entry | [ getfsent, getfsspec, getfsfile, setfsent, endfsent ] |
| getfsspec | get
file system descriptor file entry | [ getfsent, getfsspec, getfsfile, setfsent, endfsent ] |
| getgrent | get group
file entry | [ getgrent, getgrgid, getgrnam, setgrent, endgrent ] |
| getgrgid | get group
file entry | [ getgrent, getgrgid, getgrnam, setgrent, endgrent ] |
| getgrnam | get group
file entry | [ getgrent, getgrgid, getgrnam, setgrent, endgrent ] |
| getlogin | get loginname | |
| getopt | get option letter from argument vector | |
| getpass | read a password | |
| getpw | get name from uid | |
| getpwent | get
password file entry | [ getpwent, getpwuid, getpwnam, setpwent, endpwent ] |
| getpwnam | get
password file entry | [ getpwent, getpwuid, getpwnam, setpwent, endpwent ] |
| getpwuid | get
password file entry | [ getpwent, getpwuid, getpwnam, setpwent, endpwent ] |
| getwd | get current working directory pathname | |
| gmtime | convert date
and time to ASCII | [ ctime, localtime, gmtime, asctime, timezone ] |
| gtty | set and get terminal state (defunct) | [ stty, gtty ] |
| hcreate | manage hash search tables | [ hsearch, hcreate, hdestroy ] |
| hdestroy | manage hash search tables | [ hsearch, hcreate, hdestroy ] |
| hsearch | manage hash search tables | [ hsearch, hcreate, hdestroy ] |
| index | string operations | [ string, strcat, strncat, strcatn, strcmp, strncmp, strcmpn, strcpy, strncpy, strcpyn, strlen, index, strchr, rindex, strrchr, strpbrk, strspn, strcspn, strtok, strtrn, strntrn ] |
| initgroups | initialize group access list | |
| initstate | better random number
generator and routines for changing generators | [ random, srandom, initstate, setstate ] |
| insque | insert/remove element from a queue | [ insque, remque ] |
| isalnum | character
classification | [ ctype, isalpha, isupper, islower, isdigit, isalnum, isspace, ispunct, isprint, iscntrl, isascii ] |
| isalpha | character
classification | [ ctype, isalpha, isupper, islower, isdigit, isalnum, isspace, ispunct, isprint, iscntrl, isascii ] |
| isascii | character
classification | [ ctype, isalpha, isupper, islower, isdigit, isalnum, isspace, ispunct, isprint, iscntrl, isascii ] |
| isatty | find name of a terminal | [ ttyname, isatty, ttyslot ] |
| iscntrl | character
classification | [ ctype, isalpha, isupper, islower, isdigit, isalnum, isspace, ispunct, isprint, iscntrl, isascii ] |
| isdigit | character
classification | [ ctype, isalpha, isupper, islower, isdigit, isalnum, isspace, ispunct, isprint, iscntrl, isascii ] |
| islower | character
classification | [ ctype, isalpha, isupper, islower, isdigit, isalnum, isspace, ispunct, isprint, iscntrl, isascii ] |
| isprint | character
classification | [ ctype, isalpha, isupper, islower, isdigit, isalnum, isspace, ispunct, isprint, iscntrl, isascii ] |
| ispunct | character
classification | [ ctype, isalpha, isupper, islower, isdigit, isalnum, isspace, ispunct, isprint, iscntrl, isascii ] |
| isspace | character
classification | [ ctype, isalpha, isupper, islower, isdigit, isalnum, isspace, ispunct, isprint, iscntrl, isascii ] |
| isupper | character
classification | [ ctype, isalpha, isupper, islower, isdigit, isalnum, isspace, ispunct, isprint, iscntrl, isascii ] |
| knlist | get entries from kernel CVT table | |
| l3tol | convert between three-byte integers and long
integers | [ l3tol, ltol3 ] |
| ldexp | split into mantissa and exponent | [ frexp, ldexp, modf ] |
| localtime | convert date
and time to ASCII | [ ctime, localtime, gmtime, asctime, timezone ] |
| longjmp | nonlocal goto | [ setjmp, longjmp ] |
| lsearch | linear search and update | |
| ltol3 | convert between three-byte integers and long
integers | [ l3tol, ltol3 ] |
| malloc | main memory allocator | [ malloc, free, realloc, calloc ] |
| mktemp | make a unique filename | |
| modf | split into mantissa and exponent | [ frexp, ldexp, modf ] |
| monitor | prepare execution profile | [ monitor, monstartup ] |
| monstartup | prepare execution profile | [ monitor, monstartup ] |
| nargs | returns the number of arguments | |
| nice | set program priority | |
| nlist | get entries from name list | |
| notmagic | interface to magic number file | |
| opendir | directory operations | [ directory, opendir, readdir, telldir, seekdir, rewinddir, closedir ] |
| openlog | control system log | [ syslog, openlog, closelog ] |
| pause | stop until signal | |
| perror | system error messages | [ perror, sys_errlist, sys_nerr ] |
| psignal | system signal messages | [ psignal, sys_siglist ] |
| qsort | quicker sort | |
| rand | random number generator | [ rand, srand ] |
| random | better random number
generator and routines for changing generators | [ random, srandom, initstate, setstate ] |
| re_comp | regular expression handler | [ regex, re_comp, re_exec ] |
| re_exec | regular expression handler | [ regex, re_comp, re_exec ] |
| readdir | directory operations | [ directory, opendir, readdir, telldir, seekdir, rewinddir, closedir ] |
| realloc | main memory allocator | [ malloc, free, realloc, calloc ] |
| regex | regular expression handler | [ regex, re_comp, re_exec ] |
| remque | insert/remove element from a queue | [ insque, remque ] |
| rewinddir | directory operations | [ directory, opendir, readdir, telldir, seekdir, rewinddir, closedir ] |
| rindex | string operations | [ string, strcat, strncat, strcatn, strcmp, strncmp, strcmpn, strcpy, strncpy, strcpyn, strlen, index, strchr, rindex, strrchr, strpbrk, strspn, strcspn, strtok, strtrn, strntrn ] |
| scandir | scan a directory | |
| seekdir | directory operations | [ directory, opendir, readdir, telldir, seekdir, rewinddir, closedir ] |
| setegid | set
user and group ID | [ setuid, seteuid, setruid, setgid, setegid, setrgid ] |
| seteuid | set
user and group ID | [ setuid, seteuid, setruid, setgid, setegid, setrgid ] |
| setfsent | get
file system descriptor file entry | [ getfsent, getfsspec, getfsfile, setfsent, endfsent ] |
| setgid | set
user and group ID | [ setuid, seteuid, setruid, setgid, setegid, setrgid ] |
| setgrent | get group
file entry | [ getgrent, getgrgid, getgrnam, setgrent, endgrent ] |
| setjmp | nonlocal goto | [ setjmp, longjmp ] |
| setkey | DES encryption | [ crypt, setkey, encrypt ] |
| setpwent | get
password file entry | [ getpwent, getpwuid, getpwnam, setpwent, endpwent ] |
| setrgid | set
user and group ID | [ setuid, seteuid, setruid, setgid, setegid, setrgid ] |
| setruid | set
user and group ID | [ setuid, seteuid, setruid, setgid, setegid, setrgid ] |
| setstate | better random number
generator and routines for changing generators | [ random, srandom, initstate, setstate ] |
| setuid | set
user and group ID | [ setuid, seteuid, setruid, setgid, setegid, setrgid ] |
| signal | simplified software signal facilities | |
| sleep | suspend execution for interval | |
| srand | random number generator | [ rand, srand ] |
| srandom | better random number
generator and routines for changing generators | [ random, srandom, initstate, setstate ] |
| strcat | string operations | [ string, strcat, strncat, strcatn, strcmp, strncmp, strcmpn, strcpy, strncpy, strcpyn, strlen, index, strchr, rindex, strrchr, strpbrk, strspn, strcspn, strtok, strtrn, strntrn ] |
| strcatn | string operations | [ string, strcat, strncat, strcatn, strcmp, strncmp, strcmpn, strcpy, strncpy, strcpyn, strlen, index, strchr, rindex, strrchr, strpbrk, strspn, strcspn, strtok, strtrn, strntrn ] |
| strchr | string operations | [ string, strcat, strncat, strcatn, strcmp, strncmp, strcmpn, strcpy, strncpy, strcpyn, strlen, index, strchr, rindex, strrchr, strpbrk, strspn, strcspn, strtok, strtrn, strntrn ] |
| strcmp | string operations | [ string, strcat, strncat, strcatn, strcmp, strncmp, strcmpn, strcpy, strncpy, strcpyn, strlen, index, strchr, rindex, strrchr, strpbrk, strspn, strcspn, strtok, strtrn, strntrn ] |
| strcmpn | string operations | [ string, strcat, strncat, strcatn, strcmp, strncmp, strcmpn, strcpy, strncpy, strcpyn, strlen, index, strchr, rindex, strrchr, strpbrk, strspn, strcspn, strtok, strtrn, strntrn ] |
| strcpy | string operations | [ string, strcat, strncat, strcatn, strcmp, strncmp, strcmpn, strcpy, strncpy, strcpyn, strlen, index, strchr, rindex, strrchr, strpbrk, strspn, strcspn, strtok, strtrn, strntrn ] |
| strcpyn | string operations | [ string, strcat, strncat, strcatn, strcmp, strncmp, strcmpn, strcpy, strncpy, strcpyn, strlen, index, strchr, rindex, strrchr, strpbrk, strspn, strcspn, strtok, strtrn, strntrn ] |
| strcspn | string operations | [ string, strcat, strncat, strcatn, strcmp, strncmp, strcmpn, strcpy, strncpy, strcpyn, strlen, index, strchr, rindex, strrchr, strpbrk, strspn, strcspn, strtok, strtrn, strntrn ] |
| string | string operations | [ string, strcat, strncat, strcatn, strcmp, strncmp, strcmpn, strcpy, strncpy, strcpyn, strlen, index, strchr, rindex, strrchr, strpbrk, strspn, strcspn, strtok, strtrn, strntrn ] |
| strlen | string operations | [ string, strcat, strncat, strcatn, strcmp, strncmp, strcmpn, strcpy, strncpy, strcpyn, strlen, index, strchr, rindex, strrchr, strpbrk, strspn, strcspn, strtok, strtrn, strntrn ] |
| strncat | string operations | [ string, strcat, strncat, strcatn, strcmp, strncmp, strcmpn, strcpy, strncpy, strcpyn, strlen, index, strchr, rindex, strrchr, strpbrk, strspn, strcspn, strtok, strtrn, strntrn ] |
| strncmp | string operations | [ string, strcat, strncat, strcatn, strcmp, strncmp, strcmpn, strcpy, strncpy, strcpyn, strlen, index, strchr, rindex, strrchr, strpbrk, strspn, strcspn, strtok, strtrn, strntrn ] |
| strncpy | string operations | [ string, strcat, strncat, strcatn, strcmp, strncmp, strcmpn, strcpy, strncpy, strcpyn, strlen, index, strchr, rindex, strrchr, strpbrk, strspn, strcspn, strtok, strtrn, strntrn ] |
| strntrn | string operations | [ string, strcat, strncat, strcatn, strcmp, strncmp, strcmpn, strcpy, strncpy, strcpyn, strlen, index, strchr, rindex, strrchr, strpbrk, strspn, strcspn, strtok, strtrn, strntrn ] |
| strpbrk | string operations | [ string, strcat, strncat, strcatn, strcmp, strncmp, strcmpn, strcpy, strncpy, strcpyn, strlen, index, strchr, rindex, strrchr, strpbrk, strspn, strcspn, strtok, strtrn, strntrn ] |
| strrchr | string operations | [ string, strcat, strncat, strcatn, strcmp, strncmp, strcmpn, strcpy, strncpy, strcpyn, strlen, index, strchr, rindex, strrchr, strpbrk, strspn, strcspn, strtok, strtrn, strntrn ] |
| strspn | string operations | [ string, strcat, strncat, strcatn, strcmp, strncmp, strcmpn, strcpy, strncpy, strcpyn, strlen, index, strchr, rindex, strrchr, strpbrk, strspn, strcspn, strtok, strtrn, strntrn ] |
| strtok | string operations | [ string, strcat, strncat, strcatn, strcmp, strncmp, strcmpn, strcpy, strncpy, strcpyn, strlen, index, strchr, rindex, strrchr, strpbrk, strspn, strcspn, strtok, strtrn, strntrn ] |
| strtrn | string operations | [ string, strcat, strncat, strcatn, strcmp, strncmp, strcmpn, strcpy, strncpy, strcpyn, strlen, index, strchr, rindex, strrchr, strpbrk, strspn, strcspn, strtok, strtrn, strntrn ] |
| stty | set and get terminal state (defunct) | [ stty, gtty ] |
| swab | swap bytes | |
| sys_errlist | system error messages | [ perror, sys_errlist, sys_nerr ] |
| sys_nerr | system error messages | [ perror, sys_errlist, sys_nerr ] |
| sys_siglist | system signal messages | [ psignal, sys_siglist ] |
| syslog | control system log | [ syslog, openlog, closelog ] |
| tdelete | manage binary search trees | [ tsearch, tdelete, twalk ] |
| telldir | directory operations | [ directory, opendir, readdir, telldir, seekdir, rewinddir, closedir ] |
| time | get date and time | [ time, ftime ] |
| times | get process times | |
| timezone | convert date
and time to ASCII | [ ctime, localtime, gmtime, asctime, timezone ] |
| toascii | translate characters | [ conv, toupper, tolower, _toupper, _tolower, toascii ] |
| tolower | translate characters | [ conv, toupper, tolower, _toupper, _tolower, toascii ] |
| toupper | translate characters | [ conv, toupper, tolower, _toupper, _tolower, toascii ] |
| tsearch | manage binary search trees | [ tsearch, tdelete, twalk ] |
| ttyname | find name of a terminal | [ ttyname, isatty, ttyslot ] |
| ttyslot | find name of a terminal | [ ttyname, isatty, ttyslot ] |
| twalk | manage binary search trees | [ tsearch, tdelete, twalk ] |
| ulimit | get and set user limits | |
| vlimit | control maximum system resource consumption | |
| vtimes | get information about resource utilization | |
| AllPlanes | Display
macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| BitmapBitOrder | image format macros | [ ImageByteOrder, BitmapBitOrder, BitmapPad, BitmapUnit, DisplayHeight, DisplayHeightMM, DisplayWidth, DisplayWidthMM ] |
| BitmapPad | image format macros | [ ImageByteOrder, BitmapBitOrder, BitmapPad, BitmapUnit, DisplayHeight, DisplayHeightMM, DisplayWidth, DisplayWidthMM ] |
| BitmapUnit | image format macros | [ ImageByteOrder, BitmapBitOrder, BitmapPad, BitmapUnit, DisplayHeight, DisplayHeightMM, DisplayWidth, DisplayWidthMM ] |
| BlackPixel | Display
macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| BlackPixelOfScreen | screen information macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| CellsOfScreen | screen information macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| ConnectionNumber | Display
macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| DefaultColormap | Display
macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| DefaultColormapOfScreen | screen information macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| DefaultDepth | Display
macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| DefaultDepthOfScreen | screen information macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| DefaultGC | Display
macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| DefaultGCOfScreen | screen information macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| DefaultRootWindow | Display
macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| DefaultScreen | Display
macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| DefaultScreenOfDisplay | Display
macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| DefaultVisual | Display
macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| DefaultVisualOfScreen | screen information macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| DisplayCells | Display
macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| DisplayHeight | image format macros | [ ImageByteOrder, BitmapBitOrder, BitmapPad, BitmapUnit, DisplayHeight, DisplayHeightMM, DisplayWidth, DisplayWidthMM ] |
| DisplayHeightMM | image format macros | [ ImageByteOrder, BitmapBitOrder, BitmapPad, BitmapUnit, DisplayHeight, DisplayHeightMM, DisplayWidth, DisplayWidthMM ] |
| DisplayOfScreen | screen information macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| DisplayPlanes | Display
macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| DisplayString | Display
macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| DisplayWidth | image format macros | [ ImageByteOrder, BitmapBitOrder, BitmapPad, BitmapUnit, DisplayHeight, DisplayHeightMM, DisplayWidth, DisplayWidthMM ] |
| DisplayWidthMM | image format macros | [ ImageByteOrder, BitmapBitOrder, BitmapPad, BitmapUnit, DisplayHeight, DisplayHeightMM, DisplayWidth, DisplayWidthMM ] |
| DoesBackingStore | screen information macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| DoesSaveUnders | screen information macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| EventMaskOfScreen | screen information macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| HeightMMOfScreen | screen information macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| HeightOfScreen | screen information macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| ImageByteOrder | image format macros | [ ImageByteOrder, BitmapBitOrder, BitmapPad, BitmapUnit, DisplayHeight, DisplayHeightMM, DisplayWidth, DisplayWidthMM ] |
| IsCursorKey | keysym classifiaction macros | [ IsCursorKey, IsFunctionKey, IsKeypadKey, IsMiscFunctionKey, IsModiferKey, IsPFKey ] |
| IsFunctionKey | keysym classifiaction macros | [ IsCursorKey, IsFunctionKey, IsKeypadKey, IsMiscFunctionKey, IsModiferKey, IsPFKey ] |
| IsKeypadKey | keysym classifiaction macros | [ IsCursorKey, IsFunctionKey, IsKeypadKey, IsMiscFunctionKey, IsModiferKey, IsPFKey ] |
| IsMiscFunctionKey | keysym classifiaction macros | [ IsCursorKey, IsFunctionKey, IsKeypadKey, IsMiscFunctionKey, IsModiferKey, IsPFKey ] |
| IsModiferKey | keysym classifiaction macros | [ IsCursorKey, IsFunctionKey, IsKeypadKey, IsMiscFunctionKey, IsModiferKey, IsPFKey ] |
| IsPFKey | keysym classifiaction macros | [ IsCursorKey, IsFunctionKey, IsKeypadKey, IsMiscFunctionKey, IsModiferKey, IsPFKey ] |
| LastKnownRequestProcessed | Display
macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| MaxCmapsOfScreen | screen information macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| MenuPopdown | unmap a pop-up | [ XtPopdown, XtCallbackPopdown, MenuPopdown ] |
| MenuPopup | map a pop-up | [ XtPopup, XtCallbackNone, XtCallbackNonexclusive, XtCallbackExclusive, MenuPopup ] |
| MinCmapsOfScreen | screen information macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| NextRequest | Display
macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| PlanesOfScreen | screen information macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| ProtocolRevision | Display
macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| ProtocolVersion | Display
macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| QLength | Display
macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| RootWindow | Display
macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| RootWindowOfScreen | screen information macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| ScreenCount | Display
macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| ScreenOfDisplay | Display
macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| ServerVendor | Display
macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| VendorRelease | Display
macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| WhitePixel | Display
macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| WhitePixelOfScreen | screen information macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| WidthMMOfScreen | screen information macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| WidthOfScreen | screen information macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| XActivateScreenSaver | manipulate the screen
saver | [ XSetScreenSaver, XForceScreenSaver, XActivateScreenSaver, XResetScreenSaver, XGetScreenSaver ] |
| XAddHost | control host access | [ XAddHost, XAddHosts, XListHosts, XRemoveHost, XRemoveHosts, XSetAccessControl, XEnableAccessControl, XDisableAccessContro ] |
| XAddHosts | control host access | [ XAddHost, XAddHosts, XListHosts, XRemoveHost, XRemoveHosts, XSetAccessControl, XEnableAccessControl, XDisableAccessContro ] |
| XAddPixel | image utilities | [ XCreateImage, XGetPixel, XPutPixel, XSubImage, XAddPixel, XDestroyImage ] |
| XAddToSaveSet | change a
client's save set | [ XChangeSaveSet, XAddToSaveSet, XRemoveFromSaveSet ] |
| XAllocColor | allocate and free colors | [ XAllocColor, XAllocNamedColor, XAllocColorCells, XAllocColorPlanes, XFreeColors ] |
| XAllocColorCells | allocate and free colors | [ XAllocColor, XAllocNamedColor, XAllocColorCells, XAllocColorPlanes, XFreeColors ] |
| XAllocColorPlanes | allocate and free colors | [ XAllocColor, XAllocNamedColor, XAllocColorCells, XAllocColorPlanes, XFreeColors ] |
| XAllocNamedColor | allocate and free colors | [ XAllocColor, XAllocNamedColor, XAllocColorCells, XAllocColorPlanes, XFreeColors ] |
| XAllowEvents | release queued events | |
| XAutoRepeatOff | manipulate keyboard
settings | [ XChangeKeyboardControl, XGetKeyboardControl, XAutoRepeatOn, XAutoRepeatOff, XBell, XQueryKeymap ] |
| XAutoRepeatOn | manipulate keyboard
settings | [ XChangeKeyboardControl, XGetKeyboardControl, XAutoRepeatOn, XAutoRepeatOff, XBell, XQueryKeymap ] |
| XBell | manipulate keyboard
settings | [ XChangeKeyboardControl, XGetKeyboardControl, XAutoRepeatOn, XAutoRepeatOff, XBell, XQueryKeymap ] |
| XChangeActivePointerGrab | grab the pointer | [ XGrabPointer, XUngrabPointer, XChangeActivePointerGrab ] |
| XChangeGC | create or free graphics contexts | [ XCreateGC, XCopyGC, XChangeGC, XFreeGC, XGContextFromGC ] |
| XChangeKeyboardControl | manipulate keyboard
settings | [ XChangeKeyboardControl, XGetKeyboardControl, XAutoRepeatOn, XAutoRepeatOff, XBell, XQueryKeymap ] |
| XChangeKeyboardMapping | manipulate
keyboard encoding | [ XChangeKeyboardMapping, XGetKeyboardMapping, XDisplayKeycodes, XSetModifierMapping, XGetModifierMapping, XNewModifiermap, XInsertModifiermapEntry, XDeleteModifiermapEntry, XFreeModifierMap ] |
| XChangePointerControl | control pointer | [ XChangePointerControl, XGetPointerControl ] |
| XChangeProperty | obtain and change
window properties | [ XGetWindowProperty, XListProperties, XChangeProperty, XRotateWindowProperties, XDeleteProperty ] |
| XChangeSaveSet | change a
client's save set | [ XChangeSaveSet, XAddToSaveSet, XRemoveFromSaveSet ] |
| XChangeWindowAttributes | change window attributes | [ XChangeWindowAttributes, XSetWindowBackground, XSetWindowBackgroundPixmap, XSetWindowBorder, XSetWindowBorderPixmap ] |
| XCheckIfEvent | check the event
queue with a predicate procedure | [ XIfEvent, XCheckIfEvent, XPeekIfEvent ] |
| XCheckMaskEvent | select events by type | [ XNextEvent, XPeekEvent, XWindowEvent, XCheckWindowEvent, XMaskEvent, XCheckMaskEvent, XCheckTypedEvent, XCheckTypedWindowEvent ] |
| XCheckTypedEvent | select events by type | [ XNextEvent, XPeekEvent, XWindowEvent, XCheckWindowEvent, XMaskEvent, XCheckMaskEvent, XCheckTypedEvent, XCheckTypedWindowEvent ] |
| XCheckTypedWindowEvent | select events by type | [ XNextEvent, XPeekEvent, XWindowEvent, XCheckWindowEvent, XMaskEvent, XCheckMaskEvent, XCheckTypedEvent, XCheckTypedWindowEvent ] |
| XCheckWindowEvent | select events by type | [ XNextEvent, XPeekEvent, XWindowEvent, XCheckWindowEvent, XMaskEvent, XCheckMaskEvent, XCheckTypedEvent, XCheckTypedWindowEvent ] |
| XCirculateSubwindows | change window stacking order | [ XRaiseWindow, XLowerWindow, XCirculateSubwindows, XCirculateSubwindowsUp, XCirculateSubwindowsDown, XRestackWindows ] |
| XCirculateSubwindowsDown | change window stacking order | [ XRaiseWindow, XLowerWindow, XCirculateSubwindows, XCirculateSubwindowsUp, XCirculateSubwindowsDown, XRestackWindows ] |
| XCirculateSubwindowsUp | change window stacking order | [ XRaiseWindow, XLowerWindow, XCirculateSubwindows, XCirculateSubwindowsUp, XCirculateSubwindowsDown, XRestackWindows ] |
| XClearArea | clear area or window | [ XClearArea, XClearWindow ] |
| XClearWindow | clear area or window | [ XClearArea, XClearWindow ] |
| XClipBox | generate regions | [ XPolygonRegion, XClipBox ] |
| XCloseDisplay | connect or disconnect to X
server | [ XOpenDisplay, XCloseDisplay ] |
| XConfigureWindow | configure windows | [ XConfigureWindow, XMoveWindow, XResizeWindow, XMoveResizeWindow, XSetWindowBorderWidth ] |
| XConvertSelection | manipulate window selection | [ XSetSelectionOwner, XGetSelectionOwner, XConvertSelection ] |
| XCopyArea | copy areas | [ XCopyArea, XCopyPlane ] |
| XCopyColormapAndFree | create, copy, or destroy colormaps | [ XCreateColormap, XCopyColormapAndFree, XFreeColormap, XSetWindowColormap ] |
| XCopyGC | create or free graphics contexts | [ XCreateGC, XCopyGC, XChangeGC, XFreeGC, XGContextFromGC ] |
| XCopyPlane | copy areas | [ XCopyArea, XCopyPlane ] |
| XCreateBitmapFromData | manipulate bitmaps | [ XReadBitmapFile, XWriteBitmapFile, XCreatePixmapFromBitmapData, XCreateBitmapFromData ] |
| XCreateColormap | create, copy, or destroy colormaps | [ XCreateColormap, XCopyColormapAndFree, XFreeColormap, XSetWindowColormap ] |
| XCreateFontCursor | create cursors | [ XCreateFontCursor, XCreatePixmapCursor, XCreateGlyphCursor ] |
| XCreateGC | create or free graphics contexts | [ XCreateGC, XCopyGC, XChangeGC, XFreeGC, XGContextFromGC ] |
| XCreateGlyphCursor | create cursors | [ XCreateFontCursor, XCreatePixmapCursor, XCreateGlyphCursor ] |
| XCreateImage | image utilities | [ XCreateImage, XGetPixel, XPutPixel, XSubImage, XAddPixel, XDestroyImage ] |
| XCreatePixmap | create or destroy pixmaps | [ XCreatePixmap, XFreePixmap ] |
| XCreatePixmapCursor | create cursors | [ XCreateFontCursor, XCreatePixmapCursor, XCreateGlyphCursor ] |
| XCreatePixmapFromBitmapData | manipulate bitmaps | [ XReadBitmapFile, XWriteBitmapFile, XCreatePixmapFromBitmapData, XCreateBitmapFromData ] |
| XCreateRegion | create or
destroy regions | [ XCreateRegion, XSetRegion, XDestroyRegion ] |
| XCreateSimpleWindow | create windows | [ XCreateWindow, XCreateSimpleWindow ] |
| XCreateWindow | create windows | [ XCreateWindow, XCreateSimpleWindow ] |
| XDefineCursor | define cursors | [ XDefineCursor, XUndefineCursor ] |
| XDeleteContext | associative look-up routines | [ XSaveContext, XFindContext, XDeleteContext, XUniqueContext ] |
| XDeleteModifiermapEntry | manipulate
keyboard encoding | [ XChangeKeyboardMapping, XGetKeyboardMapping, XDisplayKeycodes, XSetModifierMapping, XGetModifierMapping, XNewModifiermap, XInsertModifiermapEntry, XDeleteModifiermapEntry, XFreeModifierMap ] |
| XDeleteProperty | obtain and change
window properties | [ XGetWindowProperty, XListProperties, XChangeProperty, XRotateWindowProperties, XDeleteProperty ] |
| XDestroyImage | image utilities | [ XCreateImage, XGetPixel, XPutPixel, XSubImage, XAddPixel, XDestroyImage ] |
| XDestroyRegion | create or
destroy regions | [ XCreateRegion, XSetRegion, XDestroyRegion ] |
| XDestroySubwindows | destroy windows | [ XDestroyWindow, XDestroySubwindows ] |
| XDestroyWindow | destroy windows | [ XDestroyWindow, XDestroySubwindows ] |
| XDisableAccessContro | control host access | [ XAddHost, XAddHosts, XListHosts, XRemoveHost, XRemoveHosts, XSetAccessControl, XEnableAccessControl, XDisableAccessContro ] |
| XDisplayKeycodes | manipulate
keyboard encoding | [ XChangeKeyboardMapping, XGetKeyboardMapping, XDisplayKeycodes, XSetModifierMapping, XGetModifierMapping, XNewModifiermap, XInsertModifiermapEntry, XDeleteModifiermapEntry, XFreeModifierMap ] |
| XDisplayMotionBufferSize | send events | [ XSendEvent, XDisplayMotionBufferSize, XGetMotionEvents ] |
| XDisplayName | default error
handlers | [ XSetErrorHandler, XGetErrorText, XDisplayName, XSetIOErrorHandler, XGetErrorDatabaseText ] |
| XDrawArc | draw arcs | [ XDrawArc, XDrawArcs ] |
| XDrawArcs | draw arcs | [ XDrawArc, XDrawArcs ] |
| XDrawImageString | draw image text | [ XDrawImageString, XDrawImageString16 ] |
| XDrawImageString16 | draw image text | [ XDrawImageString, XDrawImageString16 ] |
| XDrawLine | draw lines and
polygons | [ XDrawLine, XDrawLines, XDrawSegments ] |
| XDrawLines | draw lines and
polygons | [ XDrawLine, XDrawLines, XDrawSegments ] |
| XDrawPoint | draw points | [ XDrawPoint, XDrawPoints ] |
| XDrawPoints | draw points | [ XDrawPoint, XDrawPoints ] |
| XDrawRectangle | draw rectangles | [ XDrawRectangle, XDrawRectangles ] |
| XDrawRectangles | draw rectangles | [ XDrawRectangle, XDrawRectangles ] |
| XDrawSegments | draw lines and
polygons | [ XDrawLine, XDrawLines, XDrawSegments ] |
| XDrawString | draw text characters | [ XDrawString, XDrawString16 ] |
| XDrawString16 | draw text characters | [ XDrawString, XDrawString16 ] |
| XDrawText | draw polytext text | [ XDrawText, XDrawText16 ] |
| XDrawText16 | draw polytext text | [ XDrawText, XDrawText16 ] |
| XEmptyRegion | determine if regions are empty or equal | [ XEmptyRegion, XEqualRegion, XPointInRegion, XRectInRegion ] |
| XEnableAccessControl | control host access | [ XAddHost, XAddHosts, XListHosts, XRemoveHost, XRemoveHosts, XSetAccessControl, XEnableAccessControl, XDisableAccessContro ] |
| XEqualRegion | determine if regions are empty or equal | [ XEmptyRegion, XEqualRegion, XPointInRegion, XRectInRegion ] |
| XEventsQueued | handle output
buffer or event queue | [ XFlush, XSync, XEventsQueued, XPending ] |
| XFetchBuffer | manipulate cut and paste buffers | [ XStoreBytes, XStoreBuffer, XFetchBytes, XFetchBuffer, XRotateBuffers ] |
| XFetchBytes | manipulate cut and paste buffers | [ XStoreBytes, XStoreBuffer, XFetchBytes, XFetchBuffer, XRotateBuffers ] |
| XFetchName | set or get window names | [ XStoreName, XFetchName ] |
| XFillArc | fill rectangles, polygons, or arcs | [ XFillRectangle, XFillRectangles, XFillPolygon, XFillArc, XFillArcs ] |
| XFillArcs | fill rectangles, polygons, or arcs | [ XFillRectangle, XFillRectangles, XFillPolygon, XFillArc, XFillArcs ] |
| XFillPolygon | fill rectangles, polygons, or arcs | [ XFillRectangle, XFillRectangles, XFillPolygon, XFillArc, XFillArcs ] |
| XFillRectangle | fill rectangles, polygons, or arcs | [ XFillRectangle, XFillRectangles, XFillPolygon, XFillArc, XFillArcs ] |
| XFillRectangles | fill rectangles, polygons, or arcs | [ XFillRectangle, XFillRectangles, XFillPolygon, XFillArc, XFillArcs ] |
| XFindContext | associative look-up routines | [ XSaveContext, XFindContext, XDeleteContext, XUniqueContext ] |
| XFlush | handle output
buffer or event queue | [ XFlush, XSync, XEventsQueued, XPending ] |
| XForceScreenSaver | manipulate the screen
saver | [ XSetScreenSaver, XForceScreenSaver, XActivateScreenSaver, XResetScreenSaver, XGetScreenSaver ] |
| XFree | free client data | [ XFree, XNoOp ] |
| XFreeColormap | create, copy, or destroy colormaps | [ XCreateColormap, XCopyColormapAndFree, XFreeColormap, XSetWindowColormap ] |
| XFreeColors | allocate and free colors | [ XAllocColor, XAllocNamedColor, XAllocColorCells, XAllocColorPlanes, XFreeColors ] |
| XFreeCursor | manipulate
cursors | [ XRecolorCursor, XFreeCursor, XQueryBestCursor ] |
| XFreeFont | load or unload fonts | [ XLoadFont, XQueryFont, XLoadQueryFont, XFreeFont, XGetFontProperty, XUnloadFont ] |
| XFreeFontInfo | obtain or free font names and information | [ XListFonts, XFreeFontNames, XListFontsWithInfo, XFreeFontInfo ] |
| XFreeFontNames | obtain or free font names and information | [ XListFonts, XFreeFontNames, XListFontsWithInfo, XFreeFontInfo ] |
| XFreeFontPath | set, get, or
free the font search path | [ XSetFontPath, XGetFontPath, XFreeFontPath ] |
| XFreeGC | create or free graphics contexts | [ XCreateGC, XCopyGC, XChangeGC, XFreeGC, XGContextFromGC ] |
| XFreeModifierMap | manipulate
keyboard encoding | [ XChangeKeyboardMapping, XGetKeyboardMapping, XDisplayKeycodes, XSetModifierMapping, XGetModifierMapping, XNewModifiermap, XInsertModifiermapEntry, XDeleteModifiermapEntry, XFreeModifierMap ] |
| XFreePixmap | create or destroy pixmaps | [ XCreatePixmap, XFreePixmap ] |
| XGContextFromGC | create or free graphics contexts | [ XCreateGC, XCopyGC, XChangeGC, XFreeGC, XGContextFromGC ] |
| XGeometry | parse window
geometry and color | [ XParseGeometry, XGeometry, XParseColor ] |
| XGetAtomName | create or return atom names | [ XInternAtom, XGetAtomName ] |
| XGetClassHint | set or get class hint | [ XSetClassHint, XGetClassHint ] |
| XGetDefault | get X program defaults | [ XGetDefault, XResourceManagerString ] |
| XGetErrorDatabaseText | default error
handlers | [ XSetErrorHandler, XGetErrorText, XDisplayName, XSetIOErrorHandler, XGetErrorDatabaseText ] |
| XGetErrorText | default error
handlers | [ XSetErrorHandler, XGetErrorText, XDisplayName, XSetIOErrorHandler, XGetErrorDatabaseText ] |
| XGetFontProperty | load or unload fonts | [ XLoadFont, XQueryFont, XLoadQueryFont, XFreeFont, XGetFontProperty, XUnloadFont ] |
| XGetGeometry | get current window
attribute or geometry | [ XGetWindowAttributes, XGetGeometry ] |
| XGetIconName | set or get icon names | [ XSetIconName, XGetIconName ] |
| XGetIconSizes | set or get icon size hints | [ XSetIconSizes, XGetIconSizes ] |
| XGetImage | transfer images | [ XPutImage, XGetImage, XGetSubImage ] |
| XGetInputFocus | control input focus | [ XSetInputFocus, XGetInputFocus ] |
| XGetKeyboardControl | manipulate keyboard
settings | [ XChangeKeyboardControl, XGetKeyboardControl, XAutoRepeatOn, XAutoRepeatOff, XBell, XQueryKeymap ] |
| XGetKeyboardMapping | manipulate
keyboard encoding | [ XChangeKeyboardMapping, XGetKeyboardMapping, XDisplayKeycodes, XSetModifierMapping, XGetModifierMapping, XNewModifiermap, XInsertModifiermapEntry, XDeleteModifiermapEntry, XFreeModifierMap ] |
| XGetModifierMapping | manipulate
keyboard encoding | [ XChangeKeyboardMapping, XGetKeyboardMapping, XDisplayKeycodes, XSetModifierMapping, XGetModifierMapping, XNewModifiermap, XInsertModifiermapEntry, XDeleteModifiermapEntry, XFreeModifierMap ] |
| XGetMotionEvents | send events | [ XSendEvent, XDisplayMotionBufferSize, XGetMotionEvents ] |
| XGetNormalHints | set or get normal state
hints | [ XSetNormalHints, XGetNormalHints ] |
| XGetPixel | image utilities | [ XCreateImage, XGetPixel, XPutPixel, XSubImage, XAddPixel, XDestroyImage ] |
| XGetPointerControl | control pointer | [ XChangePointerControl, XGetPointerControl ] |
| XGetPointerMapping | manipulate pointer
settings | [ XSetPointerMapping, XGetPointerMapping ] |
| XGetScreenSaver | manipulate the screen
saver | [ XSetScreenSaver, XForceScreenSaver, XActivateScreenSaver, XResetScreenSaver, XGetScreenSaver ] |
| XGetSelectionOwner | manipulate window selection | [ XSetSelectionOwner, XGetSelectionOwner, XConvertSelection ] |
| XGetSizeHints | set or get window size hints | [ XSetSizeHints, XGetSizeHints ] |
| XGetStandardColormap | set or get
standard colormaps | [ XSetStandardColormap, XGetStandardColormap ] |
| XGetSubImage | transfer images | [ XPutImage, XGetImage, XGetSubImage ] |
| XGetTransientForHint | set or get
transient for hint | [ XSetTransientForHint, XGetTransientForHint ] |
| XGetVisualInfo | obtain visual information | [ XGetVisualInfo, XMatchVisualInfo, XVisualIDFromVisual ] |
| XGetWMHints | set or get window manager hints | [ XSetWMHints, XGetWMHints ] |
| XGetWindowAttribute | get current window
attribute or geometry | [ XGetWindowAttributes, XGetGeometry ] |
| XGetWindowAttributes | get current window
attribute or geometry | [ XGetWindowAttributes, XGetGeometry ] |
| XGetWindowProperty | obtain and change
window properties | [ XGetWindowProperty, XListProperties, XChangeProperty, XRotateWindowProperties, XDeleteProperty ] |
| XGetZoomHints | set or get zoom state hints | [ XSetZoomHints, XGetZoomHints ] |
| XGrabButton | grab pointer buttons | [ XGrabButton, XUngrabButton ] |
| XGrabKey | grab keyboard keys | [ XGrabKey, XUngrabKey ] |
| XGrabKeyboard | grab the keyboard | [ XGrabKeyboard, XUngrabKeyboard ] |
| XGrabPointer | grab the pointer | [ XGrabPointer, XUngrabPointer, XChangeActivePointerGrab ] |
| XGrabServer | grab the server | [ XGrabServer, XUngrabServer ] |
| XIfEvent | check the event
queue with a predicate procedure | [ XIfEvent, XCheckIfEvent, XPeekIfEvent ] |
| XInsertModifiermapEntry | manipulate
keyboard encoding | [ XChangeKeyboardMapping, XGetKeyboardMapping, XDisplayKeycodes, XSetModifierMapping, XGetModifierMapping, XNewModifiermap, XInsertModifiermapEntry, XDeleteModifiermapEntry, XFreeModifierMap ] |
| XInstallColormap | control colormaps | [ XInstallColormap, XUninstallColormap, XListInstalledColormaps ] |
| XInternAtom | create or return atom names | [ XInternAtom, XGetAtomName ] |
| XIntersectRegion | region arthmetic | [ XIntersectRegion, XUnionRegion, XUnionRectWithRegion, XSubtractRegion, XXorRegion, XOffsetRegion, XShrinkRegion ] |
| XKeycodeToKeysym | convert keysyms | [ XStringToKeysym, XKeysymToString, XKeycodeToKeysym, XKeysymToKeycode ] |
| XKeysymToKeycode | convert keysyms | [ XStringToKeysym, XKeysymToString, XKeycodeToKeysym, XKeysymToKeycode ] |
| XKeysymToString | convert keysyms | [ XStringToKeysym, XKeysymToString, XKeycodeToKeysym, XKeysymToKeycode ] |
| XKillClient | control clients | [ XSetCloseDownMode, XKillClient ] |
| XListFonts | obtain or free font names and information | [ XListFonts, XFreeFontNames, XListFontsWithInfo, XFreeFontInfo ] |
| XListFontsWithInfo | obtain or free font names and information | [ XListFonts, XFreeFontNames, XListFontsWithInfo, XFreeFontInfo ] |
| XListHosts | control host access | [ XAddHost, XAddHosts, XListHosts, XRemoveHost, XRemoveHosts, XSetAccessControl, XEnableAccessControl, XDisableAccessContro ] |
| XListInstalledColormaps | control colormaps | [ XInstallColormap, XUninstallColormap, XListInstalledColormaps ] |
| XListProperties | obtain and change
window properties | [ XGetWindowProperty, XListProperties, XChangeProperty, XRotateWindowProperties, XDeleteProperty ] |
| XLoadFont | load or unload fonts | [ XLoadFont, XQueryFont, XLoadQueryFont, XFreeFont, XGetFontProperty, XUnloadFont ] |
| XLoadQueryFont | load or unload fonts | [ XLoadFont, XQueryFont, XLoadQueryFont, XFreeFont, XGetFontProperty, XUnloadFont ] |
| XLookupColor | obtain color
values | [ XQueryColor, XQueryColors, XLookupColor ] |
| XLookupKeysym | handle keyboard input events | [ XLookupKeysym, XRefreshKeyboardMapping, XLookupString, XRebindKeySym ] |
| XLookupString | handle keyboard input events | [ XLookupKeysym, XRefreshKeyboardMapping, XLookupString, XRebindKeySym ] |
| XLowerWindow | change window stacking order | [ XRaiseWindow, XLowerWindow, XCirculateSubwindows, XCirculateSubwindowsUp, XCirculateSubwindowsDown, XRestackWindows ] |
| XMapRaised | map windows | [ XMapWindow, XMapRaised, XMapSubwindows ] |
| XMapSubwindows | map windows | [ XMapWindow, XMapRaised, XMapSubwindows ] |
| XMapWindow | map windows | [ XMapWindow, XMapRaised, XMapSubwindows ] |
| XMaskEvent | select events by type | [ XNextEvent, XPeekEvent, XWindowEvent, XCheckWindowEvent, XMaskEvent, XCheckMaskEvent, XCheckTypedEvent, XCheckTypedWindowEvent ] |
| XMatchVisualInfo | obtain visual information | [ XGetVisualInfo, XMatchVisualInfo, XVisualIDFromVisual ] |
| XMoveResizeWindow | configure windows | [ XConfigureWindow, XMoveWindow, XResizeWindow, XMoveResizeWindow, XSetWindowBorderWidth ] |
| XMoveWindow | configure windows | [ XConfigureWindow, XMoveWindow, XResizeWindow, XMoveResizeWindow, XSetWindowBorderWidth ] |
| XNewModifiermap | manipulate
keyboard encoding | [ XChangeKeyboardMapping, XGetKeyboardMapping, XDisplayKeycodes, XSetModifierMapping, XGetModifierMapping, XNewModifiermap, XInsertModifiermapEntry, XDeleteModifiermapEntry, XFreeModifierMap ] |
| XNextEvent | select events by type | [ XNextEvent, XPeekEvent, XWindowEvent, XCheckWindowEvent, XMaskEvent, XCheckMaskEvent, XCheckTypedEvent, XCheckTypedWindowEvent ] |
| XNoOp | free client data | [ XFree, XNoOp ] |
| XOffsetRegion | region arthmetic | [ XIntersectRegion, XUnionRegion, XUnionRectWithRegion, XSubtractRegion, XXorRegion, XOffsetRegion, XShrinkRegion ] |
| XOpenDisplay | connect or disconnect to X
server | [ XOpenDisplay, XCloseDisplay ] |
| XParseColor | parse window
geometry and color | [ XParseGeometry, XGeometry, XParseColor ] |
| XParseGeometry | parse window
geometry and color | [ XParseGeometry, XGeometry, XParseColor ] |
| XPeekEvent | select events by type | [ XNextEvent, XPeekEvent, XWindowEvent, XCheckWindowEvent, XMaskEvent, XCheckMaskEvent, XCheckTypedEvent, XCheckTypedWindowEvent ] |
| XPeekIfEvent | check the event
queue with a predicate procedure | [ XIfEvent, XCheckIfEvent, XPeekIfEvent ] |
| XPending | handle output
buffer or event queue | [ XFlush, XSync, XEventsQueued, XPending ] |
| XPointInRegion | determine if regions are empty or equal | [ XEmptyRegion, XEqualRegion, XPointInRegion, XRectInRegion ] |
| XPolygonRegion | generate regions | [ XPolygonRegion, XClipBox ] |
| XPutBackEvent | put events back on the queue | |
| XPutImage | transfer images | [ XPutImage, XGetImage, XGetSubImage ] |
| XPutPixel | image utilities | [ XCreateImage, XGetPixel, XPutPixel, XSubImage, XAddPixel, XDestroyImage ] |
| XQueryBestCursor | manipulate
cursors | [ XRecolorCursor, XFreeCursor, XQueryBestCursor ] |
| XQueryBestSize | determine efficient sizes | [ XQueryBestSize, XQueryBestTile, XQueryBestStipple ] |
| XQueryBestStipple | determine efficient sizes | [ XQueryBestSize, XQueryBestTile, XQueryBestStipple ] |
| XQueryBestTile | determine efficient sizes | [ XQueryBestSize, XQueryBestTile, XQueryBestStipple ] |
| XQueryColor | obtain color
values | [ XQueryColor, XQueryColors, XLookupColor ] |
| XQueryColors | obtain color
values | [ XQueryColor, XQueryColors, XLookupColor ] |
| XQueryFont | load or unload fonts | [ XLoadFont, XQueryFont, XLoadQueryFont, XFreeFont, XGetFontProperty, XUnloadFont ] |
| XQueryKeymap | manipulate keyboard
settings | [ XChangeKeyboardControl, XGetKeyboardControl, XAutoRepeatOn, XAutoRepeatOff, XBell, XQueryKeymap ] |
| XQueryPointer | get pointer coordinates | |
| XQueryTextExtents | compute or query text extents | [ XTextExtents, XTextExtents16, XQueryTextExtents, XQueryTextExtents16 ] |
| XQueryTextExtents16 | compute or query text extents | [ XTextExtents, XTextExtents16, XQueryTextExtents, XQueryTextExtents16 ] |
| XQueryTree | query window tree information | |
| XRaiseWindow | change window stacking order | [ XRaiseWindow, XLowerWindow, XCirculateSubwindows, XCirculateSubwindowsUp, XCirculateSubwindowsDown, XRestackWindows ] |
| XReadBitmapFile | manipulate bitmaps | [ XReadBitmapFile, XWriteBitmapFile, XCreatePixmapFromBitmapData, XCreateBitmapFromData ] |
| XRebindKeySym | handle keyboard input events | [ XLookupKeysym, XRefreshKeyboardMapping, XLookupString, XRebindKeySym ] |
| XRecolorCursor | manipulate
cursors | [ XRecolorCursor, XFreeCursor, XQueryBestCursor ] |
| XRectInRegion | determine if regions are empty or equal | [ XEmptyRegion, XEqualRegion, XPointInRegion, XRectInRegion ] |
| XRefreshKeyboardMapping | handle keyboard input events | [ XLookupKeysym, XRefreshKeyboardMapping, XLookupString, XRebindKeySym ] |
| XRemoveFromSaveSet | change a
client's save set | [ XChangeSaveSet, XAddToSaveSet, XRemoveFromSaveSet ] |
| XRemoveHost | control host access | [ XAddHost, XAddHosts, XListHosts, XRemoveHost, XRemoveHosts, XSetAccessControl, XEnableAccessControl, XDisableAccessContro ] |
| XRemoveHosts | control host access | [ XAddHost, XAddHosts, XListHosts, XRemoveHost, XRemoveHosts, XSetAccessControl, XEnableAccessControl, XDisableAccessContro ] |
| XReparentWindow | reparent windows | |
| XResetScreenSaver | manipulate the screen
saver | [ XSetScreenSaver, XForceScreenSaver, XActivateScreenSaver, XResetScreenSaver, XGetScreenSaver ] |
| XResizeWindow | configure windows | [ XConfigureWindow, XMoveWindow, XResizeWindow, XMoveResizeWindow, XSetWindowBorderWidth ] |
| XResourceManagerString | get X program defaults | [ XGetDefault, XResourceManagerString ] |
| XRestackWindows | change window stacking order | [ XRaiseWindow, XLowerWindow, XCirculateSubwindows, XCirculateSubwindowsUp, XCirculateSubwindowsDown, XRestackWindows ] |
| XRotateBuffers | manipulate cut and paste buffers | [ XStoreBytes, XStoreBuffer, XFetchBytes, XFetchBuffer, XRotateBuffers ] |
| XRotateWindowProperties | obtain and change
window properties | [ XGetWindowProperty, XListProperties, XChangeProperty, XRotateWindowProperties, XDeleteProperty ] |
| XSaveContext | associative look-up routines | [ XSaveContext, XFindContext, XDeleteContext, XUniqueContext ] |
| XSelectInput | select input events | |
| XSendEvent | send events | [ XSendEvent, XDisplayMotionBufferSize, XGetMotionEvents ] |
| XSetAccessControl | control host access | [ XAddHost, XAddHosts, XListHosts, XRemoveHost, XRemoveHosts, XSetAccessControl, XEnableAccessControl, XDisableAccessContro ] |
| XSetAfterFunction | enable or disable
synchronization | [ XSynchronize, XSetAfterFunction ] |
| XSetArcMode | GC
convience routines | [ XSetArcMode, XSetSubwindowMode, XSetGraphicsExposure ] |
| XSetBackground | GC convience routines | [ XSetState, XSetFunction, XSetPlanemask, XSetForeground, XSetBackground ] |
| XSetClassHint | set or get class hint | [ XSetClassHint, XGetClassHint ] |
| XSetClipMask | GC
convience routines | [ XSetClipOrigin, XSetClipMask, XSetClipRectangles ] |
| XSetClipOrigin | GC
convience routines | [ XSetClipOrigin, XSetClipMask, XSetClipRectangles ] |
| XSetClipRectangles | GC
convience routines | [ XSetClipOrigin, XSetClipMask, XSetClipRectangles ] |
| XSetCloseDownMode | control clients | [ XSetCloseDownMode, XKillClient ] |
| XSetCommand | set command atom | |
| XSetDashes | GC convience routines | [ XSetLineAttribute, XSetDashes ] |
| XSetErrorHandler | default error
handlers | [ XSetErrorHandler, XGetErrorText, XDisplayName, XSetIOErrorHandler, XGetErrorDatabaseText ] |
| XSetFillRule | GC convience routines | [ XSetFillStyle, XSetFillRule ] |
| XSetFillStyle | GC convience routines | [ XSetFillStyle, XSetFillRule ] |
| XSetFont | GC convience routines | |
| XSetFontPath | set, get, or
free the font search path | [ XSetFontPath, XGetFontPath, XFreeFontPath ] |
| XSetForeground | GC convience routines | [ XSetState, XSetFunction, XSetPlanemask, XSetForeground, XSetBackground ] |
| XSetFunction | GC convience routines | [ XSetState, XSetFunction, XSetPlanemask, XSetForeground, XSetBackground ] |
| XSetGraphicsExposure | GC
convience routines | [ XSetArcMode, XSetSubwindowMode, XSetGraphicsExposure ] |
| XSetIOErrorHandler | default error
handlers | [ XSetErrorHandler, XGetErrorText, XDisplayName, XSetIOErrorHandler, XGetErrorDatabaseText ] |
| XSetIconName | set or get icon names | [ XSetIconName, XGetIconName ] |
| XSetIconSizes | set or get icon size hints | [ XSetIconSizes, XGetIconSizes ] |
| XSetInputFocus | control input focus | [ XSetInputFocus, XGetInputFocus ] |
| XSetLineAttribute | GC convience routines | [ XSetLineAttribute, XSetDashes ] |
| XSetModifierMapping | manipulate
keyboard encoding | [ XChangeKeyboardMapping, XGetKeyboardMapping, XDisplayKeycodes, XSetModifierMapping, XGetModifierMapping, XNewModifiermap, XInsertModifiermapEntry, XDeleteModifiermapEntry, XFreeModifierMap ] |
| XSetNormalHints | set or get normal state
hints | [ XSetNormalHints, XGetNormalHints ] |
| XSetPlanemask | GC convience routines | [ XSetState, XSetFunction, XSetPlanemask, XSetForeground, XSetBackground ] |
| XSetPointerMapping | manipulate pointer
settings | [ XSetPointerMapping, XGetPointerMapping ] |
| XSetRegion | create or
destroy regions | [ XCreateRegion, XSetRegion, XDestroyRegion ] |
| XSetScreenSaver | manipulate the screen
saver | [ XSetScreenSaver, XForceScreenSaver, XActivateScreenSaver, XResetScreenSaver, XGetScreenSaver ] |
| XSetSelectionOwner | manipulate window selection | [ XSetSelectionOwner, XGetSelectionOwner, XConvertSelection ] |
| XSetSizeHints | set or get window size hints | [ XSetSizeHints, XGetSizeHints ] |
| XSetStandardColormap | set or get
standard colormaps | [ XSetStandardColormap, XGetStandardColormap ] |
| XSetStandardProperties | set standard window manager
properties | |
| XSetState | GC convience routines | [ XSetState, XSetFunction, XSetPlanemask, XSetForeground, XSetBackground ] |
| XSetStipple | GC convience routines | [ XSetTile, XSetStipple, XSetTSOrigin ] |
| XSetSubwindowMode | GC
convience routines | [ XSetArcMode, XSetSubwindowMode, XSetGraphicsExposure ] |
| XSetTSOrigin | GC convience routines | [ XSetTile, XSetStipple, XSetTSOrigin ] |
| XSetTile | GC convience routines | [ XSetTile, XSetStipple, XSetTSOrigin ] |
| XSetTransientForHint | set or get
transient for hint | [ XSetTransientForHint, XGetTransientForHint ] |
| XSetWMHints | set or get window manager hints | [ XSetWMHints, XGetWMHints ] |
| XSetWindowBackground | change window attributes | [ XChangeWindowAttributes, XSetWindowBackground, XSetWindowBackgroundPixmap, XSetWindowBorder, XSetWindowBorderPixmap ] |
| XSetWindowBackgroundPixmap | change window attributes | [ XChangeWindowAttributes, XSetWindowBackground, XSetWindowBackgroundPixmap, XSetWindowBorder, XSetWindowBorderPixmap ] |
| XSetWindowBorder | change window attributes | [ XChangeWindowAttributes, XSetWindowBackground, XSetWindowBackgroundPixmap, XSetWindowBorder, XSetWindowBorderPixmap ] |
| XSetWindowBorderPixmap | change window attributes | [ XChangeWindowAttributes, XSetWindowBackground, XSetWindowBackgroundPixmap, XSetWindowBorder, XSetWindowBorderPixmap ] |
| XSetWindowBorderWidth | configure windows | [ XConfigureWindow, XMoveWindow, XResizeWindow, XMoveResizeWindow, XSetWindowBorderWidth ] |
| XSetWindowColormap | create, copy, or destroy colormaps | [ XCreateColormap, XCopyColormapAndFree, XFreeColormap, XSetWindowColormap ] |
| XSetZoomHints | set or get zoom state hints | [ XSetZoomHints, XGetZoomHints ] |
| XShrinkRegion | region arthmetic | [ XIntersectRegion, XUnionRegion, XUnionRectWithRegion, XSubtractRegion, XXorRegion, XOffsetRegion, XShrinkRegion ] |
| XStoreBuffer | manipulate cut and paste buffers | [ XStoreBytes, XStoreBuffer, XFetchBytes, XFetchBuffer, XRotateBuffers ] |
| XStoreBytes | manipulate cut and paste buffers | [ XStoreBytes, XStoreBuffer, XFetchBytes, XFetchBuffer, XRotateBuffers ] |
| XStoreColor | set colors | [ XStoreColors, XStoreColor, XStoreNamedColor ] |
| XStoreColors | set colors | [ XStoreColors, XStoreColor, XStoreNamedColor ] |
| XStoreName | set or get window names | [ XStoreName, XFetchName ] |
| XStoreNamedColor | set colors | [ XStoreColors, XStoreColor, XStoreNamedColor ] |
| XStringToKeysym | convert keysyms | [ XStringToKeysym, XKeysymToString, XKeycodeToKeysym, XKeysymToKeycode ] |
| XSubImage | image utilities | [ XCreateImage, XGetPixel, XPutPixel, XSubImage, XAddPixel, XDestroyImage ] |
| XSubtractRegion | region arthmetic | [ XIntersectRegion, XUnionRegion, XUnionRectWithRegion, XSubtractRegion, XXorRegion, XOffsetRegion, XShrinkRegion ] |
| XSync | handle output
buffer or event queue | [ XFlush, XSync, XEventsQueued, XPending ] |
| XSynchronize | enable or disable
synchronization | [ XSynchronize, XSetAfterFunction ] |
| XTextExtents | compute or query text extents | [ XTextExtents, XTextExtents16, XQueryTextExtents, XQueryTextExtents16 ] |
| XTextExtents16 | compute or query text extents | [ XTextExtents, XTextExtents16, XQueryTextExtents, XQueryTextExtents16 ] |
| XTextWidth | compute text width | [ XTextWidth, XTextWidth16 ] |
| XTextWidth16 | compute text width | [ XTextWidth, XTextWidth16 ] |
| XTranslateCoordinates | translate window coordinates | |
| XUndefineCursor | define cursors | [ XDefineCursor, XUndefineCursor ] |
| XUngrabButton | grab pointer buttons | [ XGrabButton, XUngrabButton ] |
| XUngrabKey | grab keyboard keys | [ XGrabKey, XUngrabKey ] |
| XUngrabKeyboard | grab the keyboard | [ XGrabKeyboard, XUngrabKeyboard ] |
| XUngrabPointer | grab the pointer | [ XGrabPointer, XUngrabPointer, XChangeActivePointerGrab ] |
| XUngrabServer | grab the server | [ XGrabServer, XUngrabServer ] |
| XUninstallColormap | control colormaps | [ XInstallColormap, XUninstallColormap, XListInstalledColormaps ] |
| XUnionRectWithRegion | region arthmetic | [ XIntersectRegion, XUnionRegion, XUnionRectWithRegion, XSubtractRegion, XXorRegion, XOffsetRegion, XShrinkRegion ] |
| XUnionRegion | region arthmetic | [ XIntersectRegion, XUnionRegion, XUnionRectWithRegion, XSubtractRegion, XXorRegion, XOffsetRegion, XShrinkRegion ] |
| XUniqueContext | associative look-up routines | [ XSaveContext, XFindContext, XDeleteContext, XUniqueContext ] |
| XUnloadFont | load or unload fonts | [ XLoadFont, XQueryFont, XLoadQueryFont, XFreeFont, XGetFontProperty, XUnloadFont ] |
| XUnmapSubwindows | unmap windows | [ XUnmapWindow, XUnmapSubwindows ] |
| XUnmapWindow | unmap windows | [ XUnmapWindow, XUnmapSubwindows ] |
| XVisualIDFromVisual | obtain visual information | [ XGetVisualInfo, XMatchVisualInfo, XVisualIDFromVisual ] |
| XWarpPointer | move pointer | |
| XWindowEvent | select events by type | [ XNextEvent, XPeekEvent, XWindowEvent, XCheckWindowEvent, XMaskEvent, XCheckMaskEvent, XCheckTypedEvent, XCheckTypedWindowEvent ] |
| XWriteBitmapFile | manipulate bitmaps | [ XReadBitmapFile, XWriteBitmapFile, XCreatePixmapFromBitmapData, XCreateBitmapFromData ] |
| XXorRegion | region arthmetic | [ XIntersectRegion, XUnionRegion, XUnionRectWithRegion, XSubtractRegion, XXorRegion, XOffsetRegion, XShrinkRegion ] |
| XrmGetFileDatabase | manipulate resource databases | [ XrmMergeDatabases, XrmGetFileDatabase, XrmPutFileDatabase, XrmGetStringDatabase ] |
| XrmGetResource | retrieve database resources and
search lists | [ XrmGetResource, XrmQGetResource, XrmQGetSearchList, XrmQGetSearchResource ] |
| XrmGetStringDatabase | manipulate resource databases | [ XrmMergeDatabases, XrmGetFileDatabase, XrmPutFileDatabase, XrmGetStringDatabase ] |
| XrmInitialize | initialize the Resource
Manager and parse the command line | [ XrmInitialize, XrmParseCommand ] |
| XrmMergeDatabases | manipulate resource databases | [ XrmMergeDatabases, XrmGetFileDatabase, XrmPutFileDatabase, XrmGetStringDatabase ] |
| XrmParseCommand | initialize the Resource
Manager and parse the command line | [ XrmInitialize, XrmParseCommand ] |
| XrmPutFileDatabase | manipulate resource databases | [ XrmMergeDatabases, XrmGetFileDatabase, XrmPutFileDatabase, XrmGetStringDatabase ] |
| XrmPutLineResource | store database
resources | [ XrmPutResource, XrmQPutResource, XrmPutStringResource, XrmQPutStringResource, XrmPutLineResource ] |
| XrmPutResource | store database
resources | [ XrmPutResource, XrmQPutResource, XrmPutStringResource, XrmQPutStringResource, XrmPutLineResource ] |
| XrmPutStringResource | store database
resources | [ XrmPutResource, XrmQPutResource, XrmPutStringResource, XrmQPutStringResource, XrmPutLineResource ] |
| XrmQGetResource | retrieve database resources and
search lists | [ XrmGetResource, XrmQGetResource, XrmQGetSearchList, XrmQGetSearchResource ] |
| XrmQGetSearchList | retrieve database resources and
search lists | [ XrmGetResource, XrmQGetResource, XrmQGetSearchList, XrmQGetSearchResource ] |
| XrmQGetSearchResource | retrieve database resources and
search lists | [ XrmGetResource, XrmQGetResource, XrmQGetSearchList, XrmQGetSearchResource ] |
| XrmQPutResource | store database
resources | [ XrmPutResource, XrmQPutResource, XrmPutStringResource, XrmQPutStringResource, XrmPutLineResource ] |
| XrmQPutStringResource | store database
resources | [ XrmPutResource, XrmQPutResource, XrmPutStringResource, XrmQPutStringResource, XrmPutLineResource ] |
| XrmQuarkToString | manipulate resource quarks | [ XrmUniqueQuark, XrmStringToQuark, XrmQuarkToString, XrmStringToQuarkList, XrmStringToBindingQuarkList ] |
| XrmStringToBindingQuarkList | manipulate resource quarks | [ XrmUniqueQuark, XrmStringToQuark, XrmQuarkToString, XrmStringToQuarkList, XrmStringToBindingQuarkList ] |
| XrmStringToQuark | manipulate resource quarks | [ XrmUniqueQuark, XrmStringToQuark, XrmQuarkToString, XrmStringToQuarkList, XrmStringToBindingQuarkList ] |
| XrmStringToQuarkList | manipulate resource quarks | [ XrmUniqueQuark, XrmStringToQuark, XrmQuarkToString, XrmStringToQuarkList, XrmStringToBindingQuarkList ] |
| XrmUniqueQuark | manipulate resource quarks | [ XrmUniqueQuark, XrmStringToQuark, XrmQuarkToString, XrmStringToQuarkList, XrmStringToBindingQuarkList ] |
| XtAddCallback | add and remove
callback procedures | [ XtAddCallback, XtAddCallbacks, XtRemoveCallback, XtRemoveCallbacks, XtRemoveAllCallbacks ] |
| XtAddCallbacks | add and remove
callback procedures | [ XtAddCallback, XtAddCallbacks, XtRemoveCallback, XtRemoveCallbacks, XtRemoveAllCallbacks ] |
| XtAddEventHandler | add and
remove event handlers | [ XtAddEventHandler, XtAddRawEventHandler, XtRemoveEventHandler, XtRemoveRawEventHandler ] |
| XtAddExposureToRegion | merge exposure events into a region | |
| XtAddGrab | redirect user input to a modal
widget | [ XtAddGrab, XtRemoveGrab ] |
| XtAddRawEventHandler | add and
remove event handlers | [ XtAddEventHandler, XtAddRawEventHandler, XtRemoveEventHandler, XtRemoveRawEventHandler ] |
| XtAppAddActions | register an action table | |
| XtAppAddConverter | register resource converter | |
| XtAppAddInput | register and remove an input
source | [ XtAppAddInput, XtRemoveInput ] |
| XtAppAddTimeOut | register and remove
timeouts | [ XtAppAddTimeOut, XtRemoveTimeOut ] |
| XtAppAddWorkProc | Add and remove
background processing procedures | [ XtAppAddWorkProc, XtRemoveWorkProc ] |
| XtAppCreateShell | create top-level widget instance | |
| XtAppError | low-level error handlers | [ XtAppError, XtAppSetErrorHandler, XtAppSetWarningHandler, XtAppWarning ] |
| XtAppErrorMsg | high-level
error handlers | [ XtAppErrorMsg, XtAppSetErrorMsgHandler, XtAppSetWarningMsgHandler, XtAppWarningMsg ] |
| XtAppGetErrorDatabase | obtain
error database | [ XtAppGetErrorDatabase, XtAppGetErrorDatabaseText ] |
| XtAppGetErrorDatabaseText | obtain
error database | [ XtAppGetErrorDatabase, XtAppGetErrorDatabaseText ] |
| XtAppGetSelectionTimeout | | [ XtAppGetSelectionTimeout, XtAppSetSelectionTimeout- set and
obtain selection timeout values ] |
| XtAppMainLoop | query
and process events and input | [ XtAppNextEvent, XtAppPending, XtAppPeekEvent, XtAppProcessEvent, XtDispatchEvent, XtAppMainLoop ] |
| XtAppNextEvent | query
and process events and input | [ XtAppNextEvent, XtAppPending, XtAppPeekEvent, XtAppProcessEvent, XtDispatchEvent, XtAppMainLoop ] |
| XtAppPeekEvent | query
and process events and input | [ XtAppNextEvent, XtAppPending, XtAppPeekEvent, XtAppProcessEvent, XtDispatchEvent, XtAppMainLoop ] |
| XtAppPending | query
and process events and input | [ XtAppNextEvent, XtAppPending, XtAppPeekEvent, XtAppProcessEvent, XtDispatchEvent, XtAppMainLoop ] |
| XtAppProcessEvent | query
and process events and input | [ XtAppNextEvent, XtAppPending, XtAppPeekEvent, XtAppProcessEvent, XtDispatchEvent, XtAppMainLoop ] |
| XtAppSetErrorHandler | low-level error handlers | [ XtAppError, XtAppSetErrorHandler, XtAppSetWarningHandler, XtAppWarning ] |
| XtAppSetErrorMsgHandler | high-level
error handlers | [ XtAppErrorMsg, XtAppSetErrorMsgHandler, XtAppSetWarningMsgHandler, XtAppWarningMsg ] |
| XtAppSetSelectionTimeout | | [ XtAppGetSelectionTimeout, XtAppSetSelectionTimeout- set and
obtain selection timeout values ] |
| XtAppSetWarningHandler | low-level error handlers | [ XtAppError, XtAppSetErrorHandler, XtAppSetWarningHandler, XtAppWarning ] |
| XtAppSetWarningMsgHandler | high-level
error handlers | [ XtAppErrorMsg, XtAppSetErrorMsgHandler, XtAppSetWarningMsgHandler, XtAppWarningMsg ] |
| XtAppWarning | low-level error handlers | [ XtAppError, XtAppSetErrorHandler, XtAppSetWarningHandler, XtAppWarning ] |
| XtAppWarningMsg | high-level
error handlers | [ XtAppErrorMsg, XtAppSetErrorMsgHandler, XtAppSetWarningMsgHandler, XtAppWarningMsg ] |
| XtAugmentTranslations | manage
translation tables | [ XtParseTranslationTable, XtAugmentTranslations, XtOverrideTranslations, XtUninstallTranslations ] |
| XtBuildEventMask | retrieve a widget's event mask | |
| XtCallAcceptFocus | calla widget's accept_focus procedure | |
| XtCallCallbacks | process callbacks | [ XtCallCallbacks, XtHasCallbacks ] |
| XtCallbackExclusive | map a pop-up | [ XtPopup, XtCallbackNone, XtCallbackNonexclusive, XtCallbackExclusive, MenuPopup ] |
| XtCallbackNone | map a pop-up | [ XtPopup, XtCallbackNone, XtCallbackNonexclusive, XtCallbackExclusive, MenuPopup ] |
| XtCallbackNonexclusive | map a pop-up | [ XtPopup, XtCallbackNone, XtCallbackNonexclusive, XtCallbackExclusive, MenuPopup ] |
| XtCallbackPopdown | unmap a pop-up | [ XtPopdown, XtCallbackPopdown, MenuPopdown ] |
| XtCalloc | memory management functions | [ XtMalloc, XtCalloc, XtRealloc, XtFree, XtNew, XtNewString ] |
| XtCheckSubclass | obtain and verify a widget's
class | [ XtClass, XtSuperClass, XtIsSubclass, XtCheckSubclass, XtIsComposite, XtIsManaged ] |
| XtClass | obtain and verify a widget's
class | [ XtClass, XtSuperClass, XtIsSubclass, XtCheckSubclass, XtIsComposite, XtIsManaged ] |
| XtCloseDisplay | initialize, open, or close a display | [ XtDisplayInitialize, XtOpenDisplay, XtDatabase, XtCloseDisplay ] |
| XtConfigureWidget | move and
resize widgets | [ XtConfigureWidget, XtMoveWidget, XtResizeWidget ] |
| XtConvert | invoke resource converters | [ XtConvert, XtDirectConvert ] |
| XtConvertCase | convert KeySym to
KeyCodes | [ XtSetKeyTranslator, XtTranslateKeycode, XtRegisterCaseConverter, XtConvertCase ] |
| XtCreateApplicationContext | create,
destroy, and obtain an application context | [ XtCreateApplicationContext, XtDestroyApplicationContext, XtWidgetToApplicationContext, XtToolkitInitialize ] |
| XtCreateManagedWidget | create and destroy widgets | [ XtCreateWidget, XtCreateManagedWidget, XtDestroyWidget ] |
| XtCreatePopupShell | | |
| XtCreateWidget | create and destroy widgets | [ XtCreateWidget, XtCreateManagedWidget, XtDestroyWidget ] |
| XtCreateWindow | window creation convenience function | |
| XtDatabase | initialize, open, or close a display | [ XtDisplayInitialize, XtOpenDisplay, XtDatabase, XtCloseDisplay ] |
| XtDestroyApplicationContext | create,
destroy, and obtain an application context | [ XtCreateApplicationContext, XtDestroyApplicationContext, XtWidgetToApplicationContext, XtToolkitInitialize ] |
| XtDestroyWidget | create and destroy widgets | [ XtCreateWidget, XtCreateManagedWidget, XtDestroyWidget ] |
| XtDirectConvert | invoke resource converters | [ XtConvert, XtDirectConvert ] |
| XtDisownSelection | set selection owner | [ XtOwnSelection, XtDisownSelection ] |
| XtDispatchEvent | query
and process events and input | [ XtAppNextEvent, XtAppPending, XtAppPeekEvent, XtAppProcessEvent, XtDispatchEvent, XtAppMainLoop ] |
| XtDisplay | obtain window
information about a widget | [ XtDisplay, XtParent, XtScreen, XtWindow ] |
| XtDisplayInitialize | initialize, open, or close a display | [ XtDisplayInitialize, XtOpenDisplay, XtDatabase, XtCloseDisplay ] |
| XtFree | memory management functions | [ XtMalloc, XtCalloc, XtRealloc, XtFree, XtNew, XtNewString ] |
| XtGetApplicationResources | obtain
subresources or application resources | [ XtGetSubresources, XtGetApplicationResources ] |
| XtGetGC | obtain and destroy a sharable GC | [ XtGetGC, XtReleaseGC ] |
| XtGetResourceList | obtain resource list | |
| XtGetSelectionValue | obtain selection
values | [ XtGetSelectionValue, XtGetSelectionValues ] |
| XtGetSelectionValues | obtain selection
values | [ XtGetSelectionValue, XtGetSelectionValues ] |
| XtGetSubresources | obtain
subresources or application resources | [ XtGetSubresources, XtGetApplicationResources ] |
| XtGetSubvalues | obtain and set widget resources | [ XtSetValues, XtSetSubvalues, XtGetValues, XtGetSubvalues ] |
| XtGetValues | obtain and set widget resources | [ XtSetValues, XtSetSubvalues, XtGetValues, XtGetSubvalues ] |
| XtHasCallbacks | process callbacks | [ XtCallCallbacks, XtHasCallbacks ] |
| XtInstallAccelerators | managing accelerator tables | [ XtParseAcceleratorTable, XtInstallAccelerators, XtInstallAllAccelerators ] |
| XtInstallAllAccelerators | managing accelerator tables | [ XtParseAcceleratorTable, XtInstallAccelerators, XtInstallAllAccelerators ] |
| XtIsComposite | obtain and verify a widget's
class | [ XtClass, XtSuperClass, XtIsSubclass, XtCheckSubclass, XtIsComposite, XtIsManaged ] |
| XtIsManaged | obtain and verify a widget's
class | [ XtClass, XtSuperClass, XtIsSubclass, XtCheckSubclass, XtIsComposite, XtIsManaged ] |
| XtIsRealized | realize
and unrealize widgets | [ XtRealizeWidget, XtIsRealized, XtUnrealizeWidget ] |
| XtIsSensitive | set and check a widget's
sensitivity state | [ XtSetSensitive, XtIsSensitive ] |
| XtIsSubclass | obtain and verify a widget's
class | [ XtClass, XtSuperClass, XtIsSubclass, XtCheckSubclass, XtIsComposite, XtIsManaged ] |
| XtMakeGeometryRequest | make geometry
manager request | [ XtMakeGeometryRequest, XtMakeResizeRequest ] |
| XtMakeResizeRequest | make geometry
manager request | [ XtMakeGeometryRequest, XtMakeResizeRequest ] |
| XtMalloc | memory management functions | [ XtMalloc, XtCalloc, XtRealloc, XtFree, XtNew, XtNewString ] |
| XtManageChild | manage and unmanage children | [ XtManageChildren, XtManageChild, XtUnmanageChildren, XtUnmanageChild ] |
| XtManageChildren | manage and unmanage children | [ XtManageChildren, XtManageChild, XtUnmanageChildren, XtUnmanageChild ] |
| XtMapWidget | map and
unmap widgets | [ XtMapWidget, XtSetMappedWhenManaged, XtUnmapWidget ] |
| XtMergeArgLists | set and merge ArgLists | [ XtSetArg, XtMergeArgLists ] |
| XtMoveWidget | move and
resize widgets | [ XtConfigureWidget, XtMoveWidget, XtResizeWidget ] |
| XtNameToWidget | translating strings to
widgets or widgets to windows | [ XtNameToWidget, XtWidgetToWindow ] |
| XtNew | memory management functions | [ XtMalloc, XtCalloc, XtRealloc, XtFree, XtNew, XtNewString ] |
| XtNewString | memory management functions | [ XtMalloc, XtCalloc, XtRealloc, XtFree, XtNew, XtNewString ] |
| XtNumber | determine the byte offset or number of
array elements | [ XtOffset, XtNumber ] |
| XtOffset | determine the byte offset or number of
array elements | [ XtOffset, XtNumber ] |
| XtOpenDisplay | initialize, open, or close a display | [ XtDisplayInitialize, XtOpenDisplay, XtDatabase, XtCloseDisplay ] |
| XtOverrideTranslations | manage
translation tables | [ XtParseTranslationTable, XtAugmentTranslations, XtOverrideTranslations, XtUninstallTranslations ] |
| XtOwnSelection | set selection owner | [ XtOwnSelection, XtDisownSelection ] |
| XtParent | obtain window
information about a widget | [ XtDisplay, XtParent, XtScreen, XtWindow ] |
| XtParseAcceleratorTable | managing accelerator tables | [ XtParseAcceleratorTable, XtInstallAccelerators, XtInstallAllAccelerators ] |
| XtParseTranslationTable | manage
translation tables | [ XtParseTranslationTable, XtAugmentTranslations, XtOverrideTranslations, XtUninstallTranslations ] |
| XtPopdown | unmap a pop-up | [ XtPopdown, XtCallbackPopdown, MenuPopdown ] |
| XtPopup | map a pop-up | [ XtPopup, XtCallbackNone, XtCallbackNonexclusive, XtCallbackExclusive, MenuPopup ] |
| XtQueryGeometry | query the preferred geometry of a child
widget | |
| XtRealizeWidget | realize
and unrealize widgets | [ XtRealizeWidget, XtIsRealized, XtUnrealizeWidget ] |
| XtRealloc | memory management functions | [ XtMalloc, XtCalloc, XtRealloc, XtFree, XtNew, XtNewString ] |
| XtRegisterCaseConverter | convert KeySym to
KeyCodes | [ XtSetKeyTranslator, XtTranslateKeycode, XtRegisterCaseConverter, XtConvertCase ] |
| XtReleaseGC | obtain and destroy a sharable GC | [ XtGetGC, XtReleaseGC ] |
| XtRemoveAllCallbacks | add and remove
callback procedures | [ XtAddCallback, XtAddCallbacks, XtRemoveCallback, XtRemoveCallbacks, XtRemoveAllCallbacks ] |
| XtRemoveCallback | add and remove
callback procedures | [ XtAddCallback, XtAddCallbacks, XtRemoveCallback, XtRemoveCallbacks, XtRemoveAllCallbacks ] |
| XtRemoveCallbacks | add and remove
callback procedures | [ XtAddCallback, XtAddCallbacks, XtRemoveCallback, XtRemoveCallbacks, XtRemoveAllCallbacks ] |
| XtRemoveEventHandler | add and
remove event handlers | [ XtAddEventHandler, XtAddRawEventHandler, XtRemoveEventHandler, XtRemoveRawEventHandler ] |
| XtRemoveGrab | redirect user input to a modal
widget | [ XtAddGrab, XtRemoveGrab ] |
| XtRemoveInput | register and remove an input
source | [ XtAppAddInput, XtRemoveInput ] |
| XtRemoveRawEventHandler | add and
remove event handlers | [ XtAddEventHandler, XtAddRawEventHandler, XtRemoveEventHandler, XtRemoveRawEventHandler ] |
| XtRemoveTimeOut | register and remove
timeouts | [ XtAppAddTimeOut, XtRemoveTimeOut ] |
| XtRemoveWorkProc | Add and remove
background processing procedures | [ XtAppAddWorkProc, XtRemoveWorkProc ] |
| XtResizeWidget | move and
resize widgets | [ XtConfigureWidget, XtMoveWidget, XtResizeWidget ] |
| XtScreen | obtain window
information about a widget | [ XtDisplay, XtParent, XtScreen, XtWindow ] |
| XtSetArg | set and merge ArgLists | [ XtSetArg, XtMergeArgLists ] |
| XtSetKeyTranslator | convert KeySym to
KeyCodes | [ XtSetKeyTranslator, XtTranslateKeycode, XtRegisterCaseConverter, XtConvertCase ] |
| XtSetKeyboardFocus | focus events on a child widget | |
| XtSetMappedWhenManaged | map and
unmap widgets | [ XtMapWidget, XtSetMappedWhenManaged, XtUnmapWidget ] |
| XtSetSensitive | set and check a widget's
sensitivity state | [ XtSetSensitive, XtIsSensitive ] |
| XtSetSubvalues | obtain and set widget resources | [ XtSetValues, XtSetSubvalues, XtGetValues, XtGetSubvalues ] |
| XtSetValues | obtain and set widget resources | [ XtSetValues, XtSetSubvalues, XtGetValues, XtGetSubvalues ] |
| XtStringConversionWarning | issue a conversion warning
message | |
| XtSuperClass | obtain and verify a widget's
class | [ XtClass, XtSuperClass, XtIsSubclass, XtCheckSubclass, XtIsComposite, XtIsManaged ] |
| XtToolkitInitialize | create,
destroy, and obtain an application context | [ XtCreateApplicationContext, XtDestroyApplicationContext, XtWidgetToApplicationContext, XtToolkitInitialize ] |
| XtTranslateCoordinates | translate widget coordinates | |
| XtTranslateKeycode | convert KeySym to
KeyCodes | [ XtSetKeyTranslator, XtTranslateKeycode, XtRegisterCaseConverter, XtConvertCase ] |
| XtUninstallTranslations | manage
translation tables | [ XtParseTranslationTable, XtAugmentTranslations, XtOverrideTranslations, XtUninstallTranslations ] |
| XtUnmanageChild | manage and unmanage children | [ XtManageChildren, XtManageChild, XtUnmanageChildren, XtUnmanageChild ] |
| XtUnmanageChildren | manage and unmanage children | [ XtManageChildren, XtManageChild, XtUnmanageChildren, XtUnmanageChild ] |
| XtUnmapWidget | map and
unmap widgets | [ XtMapWidget, XtSetMappedWhenManaged, XtUnmapWidget ] |
| XtUnrealizeWidget | realize
and unrealize widgets | [ XtRealizeWidget, XtIsRealized, XtUnrealizeWidget ] |
| XtWidgetToApplicationContext | create,
destroy, and obtain an application context | [ XtCreateApplicationContext, XtDestroyApplicationContext, XtWidgetToApplicationContext, XtToolkitInitialize ] |
| XtWidgetToWindow | translating strings to
widgets or widgets to windows | [ XtNameToWidget, XtWidgetToWindow ] |
| XtWindow | obtain window
information about a widget | [ XtDisplay, XtParent, XtScreen, XtWindow ] |