| _tolower | translate characters | [ toupper, tolower, _toupper, _tolower, toascii ] |
| _toupper | translate characters | [ toupper, tolower, _toupper, _tolower, toascii ] |
| a64l | convert long integer and base-64 ASCII string | [ a64l, l64a ] |
| abort | generate an illegal instruction fault | |
| abs | integer absolute value | |
| alarm | schedule signal after specified time | |
| alloca | memory allocator | [ malloc, free, realloc, calloc, alloca ] |
| asctime | convert date and time to string | [ ctime, localtime, gmtime, asctime, timezone, tzset ] |
| atof | convert ASCII to numbers | [ atof, atoi, atol, strtol, strtod ] |
| atoi | convert ASCII to numbers | [ atof, atoi, atol, strtol, strtod ] |
| atol | convert ASCII to numbers | [ atof, atoi, atol, strtol, strtod ] |
| bcmp | bit and byte string operations | [ bcopy, bcmp, bzero, ffs ] |
| bcopy | bit and byte string operations | [ bcopy, bcmp, bzero, ffs ] |
| bsearch | binary search a sorted table | |
| bstring | bit and byte string operations | [ bcopy, bcmp, bzero, ffs ] |
| bzero | bit and byte string operations | [ bcopy, bcmp, bzero, ffs ] |
| calloc | memory allocator | [ malloc, free, realloc, calloc, alloca ] |
| clock | report CPU time used | |
| closedir | directory operations | [ opendir, readdir, telldir, seekdir, rewinddir, closedir ] |
| closelog | control system log | [ syslog, openlog, closelog ] |
| conv | translate characters | [ toupper, tolower, _toupper, _tolower, toascii ] |
| crypt | password encryption routine | [ crypt, encrypt ] |
| ctime | convert date and time to string | [ ctime, localtime, gmtime, asctime, timezone, tzset ] |
| ctype | character classification macros | [ isalpha, isupper, islower, isdigit, isxdigit, isalnum, isspace, ispunct, isprint, isgraph, iscntrl, isascii, toascii ] |
| directory | directory operations | [ opendir, readdir, telldir, seekdir, rewinddir, closedir ] |
| dn_comp | resolver routines | [ res_mkquery, res_send, res_init, dn_comp, dn_expand ] |
| dn_expand | resolver routines | [ res_mkquery, res_send, res_init, dn_comp, dn_expand ] |
| drand48 | generate uniformly distributed pseudo-random numbers | [ drand48, erand48, lrand48, nrand48, mrand48, jrand48, srand48, seed48, lcong48 ] |
| ecvt | output conversion | [ ecvt, fcvt, gcvt ] |
| edata | last locations in program | [ end, etext, edata ] |
| encrypt | password encryption routine | [ crypt, encrypt ] |
| end | last locations in program | [ end, etext, edata ] |
| endgrent | get group file entry | [ getgrent, getgrgid, getgrnam, setgrent, endgrent ] |
| endpwent | get password file entry | [ getpwent, getpwuid, getpwnam, setpwent, endpwent ] |
| endttyent | get ttys file entry | [ getttyent, getttynam, setttyent, endttyent ] |
| environ | execute a file | [ execl, execv, execle, execlp, execvp, exect, environ ] |
| erand48 | generate uniformly distributed pseudo-random numbers | [ drand48, erand48, lrand48, nrand48, mrand48, jrand48, srand48, seed48, lcong48 ] |
| etext | last locations in program | [ end, etext, edata ] |
| execl | execute a file | [ execl, execv, execle, execlp, execvp, exect, environ ] |
| execle | execute a file | [ execl, execv, execle, execlp, execvp, exect, environ ] |
| execlp | execute a file | [ execl, execv, execle, execlp, execvp, exect, environ ] |
| exect | execute a file | [ execl, execv, execle, execlp, execvp, exect, environ ] |
| execv | execute a file | [ execl, execv, execle, execlp, execvp, exect, environ ] |
| execvp | execute a file | [ execl, execv, execle, execlp, execvp, exect, environ ] |
| exit | terminate a process after flushing any pending output | |
| fcvt | output conversion | [ ecvt, fcvt, gcvt ] |
| ffs | bit and byte string operations | [ bcopy, bcmp, bzero, ffs ] |
| fpathconf | get configurable pathname variables (POSIX) | [ pathconf, fpathconf ] |
| free | memory allocator | [ malloc, free, realloc, calloc, alloca ] |
| frexp | split into mantissa and exponent | [ frexp, ldexp, modf ] |
| ftime | get date and time | [ time, ftime ] |
| ftok | standard interprocess communication package | |
| ftw | walk a file tree | |
| gcvt | output conversion | [ ecvt, fcvt, gcvt ] |
| getcwd | get pathname of working directory | |
| getenv | get value for environment name | |
| 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 ] |
| gethostsex | get the byte sex of the host machine | |
| getlogin | get login name | |
| getmountent | get information about mounted file systems without blocking | |
| 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 ] |
| getttyent | get ttys file entry | [ getttyent, getttynam, setttyent, endttyent ] |
| getttynam | get ttys file entry | [ getttyent, getttynam, setttyent, endttyent ] |
| getwd | get current working directory pathname | |
| gmtime | convert date and time to string | [ ctime, localtime, gmtime, asctime, timezone, tzset ] |
| gtty | set and get terminal state | [ 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 | [ strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strtok, index, rindex ] |
| initstate | better random number generator; routines for changing generators | [ random, srandom, initstate, setstate ] |
| insque | insert/remove element from a queue | [ insque, remque ] |
| intro | introduction to library functions | |
| isalnum | character classification macros | [ isalpha, isupper, islower, isdigit, isxdigit, isalnum, isspace, ispunct, isprint, isgraph, iscntrl, isascii, toascii ] |
| isalpha | character classification macros | [ isalpha, isupper, islower, isdigit, isxdigit, isalnum, isspace, ispunct, isprint, isgraph, iscntrl, isascii, toascii ] |
| isascii | character classification macros | [ isalpha, isupper, islower, isdigit, isxdigit, isalnum, isspace, ispunct, isprint, isgraph, iscntrl, isascii, toascii ] |
| isatty | find terminal name | [ ttyname, isatty, ttyslot ] |
| iscntrl | character classification macros | [ isalpha, isupper, islower, isdigit, isxdigit, isalnum, isspace, ispunct, isprint, isgraph, iscntrl, isascii, toascii ] |
| isdigit | character classification macros | [ isalpha, isupper, islower, isdigit, isxdigit, isalnum, isspace, ispunct, isprint, isgraph, iscntrl, isascii, toascii ] |
| isgraph | character classification macros | [ isalpha, isupper, islower, isdigit, isxdigit, isalnum, isspace, ispunct, isprint, isgraph, iscntrl, isascii, toascii ] |
| islower | character classification macros | [ isalpha, isupper, islower, isdigit, isxdigit, isalnum, isspace, ispunct, isprint, isgraph, iscntrl, isascii, toascii ] |
| isprint | character classification macros | [ isalpha, isupper, islower, isdigit, isxdigit, isalnum, isspace, ispunct, isprint, isgraph, iscntrl, isascii, toascii ] |
| ispunct | character classification macros | [ isalpha, isupper, islower, isdigit, isxdigit, isalnum, isspace, ispunct, isprint, isgraph, iscntrl, isascii, toascii ] |
| isspace | character classification macros | [ isalpha, isupper, islower, isdigit, isxdigit, isalnum, isspace, ispunct, isprint, isgraph, iscntrl, isascii, toascii ] |
| isupper | character classification macros | [ isalpha, isupper, islower, isdigit, isxdigit, isalnum, isspace, ispunct, isprint, isgraph, iscntrl, isascii, toascii ] |
| isxdigit | character classification macros | [ isalpha, isupper, islower, isdigit, isxdigit, isalnum, isspace, ispunct, isprint, isgraph, iscntrl, isascii, toascii ] |
| jrand48 | generate uniformly distributed pseudo-random numbers | [ drand48, erand48, lrand48, nrand48, mrand48, jrand48, srand48, seed48, lcong48 ] |
| l3tol | convert between 3-byte integers and long integers | [ l3tol, ltol3 ] |
| l64a | convert long integer and base-64 ASCII string | [ a64l, l64a ] |
| lcong48 | generate uniformly distributed pseudo-random numbers | [ drand48, erand48, lrand48, nrand48, mrand48, jrand48, srand48, seed48, lcong48 ] |
| ldexp | split into mantissa and exponent | [ frexp, ldexp, modf ] |
| lfind | linear search and update | [ lsearch, lfind ] |
| localtime | convert date and time to string | [ ctime, localtime, gmtime, asctime, timezone, tzset ] |
| lockf | record locking on files | |
| longjmp | non-local goto | [ setjmp, longjmp ] |
| lrand48 | generate uniformly distributed pseudo-random numbers | [ drand48, erand48, lrand48, nrand48, mrand48, jrand48, srand48, seed48, lcong48 ] |
| lsearch | linear search and update | [ lsearch, lfind ] |
| ltol3 | convert between 3-byte integers and long integers | [ l3tol, ltol3 ] |
| malloc | memory allocator | [ malloc, free, realloc, calloc, alloca ] |
| memccpy | memory operations | [ memccpy, memchr, memcmp, memcpy, memset ] |
| memchr | memory operations | [ memccpy, memchr, memcmp, memcpy, memset ] |
| memcmp | memory operations | [ memccpy, memchr, memcmp, memcpy, memset ] |
| memcpy | memory operations | [ memccpy, memchr, memcmp, memcpy, memset ] |
| memory | memory operations | [ memccpy, memchr, memcmp, memcpy, memset ] |
| memset | memory operations | [ memccpy, memchr, memcmp, memcpy, memset ] |
| mkfifo | make a FIFO special file | |
| mktemp | make a unique file name | |
| modf | split into mantissa and exponent | [ frexp, ldexp, modf ] |
| moncontrol | prepare execution profile | [ monitor, monstartup, moncontrol ] |
| monitor | prepare execution profile | [ monitor, monstartup, moncontrol ] |
| monstartup | prepare execution profile | [ monitor, monstartup, moncontrol ] |
| mrand48 | generate uniformly distributed pseudo-random numbers | [ drand48, erand48, lrand48, nrand48, mrand48, jrand48, srand48, seed48, lcong48 ] |
| nice | set program priority | |
| nlist | get entries from name list | |
| nrand48 | generate uniformly distributed pseudo-random numbers | [ drand48, erand48, lrand48, nrand48, mrand48, jrand48, srand48, seed48, lcong48 ] |
| opendir | directory operations | [ opendir, readdir, telldir, seekdir, rewinddir, closedir ] |
| openlog | control system log | [ syslog, openlog, closelog ] |
| pathconf | get configurable pathname variables (POSIX) | [ pathconf, fpathconf ] |
| pause | stop until signal | |
| pclose | initiate I/O to/from a process | [ popen, pclose ] |
| perror | system error messages | [ perror, sys_errlist, sys_nerr ] |
| popen | initiate I/O to/from a process | [ popen, pclose ] |
| psignal | system signal messages | [ psignal, sys_siglist ] |
| putenv | change or add value to environment | |
| putpwent | write password file entry | |
| qsort | quicker sort | |
| rand | random number generator | [ rand, srand ] |
| random | better random number generator; routines for changing generators | [ random, srandom, initstate, setstate ] |
| re_comp | regular expression handler | [ re_comp, re_exec ] |
| re_exec | regular expression handler | [ re_comp, re_exec ] |
| readdir | directory operations | [ opendir, readdir, telldir, seekdir, rewinddir, closedir ] |
| realloc | memory allocator | [ malloc, free, realloc, calloc, alloca ] |
| regex | regular expression handler | [ re_comp, re_exec ] |
| remque | insert/remove element from a queue | [ insque, remque ] |
| res_init | resolver routines | [ res_mkquery, res_send, res_init, dn_comp, dn_expand ] |
| res_mkquery | resolver routines | [ res_mkquery, res_send, res_init, dn_comp, dn_expand ] |
| res_send | resolver routines | [ res_mkquery, res_send, res_init, dn_comp, dn_expand ] |
| resolver | resolver routines | [ res_mkquery, res_send, res_init, dn_comp, dn_expand ] |
| rewinddir | directory operations | [ opendir, readdir, telldir, seekdir, rewinddir, closedir ] |
| rindex | string operations | [ strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strtok, index, rindex ] |
| scandir | scan a directory | |
| seed48 | generate uniformly distributed pseudo-random numbers | [ drand48, erand48, lrand48, nrand48, mrand48, jrand48, srand48, seed48, lcong48 ] |
| seekdir | directory operations | [ 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 ] |
| setgid | set user and group ID | [ setuid, seteuid, setruid, setgid, setegid, setrgid ] |
| setgrent | get group file entry | [ getgrent, getgrgid, getgrnam, setgrent, endgrent ] |
| setjmp | non-local goto | [ setjmp, longjmp ] |
| setpgid | set process group (POSIX) | |
| 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; routines for changing generators | [ random, srandom, initstate, setstate ] |
| setttyent | get ttys file entry | [ getttyent, getttynam, setttyent, endttyent ] |
| setuid | set user and group ID | [ setuid, seteuid, setruid, setgid, setegid, setrgid ] |
| sex | get the byte sex of the host machine | [ gethostsex ] |
| sigaction | software signal facilities (POSIX) | |
| sigaddset | manipulate signal sets (POSIX) | [ sigemptyset, sigfillset, sigaddset, sigdelset, sigismember ] |
| sigdelset | manipulate signal sets (POSIX) | [ sigemptyset, sigfillset, sigaddset, sigdelset, sigismember ] |
| sigemptyset | manipulate signal sets (POSIX) | [ sigemptyset, sigfillset, sigaddset, sigdelset, sigismember ] |
| sigfillset | manipulate signal sets (POSIX) | [ sigemptyset, sigfillset, sigaddset, sigdelset, sigismember ] |
| siginterrupt | allow signals to interrupt system calls | |
| sigismember | manipulate signal sets (POSIX) | [ sigemptyset, sigfillset, sigaddset, sigdelset, sigismember ] |
| signal | simplified software signal facilities | |
| sigprocmask | examine and change blocked signals (POSIX) | |
| sigsetops | manipulate signal sets (POSIX) | [ sigemptyset, sigfillset, sigaddset, sigdelset, sigismember ] |
| sigsuspend | wait for signal (POSIX) | |
| sleep | suspend execution for interval | |
| srand | random number generator | [ rand, srand ] |
| srand48 | generate uniformly distributed pseudo-random numbers | [ drand48, erand48, lrand48, nrand48, mrand48, jrand48, srand48, seed48, lcong48 ] |
| srandom | better random number generator; routines for changing generators | [ random, srandom, initstate, setstate ] |
| statfs | get file system statistics | |
| staux | routines that provide scalar interfaces to auxiliaries | |
| stcu | routines that provide a compilation unit symbol table interface | |
| stfd | routines that provide access to per file descriptor section of the symbol table | |
| stfe | routines that provide a high-level interface to basic functions needed to access and add to the symbol table | |
| stio | routines that provide a binary read/write interface to the MIPS symbol table | |
| strcat | string operations | [ strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strtok, index, rindex ] |
| strchr | string operations | [ strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strtok, index, rindex ] |
| strcmp | string operations | [ strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strtok, index, rindex ] |
| strcpy | string operations | [ strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strtok, index, rindex ] |
| strcspn | string operations | [ strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strtok, index, rindex ] |
| string | string operations | [ strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strtok, index, rindex ] |
| strlen | string operations | [ strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strtok, index, rindex ] |
| strncat | string operations | [ strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strtok, index, rindex ] |
| strncmp | string operations | [ strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strtok, index, rindex ] |
| strncpy | string operations | [ strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strtok, index, rindex ] |
| strpbrk | string operations | [ strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strtok, index, rindex ] |
| strrchr | string operations | [ strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strtok, index, rindex ] |
| strspn | string operations | [ strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strtok, index, rindex ] |
| strtod | convert ASCII to numbers | [ atof, atoi, atol, strtol, strtod ] |
| strtok | string operations | [ strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strtok, index, rindex ] |
| strtol | convert ASCII to numbers | [ atof, atoi, atol, strtol, strtod ] |
| stty | set and get terminal state | [ stty, gtty ] |
| swab | swap bytes | |
| swapsex | swap the sex of the specified structure | [ swap_word, swap_half, swap_filehdr, swap_aouthdr, swap_scnhdr, swap_hdr, swap_fd, swap_fi, swap_sym, swap_ext, swap_pd, swap_dn, swap_opt, swap_aux, swap_reloc, swap_ranlib ] |
| 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 ] |
| sysconf | get configurable system variables (POSIX) | |
| syslog | control system log | [ syslog, openlog, closelog ] |
| system | issue a shell command | |
| tdelete | manage binary search trees | [ tsearch, tfind, tdelete, twalk ] |
| telldir | directory operations | [ opendir, readdir, telldir, seekdir, rewinddir, closedir ] |
| tfind | manage binary search trees | [ tsearch, tfind, tdelete, twalk ] |
| time | get date and time | [ time, ftime ] |
| times | get process times | |
| timezone | convert date and time to string | [ ctime, localtime, gmtime, asctime, timezone, tzset ] |
| toascii | translate characters | [ toupper, tolower, _toupper, _tolower, toascii ] |
| tolower | translate characters | [ toupper, tolower, _toupper, _tolower, toascii ] |
| toupper | translate characters | [ toupper, tolower, _toupper, _tolower, toascii ] |
| tsearch | manage binary search trees | [ tsearch, tfind, tdelete, twalk ] |
| ttyname | find terminal name | [ ttyname, isatty, ttyslot ] |
| ttyslot | find terminal name | [ ttyname, isatty, ttyslot ] |
| twalk | manage binary search trees | [ tsearch, tfind, tdelete, twalk ] |
| tzset | convert date and time to string | [ ctime, localtime, gmtime, asctime, timezone, tzset ] |
| utime | set file times | |
| valloc | aligned memory allocator | |
| varargs | variable argument list | |
| 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 classification macros | [ IsCursorKey, IsFunctionKey, IsKeypadKey, IsMiscFunctionKey, IsModiferKey, IsPFKey ] |
| IsFunctionKey | keysym classification macros | [ IsCursorKey, IsFunctionKey, IsKeypadKey, IsMiscFunctionKey, IsModiferKey, IsPFKey ] |
| IsKeypadKey | keysym classification macros | [ IsCursorKey, IsFunctionKey, IsKeypadKey, IsMiscFunctionKey, IsModiferKey, IsPFKey ] |
| IsMiscFunctionKey | keysym classification macros | [ IsCursorKey, IsFunctionKey, IsKeypadKey, IsMiscFunctionKey, IsModiferKey, IsPFKey ] |
| IsModiferKey | keysym classification macros | [ IsCursorKey, IsFunctionKey, IsKeypadKey, IsMiscFunctionKey, IsModiferKey, IsPFKey ] |
| IsPFKey | keysym classification 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 ] |
| MinCmapsOfScreen | screen information macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| NextEvent | select events by type | [ NextEvent, XPeekEvent, XWindowEvent, XCheckWindowEvent, XMaskEvent, XCheckMaskEvent, XCheckTypedEvent, XCheckTypedWindowEvent ] |
| 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 | [ NextEvent, XPeekEvent, XWindowEvent, XCheckWindowEvent, XMaskEvent, XCheckMaskEvent, XCheckTypedEvent, XCheckTypedWindowEvent ] |
| XCheckTypedEvent | select events by type | [ NextEvent, XPeekEvent, XWindowEvent, XCheckWindowEvent, XMaskEvent, XCheckMaskEvent, XCheckTypedEvent, XCheckTypedWindowEvent ] |
| XCheckTypedWindowEvent | select events by type | [ NextEvent, XPeekEvent, XWindowEvent, XCheckWindowEvent, XMaskEvent, XCheckMaskEvent, XCheckTypedEvent, XCheckTypedWindowEvent ] |
| XCheckWindowEvent | select events by type | [ NextEvent, 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 lookup 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 the 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 lookup routines | [ XSaveContext, XFindContext, XDeleteContext, XUniqueContext ] |
| XFlush | handle the 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 ] |
| XGetFontPath | set, get, or free the font search path | [ XSetFontPath, XGetFontPath, XFreeFontPath ] |
| 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 | | |
| 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 ] |
| 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 arithmetic utilities | [ 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 | [ NextEvent, 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 | [ NextEvent, XPeekEvent, XWindowEvent, XCheckWindowEvent, XMaskEvent, XCheckMaskEvent, XCheckTypedEvent, XCheckTypedWindowEvent ] |
| XNoOp | free client data | [ XFree, XNoOp ] |
| XOffsetRegion | region arithmetic utilities | [ 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 | [ NextEvent, XPeekEvent, XWindowEvent, XCheckWindowEvent, XMaskEvent, XCheckMaskEvent, XCheckTypedEvent, XCheckTypedWindowEvent ] |
| XPeekIfEvent | check the event queue with a predicate procedure | [ XIfEvent, XCheckIfEvent, XPeekIfEvent ] |
| XPending | handle the 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 ] |
| XPrintStat | start, stop, or display process statistics | [ XStartStat, XStopStat, XPrintStat ] |
| 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 lookup routines | [ XSaveContext, XFindContext, XDeleteContext, XUniqueContext ] |
| XSelectAsyncInput | select input events | [ XSelectInput, XSelectAsyncInput ] |
| XSelectInput | select input events | [ XSelectInput, XSelectAsyncInput ] |
| 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 convenience routines | [ XSetArcMode, XSetSubwindowMode, XSetGraphicsExposure ] |
| XSetBackground | GC convenience routines | [ XSetState, XSetFunction, XSetPlaneMask, XSetForeground, XSetBackground ] |
| XSetClassHint | set or get class hint | [ XSetClassHint, XGetClassHint ] |
| XSetClipMask | GC convenience routines | [ XSetClipOrigin, XSetClipMask, XSetClipRectangles ] |
| XSetClipOrigin | GC convenience routines | [ XSetClipOrigin, XSetClipMask, XSetClipRectangles ] |
| XSetClipRectangles | GC convenience routines | [ XSetClipOrigin, XSetClipMask, XSetClipRectangles ] |
| XSetCloseDownMode | control clients | [ XSetCloseDownMode, XKillClient ] |
| XSetCommand | set command atom | |
| XSetDashes | GC convenience routines | [ XSetLineAttribute, XSetDashes ] |
| XSetErrorHandler | default error handlers | [ XSetErrorHandler, XGetErrorText, XDisplayName, XSetIOErrorHandler, XGetErrorDatabaseText ] |
| XSetFillRule | GC convenience routines | [ XSetFillStyle, XSetFillRule ] |
| XSetFillStyle | GC convenience routines | [ XSetFillStyle, XSetFillRule ] |
| XSetFont | GC convenience routines | |
| XSetFontPath | set, get, or free the font search path | [ XSetFontPath, XGetFontPath, XFreeFontPath ] |
| XSetForeground | GC convenience routines | [ XSetState, XSetFunction, XSetPlaneMask, XSetForeground, XSetBackground ] |
| XSetFunction | GC convenience routines | [ XSetState, XSetFunction, XSetPlaneMask, XSetForeground, XSetBackground ] |
| XSetGraphicsExposure | GC convenience 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 convenience 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 convenience 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 convenience routines | [ XSetState, XSetFunction, XSetPlaneMask, XSetForeground, XSetBackground ] |
| XSetStipple | GC convenience routines | [ XSetTile, XSetStipple, XSetTSOrigin ] |
| XSetSubwindowMode | GC convenience routines | [ XSetArcMode, XSetSubwindowMode, XSetGraphicsExposure ] |
| XSetTSOrigin | GC convenience routines | [ XSetTile, XSetStipple, XSetTSOrigin ] |
| XSetTile | GC convenience 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 arithmetic utilities | [ XIntersectRegion, XUnionRegion, XUnionRectWithRegion, XSubtractRegion, XXorRegion, XOffsetRegion, XShrinkRegion ] |
| XStartStat | start, stop, or display process statistics | [ XStartStat, XStopStat, XPrintStat ] |
| XStopStat | start, stop, or display process statistics | [ XStartStat, XStopStat, XPrintStat ] |
| 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 arithmetic utilities | [ XIntersectRegion, XUnionRegion, XUnionRectWithRegion, XSubtractRegion, XXorRegion, XOffsetRegion, XShrinkRegion ] |
| XSync | handle the 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 arithmetic utilities | [ XIntersectRegion, XUnionRegion, XUnionRectWithRegion, XSubtractRegion, XXorRegion, XOffsetRegion, XShrinkRegion ] |
| XUnionRegion | region arithmetic utilities | [ XIntersectRegion, XUnionRegion, XUnionRectWithRegion, XSubtractRegion, XXorRegion, XOffsetRegion, XShrinkRegion ] |
| XUniqueContext | associative lookup 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 | [ NextEvent, XPeekEvent, XWindowEvent, XCheckWindowEvent, XMaskEvent, XCheckMaskEvent, XCheckTypedEvent, XCheckTypedWindowEvent ] |
| XWriteBitmapFile | manipulate bitmaps | [ XReadBitmapFile, XWriteBitmapFile, XCreatePixmapFromBitmapData, XCreateBitmapFromData ] |
| XXorRegion | region arithmetic utilities | [ 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 ] |
| MenuPopdown | unmap a pop-up | [ XtPopdown, XtCallbackPopdown, MenuPopdown ] |
| MenuPopup | map a pop-up | [ XtPopup, XtCallbackNone, XtCallbackNonexclusive, XtCallbackExclusive, MenuPopup ] |
| 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 a 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 | set and obtain selection timeout values | [ XtAppGetSelectionTimeout, XtAppSetSelectionTimeout ] |
| 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 | set and obtain selection timeout values | [ XtAppGetSelectionTimeout, XtAppSetSelectionTimeout ] |
| 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 | call a 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 | create a pop-up shell | |
| 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, XtOwnSelectionIncremental, 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 shareable GC | [ XtGetGC, XtReleaseGC ] |
| XtGetResourceList | obtain a resource list | |
| XtGetSelectionValue | obtain selection values | [ XtGetSelectionValue, XtGetSelectionValues, XtGetSelectionValueIncremental, XtGetSelectionValuesIncremental ] |
| XtGetSelectionValueIncremental | obtain selection values | [ XtGetSelectionValue, XtGetSelectionValues, XtGetSelectionValueIncremental, XtGetSelectionValuesIncremental ] |
| XtGetSelectionValues | obtain selection values | [ XtGetSelectionValue, XtGetSelectionValues, XtGetSelectionValueIncremental, XtGetSelectionValuesIncremental ] |
| XtGetSelectionValuesIncremental | obtain selection values | [ XtGetSelectionValue, XtGetSelectionValues, XtGetSelectionValueIncremental, XtGetSelectionValuesIncremental ] |
| 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 | manage accelerator tables | [ XtParseAcceleratorTable, XtInstallAccelerators, XtInstallAllAccelerators ] |
| XtInstallAllAccelerators | manage 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 | translate 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, XtOwnSelectionIncremental, XtDisownSelection ] |
| XtOwnSelectionIncremental | set selection owner | [ XtOwnSelection, XtOwnSelectionIncremental, XtDisownSelection ] |
| XtParent | obtain window information about a widget | [ XtDisplay, XtParent, XtScreen, XtWindow ] |
| XtParseAcceleratorTable | manage 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 shareable 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 | translate strings to widgets or widgets to windows | [ XtNameToWidget, XtWidgetToWindow ] |
| XtWindow | obtain window information about a widget | [ XtDisplay, XtParent, XtScreen, XtWindow ] |