| _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 | [ abs, labs ] |
| alarm | schedule signal after specified time | |
| alloca | memory allocator | [ malloc, free, realloc, calloc, alloca ] |
| asctime | date and time functions | [ ctime, localtime, gmtime, asctime, difftime, mktime, timezone, tzset ] |
| assert | program verification | |
| atof | convert ASCII to numbers | [ atof, atoi, atol, strtol, strtoul, strtod ] |
| atoi | convert ASCII to numbers | [ atof, atoi, atol, strtol, strtoul, strtod ] |
| atol | convert ASCII to numbers | [ atof, atoi, atol, strtol, strtoul, 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 | DES encryption | [ crypt, crypt16, setkey, encrypt ] |
| crypt16 | DES encryption | [ crypt, crypt16, setkey, encrypt ] |
| ctime | date and time functions | [ ctime, localtime, gmtime, asctime, difftime, mktime, timezone, tzset ] |
| ctype | character classification macros | [ isalpha, isupper, islower, isdigit, isxdigit, isalnum, isspace, ispunct, isprint, isgraph, iscntrl, isascii ] |
| dbm_clearerr | database subroutines | [ dbm_open, dbm_close, dbm_fetch, dbm_store, dbm_delete, dbm_firstkey, dbm_nextkey, dbm_setpblksiz, dbm_error, dbm_clearerr ] |
| dbm_close | database subroutines | [ dbm_open, dbm_close, dbm_fetch, dbm_store, dbm_delete, dbm_firstkey, dbm_nextkey, dbm_setpblksiz, dbm_error, dbm_clearerr ] |
| dbm_delete | database subroutines | [ dbm_open, dbm_close, dbm_fetch, dbm_store, dbm_delete, dbm_firstkey, dbm_nextkey, dbm_setpblksiz, dbm_error, dbm_clearerr ] |
| dbm_error | database subroutines | [ dbm_open, dbm_close, dbm_fetch, dbm_store, dbm_delete, dbm_firstkey, dbm_nextkey, dbm_setpblksiz, dbm_error, dbm_clearerr ] |
| dbm_fetch | database subroutines | [ dbm_open, dbm_close, dbm_fetch, dbm_store, dbm_delete, dbm_firstkey, dbm_nextkey, dbm_setpblksiz, dbm_error, dbm_clearerr ] |
| dbm_firstkey | database subroutines | [ dbm_open, dbm_close, dbm_fetch, dbm_store, dbm_delete, dbm_firstkey, dbm_nextkey, dbm_setpblksiz, dbm_error, dbm_clearerr ] |
| dbm_nextkey | database subroutines | [ dbm_open, dbm_close, dbm_fetch, dbm_store, dbm_delete, dbm_firstkey, dbm_nextkey, dbm_setpblksiz, dbm_error, dbm_clearerr ] |
| dbm_open | database subroutines | [ dbm_open, dbm_close, dbm_fetch, dbm_store, dbm_delete, dbm_firstkey, dbm_nextkey, dbm_setpblksiz, dbm_error, dbm_clearerr ] |
| dbm_setpblksiz | database subroutines | [ dbm_open, dbm_close, dbm_fetch, dbm_store, dbm_delete, dbm_firstkey, dbm_nextkey, dbm_setpblksiz, dbm_error, dbm_clearerr ] |
| dbm_store | database subroutines | [ dbm_open, dbm_close, dbm_fetch, dbm_store, dbm_delete, dbm_firstkey, dbm_nextkey, dbm_setpblksiz, dbm_error, dbm_clearerr ] |
| difftime | date and time functions | [ ctime, localtime, gmtime, asctime, difftime, mktime, timezone, tzset ] |
| directory | directory operations | [ opendir, readdir, telldir, seekdir, rewinddir, closedir ] |
| div | integer division | [ div, ldiv ] |
| 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 ] |
| dtoi | convert floating values between VAX and IEEE format | [ ftoi, itof, dtoi, itod, gtoi, itog ] |
| ecvt | output conversion | [ ecvt, fcvt, gcvt ] |
| edata | last locations in program | [ end, etext, edata ] |
| emulate_branch | branch emulation | [ emulate_branch, execute_branch ] |
| encrypt | DES encryption | [ crypt, crypt16, setkey, encrypt ] |
| end | last locations in program | [ end, etext, edata ] |
| endgrent | get group entry | [ getgrent, getgrgid, getgrnam, setgrent, endgrent ] |
| endpwent | get password entry | [ getpwent, getpwuid, getpwnam, setpwent, endpwent, setpwfile ] |
| endttyent | get ttys file entry | [ getttyent, getttynam, setttyent, endttyent ] |
| endutent | access utmp file entries | [ getutent, getutid, getutline, pututline, setutent, endutent, utmpname ] |
| 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 ] |
| execute_branch | branch emulation | [ emulate_branch, execute_branch ] |
| 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 ] |
| fp_class | classes of IEEE floating-point values | |
| fpathconf | get configurable pathname variables (POSIX) | [ pathconf, fpathconf ] |
| fpc | floating-point control registers | [ fpc, get_fpc_csr, set_fpc_csr, swapRM, swapINX ] |
| free | memory allocator | [ malloc, free, realloc, calloc, alloca ] |
| frexp | split into mantissa and exponent | [ frexp, ldexp, modf ] |
| ftime | get date and time | [ time, ftime ] |
| ftoi | convert floating values between VAX and IEEE format | [ ftoi, itof, dtoi, itod, gtoi, itog ] |
| ftok | standard interprocess communication package | |
| ftw | walk a file tree | |
| gcvt | output conversion | [ ecvt, fcvt, gcvt ] |
| get_fpc_csr | floating-point control registers | [ fpc, get_fpc_csr, set_fpc_csr, swapRM, swapINX ] |
| getcwd | get pathname of working directory | |
| getenv | manipulate environment variables | [ getenv, setenv, unsetenv ] |
| getgrent | get group entry | [ getgrent, getgrgid, getgrnam, setgrent, endgrent ] |
| getgrgid | get group entry | [ getgrent, getgrgid, getgrnam, setgrent, endgrent ] |
| getgrnam | get group 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 entry | [ getpwent, getpwuid, getpwnam, setpwent, endpwent, setpwfile ] |
| getpwnam | get password entry | [ getpwent, getpwuid, getpwnam, setpwent, endpwent, setpwfile ] |
| getpwuid | get password entry | [ getpwent, getpwuid, getpwnam, setpwent, endpwent, setpwfile ] |
| getsvc | get a pointer to the svcinfo structure | |
| getttyent | get ttys file entry | [ getttyent, getttynam, setttyent, endttyent ] |
| getttynam | get ttys file entry | [ getttyent, getttynam, setttyent, endttyent ] |
| getutent | access utmp file entries | [ getutent, getutid, getutline, pututline, setutent, endutent, utmpname ] |
| getutid | access utmp file entries | [ getutent, getutid, getutline, pututline, setutent, endutent, utmpname ] |
| getutline | access utmp file entries | [ getutent, getutid, getutline, pututline, setutent, endutent, utmpname ] |
| getwd | get current working directory pathname | |
| gmtime | date and time functions | [ ctime, localtime, gmtime, asctime, difftime, mktime, timezone, tzset ] |
| gtoi | convert floating values between VAX and IEEE format | [ ftoi, itof, dtoi, itod, gtoi, itog ] |
| gtty | set and get terminal state | [ stty, gtty ] |
| hcreate | manage hash search tables | [ hsearch, hcreate, hdestroy ] |
| hdestroy | manage hash search tables | [ hsearch, hcreate, hdestroy ] |
| hes_error | routines for using Hesiod | [ hes_init, hes_to_bind, hes_error, hes_resolve ] |
| hes_init | routines for using Hesiod | [ hes_init, hes_to_bind, hes_error, hes_resolve ] |
| hes_resolve | C Language Hesiod name server Interface Library | [ hesiod ] |
| hes_to_bind | routines for using Hesiod | [ hes_init, hes_to_bind, hes_error, hes_resolve ] |
| hesiod | routines for using Hesiod | [ hes_init, hes_to_bind, hes_error, hes_resolve ] |
| hsearch | manage hash search tables | [ hsearch, hcreate, hdestroy ] |
| index | string operations | [ strcasecmp, strncasecmp, strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strstr, 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 ] |
| isalpha | character classification macros | [ isalpha, isupper, islower, isdigit, isxdigit, isalnum, isspace, ispunct, isprint, isgraph, iscntrl, isascii ] |
| isascii | character classification macros | [ isalpha, isupper, islower, isdigit, isxdigit, isalnum, isspace, ispunct, isprint, isgraph, iscntrl, isascii ] |
| isatty | find terminal name | [ ttyname, isatty, ttyslot ] |
| iscntrl | character classification macros | [ isalpha, isupper, islower, isdigit, isxdigit, isalnum, isspace, ispunct, isprint, isgraph, iscntrl, isascii ] |
| isdigit | character classification macros | [ isalpha, isupper, islower, isdigit, isxdigit, isalnum, isspace, ispunct, isprint, isgraph, iscntrl, isascii ] |
| isgraph | character classification macros | [ isalpha, isupper, islower, isdigit, isxdigit, isalnum, isspace, ispunct, isprint, isgraph, iscntrl, isascii ] |
| islower | character classification macros | [ isalpha, isupper, islower, isdigit, isxdigit, isalnum, isspace, ispunct, isprint, isgraph, iscntrl, isascii ] |
| isnan | test for NaN | |
| isprint | character classification macros | [ isalpha, isupper, islower, isdigit, isxdigit, isalnum, isspace, ispunct, isprint, isgraph, iscntrl, isascii ] |
| ispunct | character classification macros | [ isalpha, isupper, islower, isdigit, isxdigit, isalnum, isspace, ispunct, isprint, isgraph, iscntrl, isascii ] |
| isspace | character classification macros | [ isalpha, isupper, islower, isdigit, isxdigit, isalnum, isspace, ispunct, isprint, isgraph, iscntrl, isascii ] |
| isupper | character classification macros | [ isalpha, isupper, islower, isdigit, isxdigit, isalnum, isspace, ispunct, isprint, isgraph, iscntrl, isascii ] |
| isxdigit | character classification macros | [ isalpha, isupper, islower, isdigit, isxdigit, isalnum, isspace, ispunct, isprint, isgraph, iscntrl, isascii ] |
| itod | convert floating values between VAX and IEEE format | [ ftoi, itof, dtoi, itod, gtoi, itog ] |
| itof | convert floating values between VAX and IEEE format | [ ftoi, itof, dtoi, itod, gtoi, itog ] |
| itog | convert floating values between VAX and IEEE format | [ ftoi, itof, dtoi, itod, gtoi, itog ] |
| 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 ] |
| labs | integer absolute value | [ abs, labs ] |
| 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 ] |
| ldiv | integer division | [ div, ldiv ] |
| lfind | linear search and update | [ lsearch, lfind ] |
| localtime | date and time functions | [ ctime, localtime, gmtime, asctime, difftime, mktime, 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, memmove, memset ] |
| memchr | memory operations | [ memccpy, memchr, memcmp, memcpy, memmove, memset ] |
| memcmp | memory operations | [ memccpy, memchr, memcmp, memcpy, memmove, memset ] |
| memcpy | memory operations | [ memccpy, memchr, memcmp, memcpy, memmove, memset ] |
| memmove | memory operations | [ memccpy, memchr, memcmp, memcpy, memmove, memset ] |
| memory | memory operations | [ memccpy, memchr, memcmp, memcpy, memmove, memset ] |
| memset | memory operations | [ memccpy, memchr, memcmp, memcpy, memmove, memset ] |
| mkfifo | make a FIFO special file | |
| mktemp | make a unique file name | |
| mktime | date and time functions | [ ctime, localtime, gmtime, asctime, difftime, mktime, timezone, tzset ] |
| 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 ] |
| ndbm | database subroutines | [ dbm_open, dbm_close, dbm_fetch, dbm_store, dbm_delete, dbm_firstkey, dbm_nextkey, dbm_setpblksiz, dbm_error, dbm_clearerr ] |
| 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, strerror, sys_errlist, sys_nerr ] |
| pfopen | open a packet filter file | |
| 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 | |
| pututline | access utmp file entries | [ getutent, getutid, getutline, pututline, setutent, endutent, utmpname ] |
| 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 ] |
| remove | removes files | |
| 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 | [ strcasecmp, strncasecmp, strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strstr, 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 ] |
| set_fpc_csr | floating-point control registers | [ fpc, get_fpc_csr, set_fpc_csr, swapRM, swapINX ] |
| setegid | set user and group ID | [ setuid, seteuid, setruid, setgid, setegid, setrgid ] |
| setenv | manipulate environment variables | [ getenv, setenv, unsetenv ] |
| 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 entry | [ getgrent, getgrgid, getgrnam, setgrent, endgrent ] |
| setjmp | non-local goto | [ setjmp, longjmp ] |
| setkey | DES encryption | [ crypt, crypt16, setkey, encrypt ] |
| setlocale | set localization for internationalized program | |
| setpgid | set process group (POSIX) | |
| setpwent | get password entry | [ getpwent, getpwuid, getpwnam, setpwent, endpwent, setpwfile ] |
| setpwfile | get password entry | [ getpwent, getpwuid, getpwnam, setpwent, endpwent, setpwfile ] |
| 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 ] |
| setutent | access utmp file entries | [ getutent, getutid, getutline, pututline, setutent, endutent, utmpname ] |
| 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 ] |
| siglongjmp | nonlocal goto | [ sigsetjmp, siglongjmp ] |
| signal | simplified software signal facilities | |
| sigprocmask | examine and change blocked signals (POSIX) | |
| sigsetjmp | nonlocal goto | [ sigsetjmp, siglongjmp ] |
| 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 ] |
| st_abs_ifd_index | routines that provide a high-level interface to basic functions needed to access and add to the symbol table | [ stfe, st_filebegin, st_endallfiles, st_fileend, st_blockbegin, st_textblock, st_blockend, st_procend, st_procbegin, st_str_idn, st_sym_idn, st_abs_ifd_index, st_fglobal_idn, st_psym_idn_offset, st_pdadd_idn ] |
| st_addtq | routines that provide scalar interfaces to auxiliaries | [ st_auxbtadd, st_auxbtsize, st_auxisymadd, st_auxrndxadd, st_auxrndxadd, st_addtq, st_tqhigh_aux, st_shifttq, st_iaux_copyty, st_changeaux, st_changeauxrndx ] |
| st_auxadd | routines that provide access to per file descriptor section of the symbol table | [ stfd, st_currentifd, st_ifdmax, st_setfd, st_fdadd, st_symadd, st_auxadd, st_stradd, st_lineadd, st_pdadd, st_ifd_pcfd, st_pcfd_ifd, st_psym_ifd_isym, st_paux_ifd_iaux, st_paux_iaux, st_str_iss, st_str_ifd_iss, st_ppd_ifd_isym, st_malloc ] |
| st_auxbtadd | routines that provide scalar interfaces to auxiliaries | [ st_auxbtadd, st_auxbtsize, st_auxisymadd, st_auxrndxadd, st_auxrndxadd, st_addtq, st_tqhigh_aux, st_shifttq, st_iaux_copyty, st_changeaux, st_changeauxrndx ] |
| st_auxbtsize | routines that provide scalar interfaces to auxiliaries | [ st_auxbtadd, st_auxbtsize, st_auxisymadd, st_auxrndxadd, st_auxrndxadd, st_addtq, st_tqhigh_aux, st_shifttq, st_iaux_copyty, st_changeaux, st_changeauxrndx ] |
| st_auxisymadd | routines that provide scalar interfaces to auxiliaries | [ st_auxbtadd, st_auxbtsize, st_auxisymadd, st_auxrndxadd, st_auxrndxadd, st_addtq, st_tqhigh_aux, st_shifttq, st_iaux_copyty, st_changeaux, st_changeauxrndx ] |
| st_auxrndxadd | routines that provide scalar interfaces to auxiliaries | [ st_auxbtadd, st_auxbtsize, st_auxisymadd, st_auxrndxadd, st_auxrndxadd, st_addtq, st_tqhigh_aux, st_shifttq, st_iaux_copyty, st_changeaux, st_changeauxrndx ] |
| st_blockbegin | routines that provide a high-level interface to basic functions needed to access and add to the symbol table | [ stfe, st_filebegin, st_endallfiles, st_fileend, st_blockbegin, st_textblock, st_blockend, st_procend, st_procbegin, st_str_idn, st_sym_idn, st_abs_ifd_index, st_fglobal_idn, st_psym_idn_offset, st_pdadd_idn ] |
| st_blockend | routines that provide a high-level interface to basic functions needed to access and add to the symbol table | [ stfe, st_filebegin, st_endallfiles, st_fileend, st_blockbegin, st_textblock, st_blockend, st_procend, st_procbegin, st_str_idn, st_sym_idn, st_abs_ifd_index, st_fglobal_idn, st_psym_idn_offset, st_pdadd_idn ] |
| st_changeaux | routines that provide scalar interfaces to auxiliaries | [ st_auxbtadd, st_auxbtsize, st_auxisymadd, st_auxrndxadd, st_auxrndxadd, st_addtq, st_tqhigh_aux, st_shifttq, st_iaux_copyty, st_changeaux, st_changeauxrndx ] |
| st_changeauxrndx | routines that provide scalar interfaces to auxiliaries | [ st_auxbtadd, st_auxbtsize, st_auxisymadd, st_auxrndxadd, st_auxrndxadd, st_addtq, st_tqhigh_aux, st_shifttq, st_iaux_copyty, st_changeaux, st_changeauxrndx ] |
| st_cuinit | routines that provide a compilation unit symbol table interface | [ stcu, st_cuinit, st_setchdr, st_currentpchdr, st_free, st_extadd, st_pext_iext, st_pext_rndx, st_iextmax, st_extstradd, st_str_extiss, st_idn_index_fext, st_idn_rndx, st_pdn_idn, st_rndx_idn, st_setidn ] |
| st_currentifd | routines that provide access to per file descriptor section of the symbol table | [ stfd, st_currentifd, st_ifdmax, st_setfd, st_fdadd, st_symadd, st_auxadd, st_stradd, st_lineadd, st_pdadd, st_ifd_pcfd, st_pcfd_ifd, st_psym_ifd_isym, st_paux_ifd_iaux, st_paux_iaux, st_str_iss, st_str_ifd_iss, st_ppd_ifd_isym, st_malloc ] |
| st_currentpchdr | routines that provide a compilation unit symbol table interface | [ stcu, st_cuinit, st_setchdr, st_currentpchdr, st_free, st_extadd, st_pext_iext, st_pext_rndx, st_iextmax, st_extstradd, st_str_extiss, st_idn_index_fext, st_idn_rndx, st_pdn_idn, st_rndx_idn, st_setidn ] |
| st_endallfiles | routines that provide a high-level interface to basic functions needed to access and add to the symbol table | [ stfe, st_filebegin, st_endallfiles, st_fileend, st_blockbegin, st_textblock, st_blockend, st_procend, st_procbegin, st_str_idn, st_sym_idn, st_abs_ifd_index, st_fglobal_idn, st_psym_idn_offset, st_pdadd_idn ] |
| st_extadd | routines that provide a compilation unit symbol table interface | [ stcu, st_cuinit, st_setchdr, st_currentpchdr, st_free, st_extadd, st_pext_iext, st_pext_rndx, st_iextmax, st_extstradd, st_str_extiss, st_idn_index_fext, st_idn_rndx, st_pdn_idn, st_rndx_idn, st_setidn ] |
| st_extstradd | routines that provide a compilation unit symbol table interface | [ stcu, st_cuinit, st_setchdr, st_currentpchdr, st_free, st_extadd, st_pext_iext, st_pext_rndx, st_iextmax, st_extstradd, st_str_extiss, st_idn_index_fext, st_idn_rndx, st_pdn_idn, st_rndx_idn, st_setidn ] |
| st_fdadd | routines that provide access to per file descriptor section of the symbol table | [ stfd, st_currentifd, st_ifdmax, st_setfd, st_fdadd, st_symadd, st_auxadd, st_stradd, st_lineadd, st_pdadd, st_ifd_pcfd, st_pcfd_ifd, st_psym_ifd_isym, st_paux_ifd_iaux, st_paux_iaux, st_str_iss, st_str_ifd_iss, st_ppd_ifd_isym, st_malloc ] |
| st_fglobal_idn | routines that provide a high-level interface to basic functions needed to access and add to the symbol table | [ stfe, st_filebegin, st_endallfiles, st_fileend, st_blockbegin, st_textblock, st_blockend, st_procend, st_procbegin, st_str_idn, st_sym_idn, st_abs_ifd_index, st_fglobal_idn, st_psym_idn_offset, st_pdadd_idn ] |
| st_filebegin | routines that provide a high-level interface to basic functions needed to access and add to the symbol table | [ stfe, st_filebegin, st_endallfiles, st_fileend, st_blockbegin, st_textblock, st_blockend, st_procend, st_procbegin, st_str_idn, st_sym_idn, st_abs_ifd_index, st_fglobal_idn, st_psym_idn_offset, st_pdadd_idn ] |
| st_fileend | routines that provide a high-level interface to basic functions needed to access and add to the symbol table | [ stfe, st_filebegin, st_endallfiles, st_fileend, st_blockbegin, st_textblock, st_blockend, st_procend, st_procbegin, st_str_idn, st_sym_idn, st_abs_ifd_index, st_fglobal_idn, st_psym_idn_offset, st_pdadd_idn ] |
| st_free | routines that provide a compilation unit symbol table interface | [ stcu, st_cuinit, st_setchdr, st_currentpchdr, st_free, st_extadd, st_pext_iext, st_pext_rndx, st_iextmax, st_extstradd, st_str_extiss, st_idn_index_fext, st_idn_rndx, st_pdn_idn, st_rndx_idn, st_setidn ] |
| st_iaux_copyty | routines that provide scalar interfaces to auxiliaries | [ st_auxbtadd, st_auxbtsize, st_auxisymadd, st_auxrndxadd, st_auxrndxadd, st_addtq, st_tqhigh_aux, st_shifttq, st_iaux_copyty, st_changeaux, st_changeauxrndx ] |
| st_idn_index_fext | routines that provide a compilation unit symbol table interface | [ stcu, st_cuinit, st_setchdr, st_currentpchdr, st_free, st_extadd, st_pext_iext, st_pext_rndx, st_iextmax, st_extstradd, st_str_extiss, st_idn_index_fext, st_idn_rndx, st_pdn_idn, st_rndx_idn, st_setidn ] |
| st_idn_rndx | routines that provide a compilation unit symbol table interface | [ stcu, st_cuinit, st_setchdr, st_currentpchdr, st_free, st_extadd, st_pext_iext, st_pext_rndx, st_iextmax, st_extstradd, st_str_extiss, st_idn_index_fext, st_idn_rndx, st_pdn_idn, st_rndx_idn, st_setidn ] |
| st_iextmax | routines that provide a compilation unit symbol table interface | [ stcu, st_cuinit, st_setchdr, st_currentpchdr, st_free, st_extadd, st_pext_iext, st_pext_rndx, st_iextmax, st_extstradd, st_str_extiss, st_idn_index_fext, st_idn_rndx, st_pdn_idn, st_rndx_idn, st_setidn ] |
| st_ifd_pcfd | routines that provide access to per file descriptor section of the symbol table | [ stfd, st_currentifd, st_ifdmax, st_setfd, st_fdadd, st_symadd, st_auxadd, st_stradd, st_lineadd, st_pdadd, st_ifd_pcfd, st_pcfd_ifd, st_psym_ifd_isym, st_paux_ifd_iaux, st_paux_iaux, st_str_iss, st_str_ifd_iss, st_ppd_ifd_isym, st_malloc ] |
| st_ifdmax | routines that provide access to per file descriptor section of the symbol table | [ stfd, st_currentifd, st_ifdmax, st_setfd, st_fdadd, st_symadd, st_auxadd, st_stradd, st_lineadd, st_pdadd, st_ifd_pcfd, st_pcfd_ifd, st_psym_ifd_isym, st_paux_ifd_iaux, st_paux_iaux, st_str_iss, st_str_ifd_iss, st_ppd_ifd_isym, st_malloc ] |
| st_lineadd | routines that provide access to per file descriptor section of the symbol table | [ stfd, st_currentifd, st_ifdmax, st_setfd, st_fdadd, st_symadd, st_auxadd, st_stradd, st_lineadd, st_pdadd, st_ifd_pcfd, st_pcfd_ifd, st_psym_ifd_isym, st_paux_ifd_iaux, st_paux_iaux, st_str_iss, st_str_ifd_iss, st_ppd_ifd_isym, st_malloc ] |
| st_malloc | routines that provide access to per file descriptor section of the symbol table | [ stfd, st_currentifd, st_ifdmax, st_setfd, st_fdadd, st_symadd, st_auxadd, st_stradd, st_lineadd, st_pdadd, st_ifd_pcfd, st_pcfd_ifd, st_psym_ifd_isym, st_paux_ifd_iaux, st_paux_iaux, st_str_iss, st_str_ifd_iss, st_ppd_ifd_isym, st_malloc ] |
| st_paux_iaux | routines that provide access to per file descriptor section of the symbol table | [ stfd, st_currentifd, st_ifdmax, st_setfd, st_fdadd, st_symadd, st_auxadd, st_stradd, st_lineadd, st_pdadd, st_ifd_pcfd, st_pcfd_ifd, st_psym_ifd_isym, st_paux_ifd_iaux, st_paux_iaux, st_str_iss, st_str_ifd_iss, st_ppd_ifd_isym, st_malloc ] |
| st_paux_ifd_iaux | routines that provide access to per file descriptor section of the symbol table | [ stfd, st_currentifd, st_ifdmax, st_setfd, st_fdadd, st_symadd, st_auxadd, st_stradd, st_lineadd, st_pdadd, st_ifd_pcfd, st_pcfd_ifd, st_psym_ifd_isym, st_paux_ifd_iaux, st_paux_iaux, st_str_iss, st_str_ifd_iss, st_ppd_ifd_isym, st_malloc ] |
| st_pcfd_ifd | routines that provide access to per file descriptor section of the symbol table | [ stfd, st_currentifd, st_ifdmax, st_setfd, st_fdadd, st_symadd, st_auxadd, st_stradd, st_lineadd, st_pdadd, st_ifd_pcfd, st_pcfd_ifd, st_psym_ifd_isym, st_paux_ifd_iaux, st_paux_iaux, st_str_iss, st_str_ifd_iss, st_ppd_ifd_isym, st_malloc ] |
| st_pdadd | routines that provide access to per file descriptor section of the symbol table | [ stfd, st_currentifd, st_ifdmax, st_setfd, st_fdadd, st_symadd, st_auxadd, st_stradd, st_lineadd, st_pdadd, st_ifd_pcfd, st_pcfd_ifd, st_psym_ifd_isym, st_paux_ifd_iaux, st_paux_iaux, st_str_iss, st_str_ifd_iss, st_ppd_ifd_isym, st_malloc ] |
| st_pdadd_idn | routines that provide a high-level interface to basic functions needed to access and add to the symbol table | [ stfe, st_filebegin, st_endallfiles, st_fileend, st_blockbegin, st_textblock, st_blockend, st_procend, st_procbegin, st_str_idn, st_sym_idn, st_abs_ifd_index, st_fglobal_idn, st_psym_idn_offset, st_pdadd_idn ] |
| st_pdn_idn | routines that provide a compilation unit symbol table interface | [ stcu, st_cuinit, st_setchdr, st_currentpchdr, st_free, st_extadd, st_pext_iext, st_pext_rndx, st_iextmax, st_extstradd, st_str_extiss, st_idn_index_fext, st_idn_rndx, st_pdn_idn, st_rndx_idn, st_setidn ] |
| st_pext_iext | routines that provide a compilation unit symbol table interface | [ stcu, st_cuinit, st_setchdr, st_currentpchdr, st_free, st_extadd, st_pext_iext, st_pext_rndx, st_iextmax, st_extstradd, st_str_extiss, st_idn_index_fext, st_idn_rndx, st_pdn_idn, st_rndx_idn, st_setidn ] |
| st_pext_rndx | routines that provide a compilation unit symbol table interface | [ stcu, st_cuinit, st_setchdr, st_currentpchdr, st_free, st_extadd, st_pext_iext, st_pext_rndx, st_iextmax, st_extstradd, st_str_extiss, st_idn_index_fext, st_idn_rndx, st_pdn_idn, st_rndx_idn, st_setidn ] |
| st_ppd_ifd_isym | routines that provide access to per file descriptor section of the symbol table | [ stfd, st_currentifd, st_ifdmax, st_setfd, st_fdadd, st_symadd, st_auxadd, st_stradd, st_lineadd, st_pdadd, st_ifd_pcfd, st_pcfd_ifd, st_psym_ifd_isym, st_paux_ifd_iaux, st_paux_iaux, st_str_iss, st_str_ifd_iss, st_ppd_ifd_isym, st_malloc ] |
| st_procbegin | routines that provide a high-level interface to basic functions needed to access and add to the symbol table | [ stfe, st_filebegin, st_endallfiles, st_fileend, st_blockbegin, st_textblock, st_blockend, st_procend, st_procbegin, st_str_idn, st_sym_idn, st_abs_ifd_index, st_fglobal_idn, st_psym_idn_offset, st_pdadd_idn ] |
| st_procend | routines that provide a high-level interface to basic functions needed to access and add to the symbol table | [ stfe, st_filebegin, st_endallfiles, st_fileend, st_blockbegin, st_textblock, st_blockend, st_procend, st_procbegin, st_str_idn, st_sym_idn, st_abs_ifd_index, st_fglobal_idn, st_psym_idn_offset, st_pdadd_idn ] |
| st_psym_idn_offset | routines that provide a high-level interface to basic functions needed to access and add to the symbol table | [ stfe, st_filebegin, st_endallfiles, st_fileend, st_blockbegin, st_textblock, st_blockend, st_procend, st_procbegin, st_str_idn, st_sym_idn, st_abs_ifd_index, st_fglobal_idn, st_psym_idn_offset, st_pdadd_idn ] |
| st_psym_ifd_isym | routines that provide access to per file descriptor section of the symbol table | [ stfd, st_currentifd, st_ifdmax, st_setfd, st_fdadd, st_symadd, st_auxadd, st_stradd, st_lineadd, st_pdadd, st_ifd_pcfd, st_pcfd_ifd, st_psym_ifd_isym, st_paux_ifd_iaux, st_paux_iaux, st_str_iss, st_str_ifd_iss, st_ppd_ifd_isym, st_malloc ] |
| st_readbinary | routines that provide a binary read/write interface to the MIPS symbol table | [ st_readbinary, st_readst, st_writebinary, st_writest ] |
| st_readst | routines that provide a binary read/write interface to the MIPS symbol table | [ st_readbinary, st_readst, st_writebinary, st_writest ] |
| st_rndx_idn | routines that provide a compilation unit symbol table interface | [ stcu, st_cuinit, st_setchdr, st_currentpchdr, st_free, st_extadd, st_pext_iext, st_pext_rndx, st_iextmax, st_extstradd, st_str_extiss, st_idn_index_fext, st_idn_rndx, st_pdn_idn, st_rndx_idn, st_setidn ] |
| st_setchdr | routines that provide a compilation unit symbol table interface | [ stcu, st_cuinit, st_setchdr, st_currentpchdr, st_free, st_extadd, st_pext_iext, st_pext_rndx, st_iextmax, st_extstradd, st_str_extiss, st_idn_index_fext, st_idn_rndx, st_pdn_idn, st_rndx_idn, st_setidn ] |
| st_setfd | routines that provide access to per file descriptor section of the symbol table | [ stfd, st_currentifd, st_ifdmax, st_setfd, st_fdadd, st_symadd, st_auxadd, st_stradd, st_lineadd, st_pdadd, st_ifd_pcfd, st_pcfd_ifd, st_psym_ifd_isym, st_paux_ifd_iaux, st_paux_iaux, st_str_iss, st_str_ifd_iss, st_ppd_ifd_isym, st_malloc ] |
| st_setidn | routines that provide a compilation unit symbol table interface | [ stcu, st_cuinit, st_setchdr, st_currentpchdr, st_free, st_extadd, st_pext_iext, st_pext_rndx, st_iextmax, st_extstradd, st_str_extiss, st_idn_index_fext, st_idn_rndx, st_pdn_idn, st_rndx_idn, st_setidn ] |
| st_shifttq | routines that provide scalar interfaces to auxiliaries | [ st_auxbtadd, st_auxbtsize, st_auxisymadd, st_auxrndxadd, st_auxrndxadd, st_addtq, st_tqhigh_aux, st_shifttq, st_iaux_copyty, st_changeaux, st_changeauxrndx ] |
| st_str_extiss | routines that provide a compilation unit symbol table interface | [ stcu, st_cuinit, st_setchdr, st_currentpchdr, st_free, st_extadd, st_pext_iext, st_pext_rndx, st_iextmax, st_extstradd, st_str_extiss, st_idn_index_fext, st_idn_rndx, st_pdn_idn, st_rndx_idn, st_setidn ] |
| st_str_idn | routines that provide a high-level interface to basic functions needed to access and add to the symbol table | [ stfe, st_filebegin, st_endallfiles, st_fileend, st_blockbegin, st_textblock, st_blockend, st_procend, st_procbegin, st_str_idn, st_sym_idn, st_abs_ifd_index, st_fglobal_idn, st_psym_idn_offset, st_pdadd_idn ] |
| st_str_ifd_iss | routines that provide access to per file descriptor section of the symbol table | [ stfd, st_currentifd, st_ifdmax, st_setfd, st_fdadd, st_symadd, st_auxadd, st_stradd, st_lineadd, st_pdadd, st_ifd_pcfd, st_pcfd_ifd, st_psym_ifd_isym, st_paux_ifd_iaux, st_paux_iaux, st_str_iss, st_str_ifd_iss, st_ppd_ifd_isym, st_malloc ] |
| st_str_iss | routines that provide access to per file descriptor section of the symbol table | [ stfd, st_currentifd, st_ifdmax, st_setfd, st_fdadd, st_symadd, st_auxadd, st_stradd, st_lineadd, st_pdadd, st_ifd_pcfd, st_pcfd_ifd, st_psym_ifd_isym, st_paux_ifd_iaux, st_paux_iaux, st_str_iss, st_str_ifd_iss, st_ppd_ifd_isym, st_malloc ] |
| st_stradd | routines that provide access to per file descriptor section of the symbol table | [ stfd, st_currentifd, st_ifdmax, st_setfd, st_fdadd, st_symadd, st_auxadd, st_stradd, st_lineadd, st_pdadd, st_ifd_pcfd, st_pcfd_ifd, st_psym_ifd_isym, st_paux_ifd_iaux, st_paux_iaux, st_str_iss, st_str_ifd_iss, st_ppd_ifd_isym, st_malloc ] |
| st_sym_idn | routines that provide a high-level interface to basic functions needed to access and add to the symbol table | [ stfe, st_filebegin, st_endallfiles, st_fileend, st_blockbegin, st_textblock, st_blockend, st_procend, st_procbegin, st_str_idn, st_sym_idn, st_abs_ifd_index, st_fglobal_idn, st_psym_idn_offset, st_pdadd_idn ] |
| st_symadd | routines that provide access to per file descriptor section of the symbol table | [ stfd, st_currentifd, st_ifdmax, st_setfd, st_fdadd, st_symadd, st_auxadd, st_stradd, st_lineadd, st_pdadd, st_ifd_pcfd, st_pcfd_ifd, st_psym_ifd_isym, st_paux_ifd_iaux, st_paux_iaux, st_str_iss, st_str_ifd_iss, st_ppd_ifd_isym, st_malloc ] |
| st_textblock | routines that provide a high-level interface to basic functions needed to access and add to the symbol table | [ stfe, st_filebegin, st_endallfiles, st_fileend, st_blockbegin, st_textblock, st_blockend, st_procend, st_procbegin, st_str_idn, st_sym_idn, st_abs_ifd_index, st_fglobal_idn, st_psym_idn_offset, st_pdadd_idn ] |
| st_tqhigh_aux | routines that provide scalar interfaces to auxiliaries | [ st_auxbtadd, st_auxbtsize, st_auxisymadd, st_auxrndxadd, st_auxrndxadd, st_addtq, st_tqhigh_aux, st_shifttq, st_iaux_copyty, st_changeaux, st_changeauxrndx ] |
| st_writebinary | routines that provide a binary read/write interface to the MIPS symbol table | [ st_readbinary, st_readst, st_writebinary, st_writest ] |
| st_writest | routines that provide a binary read/write interface to the MIPS symbol table | [ st_readbinary, st_readst, st_writebinary, st_writest ] |
| statfs | get file system statistics | |
| staux | routines that provide scalar interfaces to auxiliaries | [ st_auxbtadd, st_auxbtsize, st_auxisymadd, st_auxrndxadd, st_auxrndxadd, st_addtq, st_tqhigh_aux, st_shifttq, st_iaux_copyty, st_changeaux, st_changeauxrndx ] |
| stcu | routines that provide a compilation unit symbol table interface | [ stcu, st_cuinit, st_setchdr, st_currentpchdr, st_free, st_extadd, st_pext_iext, st_pext_rndx, st_iextmax, st_extstradd, st_str_extiss, st_idn_index_fext, st_idn_rndx, st_pdn_idn, st_rndx_idn, st_setidn ] |
| stfd | routines that provide access to per file descriptor section of the symbol table | [ stfd, st_currentifd, st_ifdmax, st_setfd, st_fdadd, st_symadd, st_auxadd, st_stradd, st_lineadd, st_pdadd, st_ifd_pcfd, st_pcfd_ifd, st_psym_ifd_isym, st_paux_ifd_iaux, st_paux_iaux, st_str_iss, st_str_ifd_iss, st_ppd_ifd_isym, st_malloc ] |
| stfe | routines that provide a high-level interface to basic functions needed to access and add to the symbol table | [ stfe, st_filebegin, st_endallfiles, st_fileend, st_blockbegin, st_textblock, st_blockend, st_procend, st_procbegin, st_str_idn, st_sym_idn, st_abs_ifd_index, st_fglobal_idn, st_psym_idn_offset, st_pdadd_idn ] |
| stime | set time | |
| stio | routines that provide a binary read/write interface to the MIPS symbol table | [ st_readbinary, st_readst, st_writebinary, st_writest ] |
| strcasecmp | string operations | [ strcasecmp, strncasecmp, strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strstr, strtok, index, rindex ] |
| strcat | string operations | [ strcasecmp, strncasecmp, strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strstr, strtok, index, rindex ] |
| strchr | string operations | [ strcasecmp, strncasecmp, strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strstr, strtok, index, rindex ] |
| strcmp | string operations | [ strcasecmp, strncasecmp, strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strstr, strtok, index, rindex ] |
| strcoll | string collation comparison | |
| strcpy | string operations | [ strcasecmp, strncasecmp, strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strstr, strtok, index, rindex ] |
| strcspn | string operations | [ strcasecmp, strncasecmp, strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strstr, strtok, index, rindex ] |
| strerror | system error messages | [ perror, strerror, sys_errlist, sys_nerr ] |
| strftime | convert time and date to string | |
| string | string operations | [ strcasecmp, strncasecmp, strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strstr, strtok, index, rindex ] |
| strlen | string operations | [ strcasecmp, strncasecmp, strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strstr, strtok, index, rindex ] |
| strncasecmp | string operations | [ strcasecmp, strncasecmp, strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strstr, strtok, index, rindex ] |
| strncat | string operations | [ strcasecmp, strncasecmp, strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strstr, strtok, index, rindex ] |
| strncmp | string operations | [ strcasecmp, strncasecmp, strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strstr, strtok, index, rindex ] |
| strncpy | string operations | [ strcasecmp, strncasecmp, strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strstr, strtok, index, rindex ] |
| strpbrk | string operations | [ strcasecmp, strncasecmp, strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strstr, strtok, index, rindex ] |
| strrchr | string operations | [ strcasecmp, strncasecmp, strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strstr, strtok, index, rindex ] |
| strspn | string operations | [ strcasecmp, strncasecmp, strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strstr, strtok, index, rindex ] |
| strstr | string operations | [ strcasecmp, strncasecmp, strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strstr, strtok, index, rindex ] |
| strtod | convert ASCII to numbers | [ atof, atoi, atol, strtol, strtoul, strtod ] |
| strtok | string operations | [ strcasecmp, strncasecmp, strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strstr, strtok, index, rindex ] |
| strtol | convert ASCII to numbers | [ atof, atoi, atol, strtol, strtoul, strtod ] |
| strtoul | convert ASCII to numbers | [ atof, atoi, atol, strtol, strtoul, strtod ] |
| strxfrm | string transformation | |
| stty | set and get terminal state | [ stty, gtty ] |
| swab | swap bytes | |
| swapINX | floating-point control registers | [ fpc, get_fpc_csr, set_fpc_csr, swapRM, swapINX ] |
| swapRM | floating-point control registers | [ fpc, get_fpc_csr, set_fpc_csr, swapRM, swapINX ] |
| swap_aouthdr | 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 ] |
| swap_aux | 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 ] |
| swap_dn | 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 ] |
| swap_ext | 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 ] |
| swap_fd | 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 ] |
| swap_fi | 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 ] |
| swap_filehdr | 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 ] |
| swap_half | 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 ] |
| swap_hdr | 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 ] |
| swap_lw_bytes | perform byte swapping operations | [ swap_lw_bytes, swap_word_bytes, swap_words ] |
| swap_opt | 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 ] |
| swap_pd | 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 ] |
| swap_ranlib | 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 ] |
| swap_reloc | 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 ] |
| swap_scnhdr | 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 ] |
| swap_sym | 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 ] |
| swap_word | 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 ] |
| swap_word_bytes | perform byte swapping operations | [ swap_lw_bytes, swap_word_bytes, swap_words ] |
| swap_words | perform byte swapping operations | [ swap_lw_bytes, swap_word_bytes, swap_words ] |
| 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, strerror, sys_errlist, sys_nerr ] |
| sys_nerr | system error messages | [ perror, strerror, 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 | date and time functions | [ ctime, localtime, gmtime, asctime, difftime, mktime, 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 | date and time functions | [ ctime, localtime, gmtime, asctime, difftime, mktime, timezone, tzset ] |
| ulimit | get and set user limits | |
| unsetenv | manipulate environment variables | [ getenv, setenv, unsetenv ] |
| utime | set file times | |
| utmpname | access utmp file entries | [ getutent, getutid, getutline, pututline, setutent, endutent, utmpname ] |
| valloc | aligned memory allocator | |
| varargs | variable argument list | |
| vlimit | control maximum system resource consumption | |
| vtimes | get information about resource utilization | |
| ApplicationShell | The ApplicationShell widget class | |
| Composite | The Composite widget class | |
| Constraint | The Constraint widget class | |
| Core | The Core widget class | |
| DXmActivateWidget | Allows the application to simulate push button activation. | |
| DXmCSContainsStringCharSet | Examines XmString segments for ISO_LATIN_1 characters. | |
| DXmCSTextClearSelection | Clears (cancels) the global selection highlighted in the compound string text widget. | |
| DXmCSTextCopy | Copies the currently selected (highlighted) text to the clipboard. | |
| DXmCSTextCut | Deletes the currently selected (highlighted) text after copying it to the clipboard. | |
| DXmCSTextDisableRedisplay | A Text function that temporarily prevents visual update of the DXmCSText widget | |
| DXmCSTextEnableRedisplay | A Text function that forces the visual update of DXmCSText widget. | |
| DXmCSTextGetEditable | Indicates whether the text in the compound string text widget can be edited by the user. | |
| DXmCSTextGetInsertionPosition | Retrieves (returns) the logical position of the insertion cursor. | |
| DXmCSTextGetLastPosition | Retrieves (returns) the logical position of the last character in the text. | |
| DXmCSTextGetMaxLength | Retrieves (returns) current maximum allowable length of the text in the compound string text widget. | |
| DXmCSTextGetSelection | Retrieves the text selected in the compound string text widget. | |
| DXmCSTextGetSelectionInfo | Retrieves (returns) the left and right positions of the currently selected text. | |
| DXmCSTextGetString | Retrieves all the text from the compound string text widget. | |
| DXmCSTextGetTopPosition | Retrieves (returns) the logical position of the first character in the displayed text. | |
| DXmCSTextHasSelection | Indicates whether the compound string text widget currently owns the primary selection. | |
| DXmCSTextHorizontalScroll | Scrolls text horizontally. | |
| DXmCSTextInsert | Inserts new text into the compound string text widget. | |
| DXmCSTextNumLines | Retrieves (returns) the number of visible lines in the compound string text widget. | |
| DXmCSTextPaste | Pastes the data from the clipboard into the text at the current cursor position. | |
| DXmCSTextPosToXY | Retrieves (returns) the x and y position of a specified character in the text. | |
| DXmCSTextRemove | Removes the currently selected (highlighted) text. | |
| DXmCSTextReplace | Replaces a specified segment of text in a compound string text widget. | |
| DXmCSTextSetAddMode | Controls whether the CSText widget is in Add Mode. | |
| DXmCSTextSetEditable | Specifies whether the text in the widget can be edited by the user. | |
| DXmCSTextSetHighlight | Changes the highlighting of the compound string text located between two specified logical positions. | |
| DXmCSTextSetInsertionPosition | Sets the insertion cursor to the specified logical position in the text. | |
| DXmCSTextSetMaxLength | Sets the maximum allowable length of the text in the compound string text widget. | |
| DXmCSTextSetSelection | Designates the specified text as the current primary selection by highlighting it in the compound string text widget. | |
| DXmCSTextSetString | Replaces all the text in the compound string text widget with new text. | |
| DXmCSTextSetTopPosition | Sets the logical position of the first character in the displayed text. | |
| DXmCSTextShowPosition | Displays text located at a specified position. | |
| DXmCSTextVerticalScroll | Scrolls text vertically. | |
| DXmCSTextXYToPos | Retrieves (returns) the position in the text of the character nearest to a specified x and y position. | |
| DXmChildren | Returns a list of the widget’s children. | |
| DXmColorMixGetNewColor | Retrieves (returns) the color mixing widget’s current new color red, green, and blue values. | |
| DXmColorMixSetNewColor | Sets the new color red, green, and blue values in the color mixing widget. | |
| DXmCreateCSText | Creates a compound string text widget. | |
| DXmCreateColorMix | Creates a color mixing widget, without a pop-up dialog box. | |
| DXmCreateColorMixDialog | Creates a color mixing widget with a dialog box. | |
| DXmCreateCursor | Creates a specific cursor. | |
| DXmCreateHelpDialog | Creates the Help widget with a dialog box. | |
| DXmCreatePrintBox | Creates the print widget without a dialog box. | |
| DXmCreatePrintDialog | Creates the print widget with a dialog box. | |
| DXmCreateScrolledCSText | Creates a compound string text widget with scroll bars. | |
| DXmCreateSvn | Creates an SVN widget | |
| DXmCvtCStoDDIF | Converts a compound string into a DDIF format string. | |
| DXmCvtCStoFC | Converts a compound string to a file-compatible format string. Currently uses text format. | |
| DXmCvtCStoOS | Converts a compound string to an operating-system specific format. Currently uses text format. | |
| DXmCvtDDIFtoCS | Converts a string in DDIF format to a compound string. | |
| DXmCvtFCtoCS | Converts a string in the file-compatible format to a compound string. | |
| DXmCvtOStoCS | Converts a string in the operating-system-specific format to a compound string. | |
| DXmDisplayCSMessage | Displays a compound string message. | |
| DXmFindFontFallback | Associates the given XLFD font name with a new XLFD font name. | |
| DXmFormSpaceButtonsEqually | Sets push buttons in a form widget to be equally spaced and sized. | |
| DXmGetLocaleString | Provides locale-sensitive Motif compound string version of Toolkit ASCII default values. | |
| DXmHelpOnContext | Enters the application into context sensitive help mode and either calls a help callback (if one exists) or searches for one in the widget’s parent. | |
| DXmHelpSystemClose | Closes all of the remaining topic and navigation windows in Bookreader. | |
| DXmHelpSystemDisplay | Displays a topic or directory of the help file in Bookreader. | |
| DXmHelpSystemOpen | Completes initialization operations required by LinkWorks and prepares to display a topic from the specified help file name. | |
| DXmInitialize | Prepares an application to use MRM widget-fetching facilities for the Digital-supplied (DXm) Motif widgets. | |
| DXmLoadQueryFont | Loads the font specified by the font name or generates a new font name. | |
| DXmNumChildren | Returns the number of children that belong to the widget. | |
| DXmPrintWgtAugmentList | Defines additional print formats and lets you add new options to the print widget option menus. | |
| DXmPrintWgtPrintJob | Submits files to the print service. | |
| DXmSvnAddEntries | Opens new entries in the structure. | |
| DXmSvnAutoScrollCheck | Controls whether the DxmSvnAutoScrollDisplay routine should be called. | |
| DXmSvnAutoScrollDisplay | Automatically scrolls the screen one unit based on the cursor position. | |
| DXmSvnClearHighlight | Removes (clears) highlighting from a specified entry. | |
| DXmSvnClearHighlighting | Removes (clears) all highlighting from the entries. | |
| DXmSvnClearSelection | Clears (cancels) the selection of a specified entry. | |
| DXmSvnClearSelections | Clears all selections. | |
| DXmSvnDeleteEntries | Deletes entries from the structure. | |
| DXmSvnDisableDisplay | Temporarily disables the SVN widget from generating a display. | |
| DXmSvnEnableDisplay | Reenables the SVN widget. | |
| DXmSvnFlushEntry | Displays the specified entry on the screen if it is the next logically displayed entry. | |
| DXmSvnGetComponentNumber | Retrieves (returns) the component number containing a supplied tag value. | |
| DXmSvnGetComponentTag | Retrieves (returns) a component tag for a specified component number. | |
| DXmSvnGetComponentText | Retrieves (returns) the address of a compound string. | |
| DXmSvnGetComponentWidth | Retrieves (returns) the width of a specified component. | |
| DXmSvnGetDisplayed | Retrieves (returns) displayed entry numbers and related information necessary to draw a corresponding display. | |
| DXmSvnGetEntryLevel | Retrieves (returns) the level of an entry in the display. | |
| DXmSvnGetEntryNumber | Retrieves (returns) an entry number for a specified entry tag value. | |
| DXmSvnGetEntryPosition | Retrieves (returns) the position of an entry in the display. | |
| DXmSvnGetEntrySensitivity | Retrieves (returns) the sensitivity of an entry in the display. | |
| DXmSvnGetEntryTag | Retrieves (returns) an entry’s tag for a specified entry number. | |
| DXmSvnGetHighlighted | Retrieves (returns) a list of entries currently highlighted by the user. | |
| DXmSvnGetNumDisplayed | Retrieves (returns) the number of entries currently being displayed in the window. | |
| DXmSvnGetNumHighlighted | Retrieves (returns) the number of highlighted entries. | |
| DXmSvnGetNumSelections | Retrieves (returns) the number of selected entries. | |
| DXmSvnGetPrimaryWorkWidget | Retrieves (returns) the identifier (widget ID) of the primary SVN work widget. | |
| DXmSvnGetSecondaryWorkWidget | Retrieves (returns) the identifier (widget ID) of the secondary SVN work widget. | |
| DXmSvnGetSelections | Retrieves (returns) a list of selected entry numbers. | |
| DXmSvnGetTreePosition | Retrieves (returns) the position of the display window for future use. | |
| DXmSvnHideHighlighting | Specifies that the SVN widget show highlighted entries in the default format, without using highlighting graphics. | |
| DXmSvnHideSelections | Specifies that the SVN widget show selected entries in the default format, without drawing selection graphics on those entries. | |
| DXmSvnHighlightAll | Highlights all entries. | |
| DXmSvnHighlightEntry | Highlights a specified entry. | |
| DXmSvnInsertComponent | Inserts a new component into each SVN entry. | |
| DXmSvnInvalidateEntry | Specifies that the SVN widget redisplay (update) an entry. | |
| DXmSvnMapPosition | Associates the x and y position with an entry number. | |
| DXmSvnPositionDisplay | Displays a specified entry. | |
| DXmSvnRemoveComponent | Removes a component from each SVN entry. | |
| DXmSvnSelectAll | Selects all entries. | |
| DXmSvnSelectComponent | Selects an entry using a specific component. | |
| DXmSvnSelectEntry | Selects a specified entry. | |
| DXmSvnSetApplDragging | Turns application dragging mode on or off in the SVN widget. | |
| DXmSvnSetComponentHidden | Controls which modes the SVN widget uses to display a particular component. | |
| DXmSvnSetComponentPixmap | Adds a pixmap component to an entry. | |
| DXmSvnSetComponentTag | Sets the tag of a component. | |
| DXmSvnSetComponentText | Adds a read-only component string to an entry. | |
| DXmSvnSetComponentWidget | Adds an SVN subwidget component to an entry. | |
| DXmSvnSetComponentWidth | Sets the width of a component. | |
| DXmSvnSetEntry | Provides the SVN widget with new entry level information. | |
| DXmSvnSetEntryIndexWindow | Controls whether the SVN widget displays the entry in the index window. | |
| DXmSvnSetEntryNumComponents | Provides the SVN widget with the number of components for an entry. | |
| DXmSvnSetEntryPosition | Sets the position of an entry in user-defined tree mode. | |
| DXmSvnSetEntrySensitivity | Controls whether the user can select a particular entry. | |
| DXmSvnSetEntryTag | Assigns an entry tag to a specified entry. | |
| DXmSvnSetTreePosition | Sets the position of the tree in tree display mode. | |
| DXmSvnShowHighlighting | Specifies that the SVN widget use highlight graphics when showing highlighted entries. | |
| DXmSvnShowSelections | Specifies that the SVN widget use selection graphics when displaying selected entries. | |
| DXmSvnValidateAll | Ensures that all entries are valid. | |
| MrmCloseHierarchy | Closes a UID hierarchy | |
| MrmFetchBitmapLiteral | Fetches a bitmap literal from a hierarchy | |
| MrmFetchColorLiteral | Fetches a named color literal from a UID file | |
| MrmFetchIconLiteral | Fetches an icon literal from a hierarchy | |
| MrmFetchLiteral | Fetches a literal from a UID file | |
| MrmFetchSetValues | Fetches the values to be set from literals stored in UID files | |
| MrmFetchWidget | Fetches and creates any indexed (UIL named) application widgets and its children | |
| MrmFetchWidgetOverride | Fetches any indexed (UIL named) application widget. It overrides the arguments specified for this application widget in UIL | |
| MrmInitialize | Prepares an application to use MRM widget-fetching facilities | |
| MrmOpenHierarchy | Allocates a hierarchy ID and opens all the UID files in the hierarchy | |
| MrmOpenHierarchyPerDisplay | Allocates a hierarchy ID and opens all the UID files in the hierarchy | |
| MrmRegisterClass | Saves the information needed for MRM to access the widget creation function for user-defined widgets | |
| MrmRegisterNames | Registers the values associated with the names referenced in UIL (for example, UIL callback function names or UIL identifier names) | |
| MrmRegisterNamesInHierarchy | Registers the values associated with the names referenced in UIL within a single hierarchy (for example, UIL callback function names or UIL identifier names) | |
| Object | The Object widget class | |
| OverrideShell | The OverrideShell widget class | |
| RectObj | The RectObj widget class | |
| Shell | The Shell widget class | |
| TopLevelShell | The TopLevelShell widget class | |
| TransientShell | The TransientShell widget class | |
| Uil | Invokes the UIL compiler from within an application | |
| UilDumpSymbolTable | Dumps the contents of a named UIL symbol table to standard output | |
| VendorShell | The VendorShell widget class | |
| VirtualBindings | Bindings for virtual mouse and key events | |
| WMShell | The WMShell widget class | |
| XmActivateProtocol | A VendorShell function that activates a protocol | |
| XmActivateWMProtocol | A VendorShell convenience interface that activates a protocol | |
| XmAddProtocolCallback | A VendorShell function that adds client callbacks for a protocol | |
| XmAddProtocols | A VendorShell function that adds the protocols to the protocol manager and allocates the internal tables | |
| XmAddTabGroup | A function that adds a manager or a primitive widget to the list of tab groups | |
| XmAddWMProtocolCallback | A VendorShell convenience interface that adds client callbacks for a protocol | |
| XmAddWMProtocols | A VendorShell convenience interface that adds the protocols to the protocol manager and allocates the internal tables | |
| XmArrowButton | The ArrowButton widget class | |
| XmArrowButtonGadget | The ArrowButtonGadget widget class | |
| XmBulletinBoard | The BulletinBoard widget class | |
| XmCascadeButton | The CascadeButton widget class | |
| XmCascadeButtonGadget | The CascadeButtonGadget widget class | |
| XmCascadeButtonGadgetHighlight | A CascadeButtonGadget function that sets the highlight state | |
| XmCascadeButtonHighlight | A CascadeButton and CascadeButtonGadget function that sets the highlight state | |
| XmChangeColor | Recalculates all associated colors of a widget | |
| XmClipboardCancelCopy | A clipboard function that cancels a copy to the clipboard | |
| XmClipboardCopy | A clipboard function that copies a data item to temporary storage for later copying to clipboard | |
| XmClipboardCopyByName | A clipboard function that copies a data item passed by name | |
| XmClipboardEndCopy | A clipboard function that ends a copy to the clipboard | |
| XmClipboardEndRetrieve | A clipboard function that ends a copy from the clipboard | |
| XmClipboardInquireCount | A clipboard function that returns the number of data item formats | |
| XmClipboardInquireFormat | A clipboard function that returns a specified format name | |
| XmClipboardInquireLength | A clipboard function that returns the length of the stored data | |
| XmClipboardInquirePendingItems | A clipboard function that returns a list of data_id/private_id pairs | |
| XmClipboardLock | A clipboard function that locks the clipboard | |
| XmClipboardRegisterFormat | A clipboard function that registers a new format | |
| XmClipboardRetrieve | A clipboard function that retrieves a data item from the clipboard | |
| XmClipboardStartCopy | A clipboard function that sets up a storage and data structure | |
| XmClipboardStartRetrieve | A clipboard function that starts a copy from the clipboard | |
| XmClipboardUndoCopy | A clipboard function that deletes the last item placed on the clipboard | |
| XmClipboardUnlock | A clipboard function that unlocks the clipboard | |
| XmClipboardWithdrawFormat | A clipboard function that indicates that the application no longer wants to supply a data item | |
| XmCommand | The Command widget class | |
| XmCommandAppendValue | A Command function that appends the passed XmString to the end of the string displayed in the command area of the widget | |
| XmCommandError | A Command function that displays an error message | |
| XmCommandGetChild | A Command function that is used to access a component | |
| XmCommandSetValue | A Command function that replaces a displayed string | |
| XmConvertUnits | A function that converts a value in one unit type to another unit type | |
| XmCreateArrowButton | The ArrowButton widget creation function | |
| XmCreateArrowButtonGadget | The ArrowButtonGadget creation function | |
| XmCreateBulletinBoard | The BulletinBoard widget creation function | |
| XmCreateBulletinBoardDialog | The BulletinBoard BulletinBoardDialog convenience creation function | |
| XmCreateCascadeButton | The CascadeButton widget creation function | |
| XmCreateCascadeButtonGadget | The CascadeButtonGadget creation function | |
| XmCreateCommand | The Command widget creation function | |
| XmCreateDialogShell | The DialogShell widget creation function | |
| XmCreateDragIcon | A Drag and Drop function that creates a DragIcon widget | |
| XmCreateDrawingArea | The DrawingArea widget creation function | |
| XmCreateDrawnButton | The DrawnButton widget creation function | |
| XmCreateErrorDialog | The MessageBox ErrorDialog convenience creation function | |
| XmCreateFileSelectionBox | The FileSelectionBox widget creation function | |
| XmCreateFileSelectionDialog | The FileSelectionBox FileSelectionDialog convenience creation function | |
| XmCreateForm | The Form widget creation function | |
| XmCreateFormDialog | A Form FormDialog convenience creation function | |
| XmCreateFrame | The Frame widget creation function | |
| XmCreateInformationDialog | The MessageBox InformationDialog convenience creation function | |
| XmCreateLabel | The Label widget creation function | |
| XmCreateLabelGadget | The LabelGadget creation function | |
| XmCreateList | The List widget creation function | |
| XmCreateMainWindow | The MainWindow widget creation function | |
| XmCreateMenuBar | A RowColumn widget convenience creation function | |
| XmCreateMenuShell | The MenuShell widget creation function | |
| XmCreateMessageBox | The MessageBox widget creation function | |
| XmCreateMessageDialog | The MessageBox MessageDialog convenience creation function | |
| XmCreateOptionMenu | A RowColumn widget convenience creation function | |
| XmCreatePanedWindow | The PanedWindow widget creation function | |
| XmCreatePopupMenu | A RowColumn widget convenience creation function | |
| XmCreatePromptDialog | The SelectionBox PromptDialog convenience creation function | |
| XmCreatePulldownMenu | A RowColumn widget convenience creation function | |
| XmCreatePushButton | The PushButton widget creation function | |
| XmCreatePushButtonGadget | The PushButtonGadget creation function | |
| XmCreateQuestionDialog | The MessageBox QuestionDialog convenience creation function | |
| XmCreateRadioBox | A RowColumn widget convenience creation function | |
| XmCreateRowColumn | The RowColumn widget creation function | |
| XmCreateScale | The Scale widget creation function | |
| XmCreateScrollBar | The ScrollBar widget creation function | |
| XmCreateScrolledList | The List ScrolledList convenience creation function | |
| XmCreateScrolledText | The TextScrolledText convenience creation function | |
| XmCreateScrolledWindow | The ScrolledWindow widget creation function | |
| XmCreateSelectionBox | The SelectionBox widget creation function | |
| XmCreateSelectionDialog | The SelectionBox SelectionDialog convenience creation function | |
| XmCreateSeparator | The Separator widget creation function | |
| XmCreateSeparatorGadget | The SeparatorGadget creation function | |
| XmCreateSimpleCheckBox | A RowColumn widget convenience creation function | |
| XmCreateSimpleMenuBar | A RowColumn widget convenience creation function | |
| XmCreateSimpleOptionMenu | A RowColumn widget convenience creation function | |
| XmCreateSimplePopupMenu | A RowColumn widget convenience creation function | |
| XmCreateSimplePulldownMenu | A RowColumn widget convenience creation function | |
| XmCreateSimpleRadioBox | A RowColumn widget convenience creation function | |
| XmCreateTemplateDialog | A MessageBox TemplateDialog convenience creation function | |
| XmCreateText | The Text widget creation function | |
| XmCreateTextField | The TextField widget creation function | |
| XmCreateToggleButton | The ToggleButton widget creation function | |
| XmCreateToggleButtonGadget | The ToggleButtonGadget creation function | |
| XmCreateWarningDialog | The MessageBox WarningDialog convenience creation function | |
| XmCreateWorkArea | A function that creates a RowColumn work area | |
| XmCreateWorkingDialog | The MessageBox WorkingDialog convenience creation function | |
| XmCvtCTToXmString | A compound string function that converts compound text to a compound string | |
| XmCvtStringToUnitType | A function that converts a string to a unit-type value | |
| XmCvtXmStringToCT | A compound string function that converts a compound string to compound text | |
| XmDeactivateProtocol | A VendorShell function that deactivates a protocol without removing it | |
| XmDeactivateWMProtocol | A VendorShell convenience interface that deactivates a protocol without removing it | |
| XmDestroyPixmap | A pixmap caching function that removes a pixmap from the pixmap cache | |
| XmDialogShell | The DialogShell widget class | |
| XmDisplay | The Display widget class | |
| XmDragCancel | A Drag and Drop function that terminates a drag transaction | |
| XmDragContext | The DragContext widget class | |
| XmDragIcon | The DragIcon widget class | |
| XmDragStart | A Drag and Drop function that initiates a drag and drop transaction | |
| XmDrawingArea | The DrawingArea widget class | |
| XmDrawnButton | The DrawnButton widget class | |
| XmDropSite | The DropSite Registry | |
| XmDropSiteConfigureStackingOrder | A Drag and Drop function that reorders a stack of widgets that are registered drop sites | |
| XmDropSiteEndUpdate | A Drag and Drop function that facilitates processing updates to multiple drop sites | |
| XmDropSiteQueryStackingOrder | A Drag and Drop function that returns the parent, a list of children, and the number of children for a specified widget | |
| XmDropSiteRegister | A Drag and Drop function that identifies a drop site and assigns resources that specify its behavior | |
| XmDropSiteRetrieve | A Drag and Drop function that retrieves resource values set on a drop site | |
| XmDropSiteStartUpdate | A Drag and Drop function that facilitates processing updates to multiple drop sites | |
| XmDropSiteUnregister | A Drag and Drop function that frees drop site information | |
| XmDropSiteUpdate | A Drag and Drop function that sets resource values for a drop site | |
| XmDropTransfer | The DropTransfer widget class | |
| XmDropTransferAdd | A Drag and Drop function that enables additional drop transfer entries to be processed after initiating a drop transfer | |
| XmDropTransferStart | A Drag and Drop function that initiates a drop transfer | |
| XmFileSelectionBox | The FileSelectionBox widget class | |
| XmFileSelectionBoxGetChild | A FileSelectionBox function used to access a component | |
| XmFileSelectionDoSearch | A FileSelectionBox function that initiates a directory search | |
| XmFontList | Data type for a font list | |
| XmFontListAdd | A font list function that creates a new font list | |
| XmFontListAppendEntry | A font list function that appends an entry to a font list | |
| XmFontListCopy | A font list function that copies a font list | |
| XmFontListCreate | A font list function that creates a font list | |
| XmFontListEntryCreate | A font list function that creates a font list entry | |
| XmFontListEntryFree | A font list function that recovers memory used by a font list entry | |
| XmFontListEntryGetFont | A font list function that retrieves font information from a font list entry | |
| XmFontListEntryGetTag | A font list function that retrieves the tag of a font list entry | |
| XmFontListEntryLoad | A font list function that loads a font or creates a font set and creates an accompanying font list entry | |
| XmFontListFree | A font list function that recovers memory used by a font list | |
| XmFontListFreeFontContext | A font list function that instructs the toolkit that the font list context is no longer needed | |
| XmFontListGetNextFont | A font list function that allows applications to access the fonts and character sets in a font list | |
| XmFontListInitFontContext | A font list function that allows applications to access the entries in a font list | |
| XmFontListNextEntry | A font list function that returns the next entry in a font list | |
| XmFontListRemoveEntry | A font list function that removes a font list entry from a font list | |
| XmForm | The Form widget class | |
| XmFrame | The Frame widget class | |
| XmGadget | The Gadget widget class | |
| XmGetAtomName | A function that returns the string representation for an atom | |
| XmGetColorCalculation | A function to get the procedure used for default color calculation | |
| XmGetColors | A function that generates foreground, select, and shadow colors | |
| XmGetDestination | A function that returns the widget ID of the widget to be used as the current destination for quick paste and certain clipboard operations | |
| XmGetDragContext | A Drag and Drop function that retrieves the DragContext widget ID associated with a timestamp | |
| XmGetFocusWidget | Returns the ID of the widget that has keyboard focus | |
| XmGetMenuCursor | A function that returns the cursor ID for the current menu cursor | |
| XmGetPixmap | A pixmap caching function that generates a pixmap, stores it in a pixmap cache, and returns the pixmap | |
| XmGetPixmapByDepth | A pixmap caching function that generates a pixmap, stores it in a pixmap cache, and returns the pixmap | |
| XmGetPostedFromWidget | A RowColumn function that returns the widget from which a menu was posted | |
| XmGetSecondaryResourceData | A function that provides access to secondary widget resource data | |
| XmGetTabGroup | Returns the widget ID of a tab group | |
| XmGetTearOffControl | A RowColumn function that obtains the widget ID for the tear-off control in a menu | |
| XmGetVisibility | A function that determines if a widget is visible | |
| XmGetXmDisplay | A Display function that returns the XmDisplay object ID for a specified display | |
| XmGetXmScreen | A Screen function that returns the XmScreen object ID for a specified screen | |
| XmInstallImage | A pixmap caching function that adds an image to the pixmap cache | |
| XmInternAtom | A function that returns an atom for a given name | |
| XmIsMotifWMRunning | A function that determines whether the window manager is running | |
| XmIsTraversable | A function that identifies whether a widget can be traversed | |
| XmLabel | The Label widget class | |
| XmLabelGadget | The LabelGadget widget class | |
| XmList | The List widget class | |
| XmListAddItem | A List function that adds an item to the list | |
| XmListAddItemUnselected | A List function that adds an item to the list | |
| XmListAddItems | A List function that adds items to the list | |
| XmListAddItemsUnselected | A List function that adds items to a list | |
| XmListDeleteAllItems | A List function that deletes all items from the list | |
| XmListDeleteItem | A List function that deletes an item from the list | |
| XmListDeleteItems | A List function that deletes items from the list | |
| XmListDeleteItemsPos | A List function that deletes items from the list starting at the given position | |
| XmListDeletePos | A List function that deletes an item from a list at a specified position | |
| XmListDeletePositions | A List function that deletes items from a list based on an array of positions | |
| XmListDeselectAllItems | A List function that unhighlights and removes all items from the selected list | |
| XmListDeselectItem | A List function that deselects the specified item from the selected list | |
| XmListDeselectPos | A List function that deselects an item at a specified position in the list | |
| XmListGetKbdItemPos | A List function that returns the position of the item at the location cursor | |
| XmListGetMatchPos | A List function that returns all instances of an item in the list | |
| XmListGetSelectedPos | A List function that returns the position of every selected item in the list | |
| XmListItemExists | A List function that checks if a specified item is in the list | |
| XmListItemPos | A List function that returns the position of an item in the list | |
| XmListPosSelected | A List function that determines if the list item at a specified position is selected | |
| XmListPosToBounds | A List function that returns the bounding box of an item at a specified position in a list | |
| XmListReplaceItems | A List function that replaces the specified elements in the list | |
| XmListReplaceItemsPos | A List function that replaces the specified elements in the list | |
| XmListReplaceItemsPosUnselected | A List function that replaces items in a list without selecting the replacement items | |
| XmListReplaceItemsUnselected | A List function that replaces items in a list | |
| XmListReplacePositions | A List function that replaces items in a list based on position | |
| XmListSelectItem | A List function that selects an item in the list | |
| XmListSelectPos | A List function that selects an item at a specified position in the list | |
| XmListSetAddMode | A List function that sets add mode in the list | |
| XmListSetBottomItem | A List function that makes an existing item the last visible item in the list | |
| XmListSetBottomPos | A List function that makes a specified item the last visible item in the list | |
| XmListSetHorizPos | A List function that scrolls to the specified position in the list | |
| XmListSetItem | A List function that makes an existing item the first visible item in the list | |
| XmListSetKbdItemPos | A List function that sets the location cursor at a specified position | |
| XmListSetPos | A List function that makes the item at the given position the first visible position in the list | |
| XmListUpdateSelectedList | A List function that updates the XmNselectedItems resource | |
| XmListYToPos | A List function that returns the position of the item at a specified y coordinate | |
| XmMainWindow | The MainWindow widget class | |
| XmMainWindowSep1 | A MainWindow function that returns the widget ID of the first Separator widget | |
| XmMainWindowSep2 | A MainWindow function that returns the widget ID of the second Separator widget | |
| XmMainWindowSep3 | A MainWindow function that returns the widget ID of the third Separator widget | |
| XmMainWindowSetAreas | A MainWindow function that identifies manageable children for each area | |
| XmManager | The Manager widget class | |
| XmMapSegmentEncoding | A compound string function that returns the compound text encoding format associated with the specified font list tag | |
| XmMenuPosition | A RowColumn function that positions a Popup MenuPane | |
| XmMenuShell | The MenuShell widget class | |
| XmMessageBox | The MessageBox widget class | |
| XmMessageBoxGetChild | A MessageBox function that is used to access a component | |
| XmOptionButtonGadget | A RowColumn function that obtains the widget ID for the CascadeButtonGadget in an OptionMenu | |
| XmOptionLabelGadget | A RowColumn function that obtains the widget ID for the LabelGadget in an OptionMenu | |
| XmPanedWindow | The PanedWindow widget class | |
| XmPrimitive | The Primitive widget class | |
| XmProcessTraversal | A function that determines which component receives keyboard events when a widget has the focus | |
| XmPushButton | The PushButton widget class | |
| XmPushButtonGadget | The PushButtonGadget widget class | |
| XmRegisterSegmentEncoding | A compound string function that registers a compound text encoding format for a specified font list element tag | |
| XmRemoveProtocolCallback | A VendorShell function that removes a callback from the internal list | |
| XmRemoveProtocols | A VendorShell function that removes the protocols from the protocol manager and deallocates the internal tables | |
| XmRemoveTabGroup | A function that removes a tab group | |
| XmRemoveWMProtocolCallback | A VendorShell convenience interface that removes a callback from the internal list | |
| XmRemoveWMProtocols | A VendorShell convenience interface that removes the protocols from the protocol manager and deallocates the internal tables | |
| XmRepTypeAddReverse | A representation type manager function that installs the reverse converter for a previously registered representation type | |
| XmRepTypeGetId | A representation type manager function that retrieves the identification number of a representation type | |
| XmRepTypeGetNameList | A representation type manager function that generates a list of values for a representation type | |
| XmRepTypeGetRecord | A representation type manager function that returns information about a representation type | |
| XmRepTypeGetRegistered | A representation type manager function that returns a copy of the registration list | |
| XmRepTypeInstallTearOffModelConverter | A representation type manager function that installs the resource converter for XmNtearOffModel. | |
| XmRepTypeRegister | A representation type manager function that registers a representation type resource | |
| XmRepTypeValidValue | A representation type manager function that tests the validity of a numerical value of a representation type resource | |
| XmResolveAllPartOffsets | A function that allows writing of upward-compatible applications and widgets | |
| XmResolvePartOffsets | A function that allows writing of upward-compatible applications and widgets | |
| XmRowColumn | The RowColumn widget class | |
| XmScale | The Scale widget class | |
| XmScaleGetValue | A Scale function that returns the current slider position | |
| XmScaleSetValue | A Scale function that sets a slider value | |
| XmScreen | The Screen widget class | |
| XmScrollBar | The ScrollBar widget class | |
| XmScrollBarGetValues | A ScrollBar function that returns the ScrollBar’s increment values | |
| XmScrollBarSetValues | A ScrollBar function that changes ScrollBar’s increment values and the slider’s size and position | |
| XmScrollVisible | A ScrolledWindow function that makes an invisible descendant of a ScrolledWindow work area visible | |
| XmScrolledWindow | The ScrolledWindow widget class | |
| XmScrolledWindowSetAreas | A ScrolledWindow function that adds or changes a window work region and a horizontal or vertical ScrollBar widget to the ScrolledWindow widget | |
| XmSelectionBox | The SelectionBox widget class | |
| XmSelectionBoxGetChild | A SelectionBox function that is used to access a component | |
| XmSeparator | The Separator widget class | |
| XmSeparatorGadget | The SeparatorGadget widget class | |
| XmSetColorCalculation | A function to set the procedure used for default color calculation | |
| XmSetFontUnit | A function that sets the font unit value for a display | |
| XmSetFontUnits | A function that sets the font unit value for a display | |
| XmSetMenuCursor | A function that modifies the menu cursor for a client | |
| XmSetProtocolHooks | A VendorShell function that allows pre and post actions to be executed when a protocol message is received from MWM | |
| XmSetWMProtocolHooks | A VendorShell convenience interface that allows pre and post actions to be executed when a protocol message is received from the window manager | |
| XmString | Data type for a compound string | |
| XmStringBaseline | A compound string function that returns the number of pixels between the top of the character box and the baseline of the first line of text | |
| XmStringByteCompare | A compound string function that indicates the results of a byte-by-byte comparison | |
| XmStringCompare | A compound string function that compares two strings | |
| XmStringConcat | A compound string function that appends one string to another | |
| XmStringCopy | A compound string function that makes a copy of a string | |
| XmStringCreate | A compound string function that creates a compound string | |
| XmStringCreateLocalized | A compound string function that creates a compound string in the current locale | |
| XmStringCreateLtoR | A compound string function that creates a compound string | |
| XmStringCreateSimple | A compound string function that creates a compound string in the language environment of a widget | |
| XmStringDirection | Data type for the direction of display in a string | |
| XmStringDirectionCreate | A compound string function that creates a compound string | |
| XmStringDraw | A compound string function that draws a compound string in an X window | |
| XmStringDrawImage | A compound string function that draws a compound string in an X Window and creates an image | |
| XmStringDrawUnderline | A compound string function that underlines a string drawn in an X Window | |
| XmStringEmpty | A compound string function that provides information on the existence of non-zero length text components | |
| XmStringExtent | A compound string function that determines the size of the smallest rectangle that will enclose the compound string | |
| XmStringFree | A compound string function that recovers memory | |
| XmStringFreeContext | A compound string function that instructs the toolkit that the context is no longer needed | |
| XmStringGetLtoR | A compound string function that searches for a text segment in the input compound string | |
| XmStringGetNextComponent | A compound string function that returns the type and value of the next component in a compound string | |
| XmStringGetNextSegment | A compound string function that fetches the octets in the next segment of a compound string | |
| XmStringHasSubstring | A compound string function that indicates whether one compound string is contained within another | |
| XmStringHeight | A compound string function that returns the line height of the given compound string | |
| XmStringInitContext | A compound string function that allows applications to read out the content segment by segment | |
| XmStringLength | A compound string function that obtains the length of a compound string | |
| XmStringLineCount | A compound string function that returns the number of separators plus one in the provided compound string | |
| XmStringNConcat | A compound string function that appends a specified number of bytes to a compound string | |
| XmStringNCopy | A compound string function that creates a copy of a compound string | |
| XmStringPeekNextComponent | A compound string function that returns the component type of the next component fetched | |
| XmStringSegmentCreate | A compound string function that creates a compound string | |
| XmStringSeparatorCreate | A compound string function that creates a compound string | |
| XmStringTable | Data type for an array of compound strings | |
| XmStringWidth | A compound string function that returns the width of the longest sequence of text components in a compound string | |
| XmTargetsAreCompatible | A function that tests whether the target types match between a drop site and source object | |
| XmText | The Text widget class | |
| XmTextClearSelection | A Text function that clears the primary selection | |
| XmTextCopy | A Text function that copies the primary selection to the clipboard | |
| XmTextCut | A Text function that copies the primary selection to the clipboard and deletes the selected text | |
| XmTextDisableRedisplay | A Text function that temporarily prevents visual update of the Text widget | |
| XmTextEnableRedisplay | A Text function that forces the visual update of a Text widget | |
| XmTextField | The TextField class | |
| XmTextFieldClearSelection | A TextField function that clears the primary selection | |
| XmTextFieldCopy | A TextField function that copies the primary selection to the clipboard | |
| XmTextFieldCut | A TextField function that copies the primary selection to the clipboard and deletes the selected text | |
| XmTextFieldGetBaseline | A TextField function that accesses the x position of the first baseline | |
| XmTextFieldGetEditable | A TextField function that accesses the edit permission state | |
| XmTextFieldGetInsertionPosition | A TextField function that accesses the position of the insertion cursor | |
| XmTextFieldGetLastPosition | A TextField function that accesses the position of the last text character | |
| XmTextFieldGetMaxLength | A TextField function that accesses the value of the current maximum allowable length of a text string entered from the keyboard | |
| XmTextFieldGetSelection | A TextField function that retrieves the value of the primary selection | |
| XmTextFieldGetSelectionPosition | A TextField function that accesses the position of the primary selection | |
| XmTextFieldGetSelectionWcs | A TextField function that retrieves the value of a wide character encoded primary selection | |
| XmTextFieldGetString | A TextField function that accesses the string value | |
| XmTextFieldGetStringWcs | A TextField function that retrieves a copy of the wide character string value of a TextField widget | |
| XmTextFieldGetSubstring | A TextField function that retrieves a copy of a portion of the internal text buffer | |
| XmTextFieldGetSubstringWcs | A TextField function that retrieves a a portion of a wide character internal text buffer | |
| XmTextFieldInsert | A TextField function that inserts a character string into a text string | |
| XmTextFieldInsertWcs | A TextField function that inserts a wide character string into a TextField widget | |
| XmTextFieldPaste | A TextField function that inserts the clipboard selection | |
| XmTextFieldPosToXY | A TextField function that accesses the x and y position of a character position | |
| XmTextFieldRemove | A TextField function that deletes the primary selection | |
| XmTextFieldReplace | A TextField function that replaces part of a text string | |
| XmTextFieldReplaceWcs | A TextField function that replaces part of a wide character string in a TextField widget | |
| XmTextFieldSetAddMode | A TextField function that sets the state of Add Mode | |
| XmTextFieldSetEditable | A TextField function that sets the edit permission | |
| XmTextFieldSetHighlight | A TextField function that highlights text | |
| XmTextFieldSetInsertionPosition | A TextField function that sets the position of the insertion cursor | |
| XmTextFieldSetMaxLength | A TextField function that sets the value of the current maximum allowable length of a text string entered from the keyboard | |
| XmTextFieldSetSelection | A TextField function that sets the primary selection of the text | |
| XmTextFieldSetString | A TextField function that sets the string value | |
| XmTextFieldSetStringWcs | A TextField function that sets a wide character string value | |
| XmTextFieldShowPosition | A TextField function that forces text at a given position to be displayed | |
| XmTextFieldXYToPos | A TextField function that accesses the character position nearest an x and y position | |
| XmTextFindString | A Text function that finds the beginning position of a text string | |
| XmTextFindStringWcs | A Text function that finds the beginning position of a wide character text string | |
| XmTextGetBaseline | A Text function that accesses the x position of the first baseline | |
| XmTextGetEditable | A Text function that accesses the edit permission state | |
| XmTextGetInsertionPosition | A Text function that accesses the position of the insert cursor | |
| XmTextGetLastPosition | A Text function that accesses the last position in the text | |
| XmTextGetMaxLength | A Text function that accesses the value of the current maximum allowable length of a text string entered from the keyboard | |
| XmTextGetSelection | A Text function that retrieves the value of the primary selection | |
| XmTextGetSelectionPosition | A Text function that accesses the position of the primary selection | |
| XmTextGetSelectionWcs | A Text function that retrieves the value of a wide character encoded primary selection | |
| XmTextGetSource | A Text function that accesses the source of the widget | |
| XmTextGetString | A Text function that accesses the string value | |
| XmTextGetStringWcs | A Text function that retrieves a copy of the wide character string value of a Text widget | |
| XmTextGetSubstring | A Text function that retrieves a copy of a portion of the internal text buffer | |
| XmTextGetSubstringWcs | A Text function that retrieves a portion of a wide character internal text buffer | |
| XmTextGetTopCharacter | A Text function that accesses the position of the first character displayed | |
| XmTextInsert | A Text function that inserts a character string into a text string | |
| XmTextInsertWcs | A Text function that inserts a wide character string into a Text widget | |
| XmTextPaste | A Text function that inserts the clipboard selection | |
| XmTextPosToXY | A Text function that accesses the x and y position of a character position | |
| XmTextPosition | Data type for a character position within a text string | |
| XmTextRemove | A Text function that deletes the primary selection | |
| XmTextReplace | A Text function that replaces part of a text string | |
| XmTextReplaceWcs | A Text function that replaces part of a wide character string in a Text widget | |
| XmTextScroll | A Text function that scrolls text | |
| XmTextSetAddMode | A Text function that sets the state of Add Mode | |
| XmTextSetEditable | A Text function that sets the edit permission | |
| XmTextSetHighlight | A Text function that highlights text | |
| XmTextSetInsertionPosition | A Text function that sets the position of the insert cursor | |
| XmTextSetMaxLength | A Text function that sets the value of the current maximum allowable length of a text string entered from the keyboard | |
| XmTextSetSelection | A Text function that sets the primary selection of the text | |
| XmTextSetSource | A Text function that sets the source of the widget | |
| XmTextSetString | A Text function that sets the string value | |
| XmTextSetStringWcs | A Text function that sets a wide character string value | |
| XmTextSetTopCharacter | A Text function that sets the position of the first character displayed | |
| XmTextShowPosition | A Text function that forces text at a given position to be displayed | |
| XmTextXYToPos | A Text function that accesses the character position nearest an x and y position | |
| XmToggleButton | The ToggleButton widget class | |
| XmToggleButtonGadget | The ToggleButtonGadget widget class | |
| XmToggleButtonGadgetGetState | A ToggleButtonGadget function that obtains the state of a ToggleButtonGadget | |
| XmToggleButtonGadgetSetState | A ToggleButtonGadget function that sets or changes the current state | |
| XmToggleButtonGetState | A ToggleButton function that obtains the state of a ToggleButton | |
| XmToggleButtonSetState | A ToggleButton function that sets or changes the current state | |
| XmTrackingEvent | A Toolkit function that provides a modal interaction | |
| XmTrackingLocate | A Toolkit function that provides a modal interaction | |
| XmTranslateKey | The default keycode-to-keysym translator | |
| XmUninstallImage | A pixmap caching function that removes an image from the image cache | |
| XmUpdateDisplay | A function that processes all pending exposure events immediately | |
| XmVaCreateSimpleCheckBox | A RowColumn widget convenience creation function | |
| XmVaCreateSimpleMenuBar | A RowColumn widget convenience creation function | |
| XmVaCreateSimpleOptionMenu | A RowColumn widget convenience creation function | |
| XmVaCreateSimplePopupMenu | A RowColumn widget convenience creation function | |
| XmVaCreateSimplePulldownMenu | A RowColumn widget convenience creation function | |
| XmVaCreateSimpleRadioBox | A RowColumn widget convenience creation function | |
| XmWidgetGetBaselines | Retrieves baseline information for a widget | |
| XmWidgetGetDisplayRect | Retrieves display rectangle information for a widget | |
| AllPlanes | Display macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, XListDepths, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, XMaxRequestSize, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| BitmapBitOrder | image format functions and macros | [ ImageByteOrder, BitmapBitOrder, BitmapPad, BitmapUnit, DisplayHeight, DisplayHeightMM, DisplayWidth, DisplayWidthMM, XListPixmapFormats, XPixmapFormatValues ] |
| BitmapPad | image format functions and macros | [ ImageByteOrder, BitmapBitOrder, BitmapPad, BitmapUnit, DisplayHeight, DisplayHeightMM, DisplayWidth, DisplayWidthMM, XListPixmapFormats, XPixmapFormatValues ] |
| BitmapUnit | image format functions and macros | [ ImageByteOrder, BitmapBitOrder, BitmapPad, BitmapUnit, DisplayHeight, DisplayHeightMM, DisplayWidth, DisplayWidthMM, XListPixmapFormats, XPixmapFormatValues ] |
| BlackPixel | Display macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, XListDepths, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, XMaxRequestSize, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| BlackPixelOfScreen | screen information functions and macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, XScreenNumberOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| CT | | |
| CellsOfScreen | screen information functions and macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, XScreenNumberOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| ClientWhitePointOfCCC | Color Conversion Context macros | [ DisplayOfCCC, VisualOfCCC, ScreenNumberOfCCC, ScreenWhitePointOfCCC, ClientWhitePointOfCCC ] |
| ConnectionNumber | Display macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, XListDepths, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, XMaxRequestSize, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| DefaultColormap | Display macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, XListDepths, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, XMaxRequestSize, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| DefaultColormapOfScreen | screen information functions and macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, XScreenNumberOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| DefaultDepth | Display macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, XListDepths, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, XMaxRequestSize, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| DefaultDepthOfScreen | screen information functions and macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, XScreenNumberOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| DefaultGC | Display macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, XListDepths, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, XMaxRequestSize, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| DefaultGCOfScreen | screen information functions and macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, XScreenNumberOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| DefaultRootWindow | Display macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, XListDepths, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, XMaxRequestSize, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| DefaultScreen | Display macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, XListDepths, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, XMaxRequestSize, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| DefaultScreenOfDisplay | Display macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, XListDepths, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, XMaxRequestSize, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| DefaultVisual | Display macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, XListDepths, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, XMaxRequestSize, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| DefaultVisualOfScreen | screen information functions and macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, XScreenNumberOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| DisplayCells | Display macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, XListDepths, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, XMaxRequestSize, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| DisplayHeight | image format functions and macros | [ ImageByteOrder, BitmapBitOrder, BitmapPad, BitmapUnit, DisplayHeight, DisplayHeightMM, DisplayWidth, DisplayWidthMM, XListPixmapFormats, XPixmapFormatValues ] |
| DisplayHeightMM | image format functions and macros | [ ImageByteOrder, BitmapBitOrder, BitmapPad, BitmapUnit, DisplayHeight, DisplayHeightMM, DisplayWidth, DisplayWidthMM, XListPixmapFormats, XPixmapFormatValues ] |
| DisplayOfCCC | Color Conversion Context macros | [ DisplayOfCCC, VisualOfCCC, ScreenNumberOfCCC, ScreenWhitePointOfCCC, ClientWhitePointOfCCC ] |
| DisplayOfScreen | screen information functions and macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, XScreenNumberOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| DisplayPlanes | Display macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, XListDepths, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, XMaxRequestSize, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| DisplayString | Display macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, XListDepths, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, XMaxRequestSize, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| DisplayWidth | image format functions and macros | [ ImageByteOrder, BitmapBitOrder, BitmapPad, BitmapUnit, DisplayHeight, DisplayHeightMM, DisplayWidth, DisplayWidthMM, XListPixmapFormats, XPixmapFormatValues ] |
| DisplayWidthMM | image format functions and macros | [ ImageByteOrder, BitmapBitOrder, BitmapPad, BitmapUnit, DisplayHeight, DisplayHeightMM, DisplayWidth, DisplayWidthMM, XListPixmapFormats, XPixmapFormatValues ] |
| DoesBackingStore | screen information functions and macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, XScreenNumberOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| DoesSaveUnders | screen information functions and macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, XScreenNumberOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| EventMaskOfScreen | screen information functions and macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, XScreenNumberOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| HeightMMOfScreen | screen information functions and macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, XScreenNumberOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| HeightOfScreen | screen information functions and macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, XScreenNumberOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| ImageByteOrder | image format functions and macros | [ ImageByteOrder, BitmapBitOrder, BitmapPad, BitmapUnit, DisplayHeight, DisplayHeightMM, DisplayWidth, DisplayWidthMM, XListPixmapFormats, XPixmapFormatValues ] |
| 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, XListDepths, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, XMaxRequestSize, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| LocalIM | Conversion table of Local Input Method | |
| MaxCmapsOfScreen | screen information functions and macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, XScreenNumberOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| MinCmapsOfScreen | screen information functions and macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, XScreenNumberOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| NextRequest | Display macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, XListDepths, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, XMaxRequestSize, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| PlanesOfScreen | screen information functions and macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, XScreenNumberOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| ProtocolRevision | Display macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, XListDepths, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, XMaxRequestSize, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| ProtocolVersion | Display macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, XListDepths, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, XMaxRequestSize, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| QLength | Display macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, XListDepths, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, XMaxRequestSize, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| RootWindow | Display macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, XListDepths, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, XMaxRequestSize, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| RootWindowOfScreen | screen information functions and macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, XScreenNumberOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| ScreenCount | Display macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, XListDepths, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, XMaxRequestSize, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| ScreenNumberOfCCC | Color Conversion Context macros | [ DisplayOfCCC, VisualOfCCC, ScreenNumberOfCCC, ScreenWhitePointOfCCC, ClientWhitePointOfCCC ] |
| ScreenOfDisplay | Display macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, XListDepths, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, XMaxRequestSize, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| ScreenWhitePointOfCCC | Color Conversion Context macros | [ DisplayOfCCC, VisualOfCCC, ScreenNumberOfCCC, ScreenWhitePointOfCCC, ClientWhitePointOfCCC ] |
| ServerVendor | Display macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, XListDepths, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, XMaxRequestSize, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| VendorRelease | Display macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, XListDepths, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, XMaxRequestSize, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| VisualOfCCC | Color Conversion Context macros | [ DisplayOfCCC, VisualOfCCC, ScreenNumberOfCCC, ScreenWhitePointOfCCC, ClientWhitePointOfCCC ] |
| WC | | |
| WhitePixel | Display macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, XListDepths, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, XMaxRequestSize, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| WhitePixelOfScreen | screen information functions and macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, XScreenNumberOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| WidthMMOfScreen | screen information functions and macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, XScreenNumberOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| WidthOfScreen | screen information functions and macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, XScreenNumberOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| XActivateScreenSaver | manipulate the screen saver | [ XSetScreenSaver, XForceScreenSaver, XActivateScreenSaver, XResetScreenSaver, XGetScreenSaver ] |
| XAddHost | control host access and host control structure | [ XAddHost, XAddHosts, XListHosts, XRemoveHost, XRemoveHosts, XSetAccessControl, XEnableAccessControl, XDisableAccessControl, XHostAddress ] |
| XAddHosts | control host access and host control structure | [ XAddHost, XAddHosts, XListHosts, XRemoveHost, XRemoveHosts, XSetAccessControl, XEnableAccessControl, XDisableAccessControl, XHostAddress ] |
| XAddPixel | image utilities | [ XCreateImage, XGetPixel, XPutPixel, XSubImage, XAddPixel, XDestroyImage ] |
| XAddToSaveSet | change a client’s save set | [ XChangeSaveSet, XAddToSaveSet, XRemoveFromSaveSet ] |
| XAllocClassHint | allocate class hints structure and set or read a window’s WM_CLASS property | [ XAllocClassHint, XSetClassHint, XGetClassHint, XClassHint ] |
| 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 ] |
| XAllocIconSize | allocate icon size structure and set or read a window’s WM_ICON_SIZES property | [ XAllocIconSize, XSetIconSizes, XGetIconSizes, XIconSize ] |
| XAllocNamedColor | allocate and free colors | [ XAllocColor, XAllocNamedColor, XAllocColorCells, XAllocColorPlanes, XFreeColors ] |
| XAllocSizeHints | allocate size hints structure and set or read a window’s WM_NORMAL_HINTS property | [ XAllocSizeHints, XSetWMNormalHints, XGetWMNormalHints, XSetWMSizeHints, XGetWMSizeHints, XSizeHints ] |
| XAllocStandardColormap | allocate, set, or read a standard colormap structure | [ XAllocStandardColormap, XSetRGBColormaps, XGetRGBColormaps, XStandardColormap ] |
| XAllocWMHints | allocate window manager hints structure and set or read a window’s WM_HINTS property | [ XAllocWMHints, XSetWMHints, XGetWMHints, XWMHints ] |
| XAllowEvents | release queued events | |
| XAnyEvent | generic X event structures | [ XAnyEvent, XEvent ] |
| XArc | draw arcs and arc structure | [ XDrawArc, XDrawArcs, XArc ] |
| XAutoRepeatOff | manipulate keyboard settings and keyboard control structure | [ XChangeKeyboardControl, XGetKeyboardControl, XAutoRepeatOn, XAutoRepeatOff, XBell, XQueryKeymap, XKeyboardControl ] |
| XAutoRepeatOn | manipulate keyboard settings and keyboard control structure | [ XChangeKeyboardControl, XGetKeyboardControl, XAutoRepeatOn, XAutoRepeatOff, XBell, XQueryKeymap, XKeyboardControl ] |
| XBaseFontNameListOfFontSet | obtain fontset information | [ XFontsOfFontSet, XBaseFontNameListOfFontSet, XLocaleOfFontSet, XContextDependentDrawing ] |
| XBell | manipulate keyboard settings and keyboard control structure | [ XChangeKeyboardControl, XGetKeyboardControl, XAutoRepeatOn, XAutoRepeatOff, XBell, XQueryKeymap, XKeyboardControl ] |
| XButtonEvent | KeyPress, KeyRelease, ButtonPress, ButtonRelease, and MotionNotify event structures | [ XButtonEvent, XKeyEvent, XMotionEvent ] |
| XCTWC | Compound text and wide character encoding | [ XCTWC, CT, WC ] |
| XChangeActivePointerGrab | grab the pointer | [ XGrabPointer, XUngrabPointer, XChangeActivePointerGrab ] |
| XChangeGC | create or free graphics contexts and graphics context structure | [ XCreateGC, XCopyGC, XChangeGC, XGetGCValues, XFreeGC, XGContextFromGC, XGCValues ] |
| XChangeKeyboardControl | manipulate keyboard settings and keyboard control structure | [ XChangeKeyboardControl, XGetKeyboardControl, XAutoRepeatOn, XAutoRepeatOff, XBell, XQueryKeymap, XKeyboardControl ] |
| XChangeKeyboardMapping | Manipulate keyboard encoding and keyboard encoding structure | [ XChangeKeyboardMapping, XGetKeyboardMapping, XDisplayKeycodes, XSetModifierMapping, XGetModifierMapping, XNewModifiermap, XInsertModifiermapEntry, XDeleteModifiermapEntry, XFreeModifierMap, XModifierKeymap ] |
| 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, XSetWindowColormap ] |
| XChar2b | load or unload fonts and font metric structures | [ XLoadFont, XQueryFont, XLoadQueryFont, XFreeFont, XGetFontProperty, XUnloadFont, XCharStruct, XFontProp, XChar2b, XFontStruct ] |
| XCharStruct | load or unload fonts and font metric structures | [ XLoadFont, XQueryFont, XLoadQueryFont, XFreeFont, XGetFontProperty, XUnloadFont, XCharStruct, XFontProp, XChar2b, XFontStruct ] |
| XCheckIfEvent | check the event queue with a predicate procedure | [ XIfEvent, XCheckIfEvent, XPeekIfEvent ] |
| XCheckMaskEvent | select events by type | [ XNextEvent, XPeekEvent, XWindowEvent, XCheckWindowEvent, XMaskEvent, XCheckMaskEvent, XCheckTypedEvent, XCheckTypedWindowEvent ] |
| XCheckTypedEvent | select events by type | [ XNextEvent, XPeekEvent, XWindowEvent, XCheckWindowEvent, XMaskEvent, XCheckMaskEvent, XCheckTypedEvent, XCheckTypedWindowEvent ] |
| XCheckTypedWindowEvent | select events by type | [ XNextEvent, XPeekEvent, XWindowEvent, XCheckWindowEvent, XMaskEvent, XCheckMaskEvent, XCheckTypedEvent, XCheckTypedWindowEvent ] |
| XCheckWindowEvent | select events by type | [ XNextEvent, XPeekEvent, XWindowEvent, XCheckWindowEvent, XMaskEvent, XCheckMaskEvent, XCheckTypedEvent, XCheckTypedWindowEvent ] |
| XCirculateEvent | CirculateNotify event structure | |
| XCirculateRequestEvent | CirculateRequest event structure | |
| 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 ] |
| XClassHint | allocate class hints structure and set or read a window’s WM_CLASS property | [ XAllocClassHint, XSetClassHint, XGetClassHint, XClassHint ] |
| XClearArea | clear area or window | [ XClearArea, XClearWindow ] |
| XClearWindow | clear area or window | [ XClearArea, XClearWindow ] |
| XClientMessageEvent | ColormapNotify event structure | |
| XClipBox | generate regions | [ XPolygonRegion, XClipBox ] |
| XCloseDisplay | connect or disconnect to X server | [ XOpenDisplay, XCloseDisplay ] |
| XCloseIM | open, close, and obtain input method information | [ XOpenIM, XCloseIM, XGetIMValues, XDisplayOfIM, XLocaleOfIM ] |
| XColor | create, copy, or destroy colormaps and color structure | [ XCreateColormap, XCopyColormapAndFree, XFreeColormap, XColor ] |
| XColormapEvent | ColormapNotify event structure | |
| XConfigureEvent | ConfigureNotify event structure | |
| XConfigureRequestEvent | ConfigureRequest event structure | |
| XConfigureWindow | configure windows and window changes structure | [ XConfigureWindow, XMoveWindow, XResizeWindow, XMoveResizeWindow, XSetWindowBorderWidth, XWindowChanges ] |
| XContextDependentDrawing | obtain fontset information | [ XFontsOfFontSet, XBaseFontNameListOfFontSet, XLocaleOfFontSet, XContextDependentDrawing ] |
| XConvertCTToMB | conversion from CT string to multibyte string | [ _XConvertCTToMB ] |
| XConvertCTToWC | conversion from CT string to WC string | [ _XConvertCTToWC ] |
| XConvertMBToCT | conversion from mb string to CT | [ _XConvertMBToCT ] |
| XConvertMBToWC | conversion from CT string to mb string. | [ _XConvertMBToWC ] |
| XConvertSelection | manipulate window selection | [ XSetSelectionOwner, XGetSelectionOwner, XConvertSelection ] |
| XConvertWCToCT | conversion from WC string to CT | [ _XConvertWCToCT ] |
| XConvertWCToMB | conversion from WC string to mb string | [ _XConvertWCToMB ] |
| XCopyArea | copy areas | [ XCopyArea, XCopyPlane ] |
| XCopyColormapAndFree | create, copy, or destroy colormaps and color structure | [ XCreateColormap, XCopyColormapAndFree, XFreeColormap, XColor ] |
| XCopyGC | create or free graphics contexts and graphics context structure | [ XCreateGC, XCopyGC, XChangeGC, XGetGCValues, XFreeGC, XGContextFromGC, XGCValues ] |
| XCopyPlane | copy areas | [ XCopyArea, XCopyPlane ] |
| XCreateBitmapFromData | manipulate bitmaps | [ XReadBitmapFile, XWriteBitmapFile, XCreatePixmapFromBitmapData, XCreateBitmapFromData ] |
| XCreateColormap | create, copy, or destroy colormaps and color structure | [ XCreateColormap, XCopyColormapAndFree, XFreeColormap, XColor ] |
| XCreateFontCursor | create cursors | [ XCreateFontCursor, XCreatePixmapCursor, XCreateGlyphCursor ] |
| XCreateFontSet | create and free an international text drawing font set | [ XCreateFontSet, XFreeFontSet ] |
| XCreateGC | create or free graphics contexts and graphics context structure | [ XCreateGC, XCopyGC, XChangeGC, XGetGCValues, XFreeGC, XGContextFromGC, XGCValues ] |
| XCreateGlyphCursor | create cursors | [ XCreateFontCursor, XCreatePixmapCursor, XCreateGlyphCursor ] |
| XCreateIC | create, destroy, and obtain the input method of an input context | [ XCreateIC, XDestroyIC, XIMOfIC ] |
| 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 and window attributes structure | [ XCreateWindow, XCreateSimpleWindow, XSetWindowAttributes ] |
| XCreateWindow | create windows and window attributes structure | [ XCreateWindow, XCreateSimpleWindow, XSetWindowAttributes ] |
| XCreateWindowEvent | CreateNotify event structure | |
| XCrossingEvent | EnterNotify and LeaveNotify event structure | |
| XDefaultString | convert text lists and text property structures | [ XmbTextListToTextProperty, XwcTextListToTextProperty, XmbTextPropertyToTextList, XwcTextPropertyToTextList, XwcFreeStringList, XDefaultString ] |
| XDefineCursor | define cursors | [ XDefineCursor, XUndefineCursor ] |
| XDeleteContext | associative look-up routines | [ XSaveContext, XFindContext, XDeleteContext, XUniqueContext ] |
| XDeleteModifiermapEntry | Manipulate keyboard encoding and keyboard encoding structure | [ XChangeKeyboardMapping, XGetKeyboardMapping, XDisplayKeycodes, XSetModifierMapping, XGetModifierMapping, XNewModifiermap, XInsertModifiermapEntry, XDeleteModifiermapEntry, XFreeModifierMap, XModifierKeymap ] |
| XDeleteProperty | obtain and change window properties | [ XGetWindowProperty, XListProperties, XChangeProperty, XRotateWindowProperties, XDeleteProperty ] |
| XDestroyIC | create, destroy, and obtain the input method of an input context | [ XCreateIC, XDestroyIC, XIMOfIC ] |
| 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 ] |
| XDestroyWindowEvent | DestroyNotify event structure | |
| XDisableAccessControl | control host access and host control structure | [ XAddHost, XAddHosts, XListHosts, XRemoveHost, XRemoveHosts, XSetAccessControl, XEnableAccessControl, XDisableAccessControl, XHostAddress ] |
| XDisplayKeycodes | Manipulate keyboard encoding and keyboard encoding structure | [ XChangeKeyboardMapping, XGetKeyboardMapping, XDisplayKeycodes, XSetModifierMapping, XGetModifierMapping, XNewModifiermap, XInsertModifiermapEntry, XDeleteModifiermapEntry, XFreeModifierMap, XModifierKeymap ] |
| XDisplayMotionBufferSize | send events and pointer motion history structure | [ XSendEvent, XDisplayMotionBufferSize, XGetMotionEvents, XTimeCoord ] |
| XDisplayName | default error handlers | [ XSetErrorHandler, XGetErrorText, XDisplayName, XSetIOErrorHandler, XGetErrorDatabaseText ] |
| XDisplayOfIM | open, close, and obtain input method information | [ XOpenIM, XCloseIM, XGetIMValues, XDisplayOfIM, XLocaleOfIM ] |
| XDrawArc | draw arcs and arc structure | [ XDrawArc, XDrawArcs, XArc ] |
| XDrawArcs | draw arcs and arc structure | [ XDrawArc, XDrawArcs, XArc ] |
| XDrawImageString | draw image text | [ XDrawImageString, XDrawImageString16 ] |
| XDrawImageString16 | draw image text | [ XDrawImageString, XDrawImageString16 ] |
| XDrawLine | draw lines, polygons, and line structure | [ XDrawLine, XDrawLines, XDrawSegments, XSegment ] |
| XDrawLines | draw lines, polygons, and line structure | [ XDrawLine, XDrawLines, XDrawSegments, XSegment ] |
| XDrawPoint | draw points and points structure | [ XDrawPoint, XDrawPoints, XPoint ] |
| XDrawPoints | draw points and points structure | [ XDrawPoint, XDrawPoints, XPoint ] |
| XDrawRectangle | draw rectangles and rectangles structure | [ XDrawRectangle, XDrawRectangles, XRectangle ] |
| XDrawRectangles | draw rectangles and rectangles structure | [ XDrawRectangle, XDrawRectangles, XRectangle ] |
| XDrawSegments | draw lines, polygons, and line structure | [ XDrawLine, XDrawLines, XDrawSegments, XSegment ] |
| XDrawString | draw text characters | [ XDrawString, XDrawString16 ] |
| XDrawString16 | draw text characters | [ XDrawString, XDrawString16 ] |
| XDrawText | draw polytext text and text drawing structures | [ XDrawText, XDrawText16, XTextItem, XTextItem16 ] |
| XDrawText16 | draw polytext text and text drawing structures | [ XDrawText, XDrawText16, XTextItem, XTextItem16 ] |
| XEmptyRegion | determine if regions are empty or equal | [ XEmptyRegion, XEqualRegion, XPointInRegion, XRectInRegion ] |
| XEnableAccessControl | control host access and host control structure | [ XAddHost, XAddHosts, XListHosts, XRemoveHost, XRemoveHosts, XSetAccessControl, XEnableAccessControl, XDisableAccessControl, XHostAddress ] |
| XEqualRegion | determine if regions are empty or equal | [ XEmptyRegion, XEqualRegion, XPointInRegion, XRectInRegion ] |
| XErrorEvent | X error event structure | |
| XEvent | generic X event structures | [ XAnyEvent, XEvent ] |
| XEventsQueued | handle output buffer or event queue | [ XFlush, XSync, XEventsQueued, XPending ] |
| XExposeEvent | Expose event structure | |
| XExtentsOfFontSet | obtain the maximum extents structure for a font set | |
| 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 read a window’s WM_NAME property | [ XSetWMName, XGetWMName, 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 ] |
| XFilterEvent | filter X events for an input method | |
| XFindContext | associative look-up routines | [ XSaveContext, XFindContext, XDeleteContext, XUniqueContext ] |
| XFlush | handle output buffer or event queue | [ XFlush, XSync, XEventsQueued, XPending ] |
| XFocusChangeEvent | FocusIn and FocusOut event structure | |
| XFontProp | load or unload fonts and font metric structures | [ XLoadFont, XQueryFont, XLoadQueryFont, XFreeFont, XGetFontProperty, XUnloadFont, XCharStruct, XFontProp, XChar2b, XFontStruct ] |
| XFontSetExtents | XFontSetExtents structure | |
| XFontStruct | load or unload fonts and font metric structures | [ XLoadFont, XQueryFont, XLoadQueryFont, XFreeFont, XGetFontProperty, XUnloadFont, XCharStruct, XFontProp, XChar2b, XFontStruct ] |
| XFontsOfFontSet | obtain fontset information | [ XFontsOfFontSet, XBaseFontNameListOfFontSet, XLocaleOfFontSet, XContextDependentDrawing ] |
| XForceScreenSaver | manipulate the screen saver | [ XSetScreenSaver, XForceScreenSaver, XActivateScreenSaver, XResetScreenSaver, XGetScreenSaver ] |
| XFree | free client data | |
| XFreeColormap | create, copy, or destroy colormaps and color structure | [ XCreateColormap, XCopyColormapAndFree, XFreeColormap, XColor ] |
| XFreeColors | allocate and free colors | [ XAllocColor, XAllocNamedColor, XAllocColorCells, XAllocColorPlanes, XFreeColors ] |
| XFreeCursor | manipulate cursors | [ XRecolorCursor, XFreeCursor, XQueryBestCursor ] |
| XFreeFont | load or unload fonts and font metric structures | [ XLoadFont, XQueryFont, XLoadQueryFont, XFreeFont, XGetFontProperty, XUnloadFont, XCharStruct, XFontProp, XChar2b, XFontStruct ] |
| 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 ] |
| XFreeFontSet | create and free an international text drawing font set | [ XCreateFontSet, XFreeFontSet ] |
| XFreeGC | create or free graphics contexts and graphics context structure | [ XCreateGC, XCopyGC, XChangeGC, XGetGCValues, XFreeGC, XGContextFromGC, XGCValues ] |
| XFreeModifierMap | Manipulate keyboard encoding and keyboard encoding structure | [ XChangeKeyboardMapping, XGetKeyboardMapping, XDisplayKeycodes, XSetModifierMapping, XGetModifierMapping, XNewModifiermap, XInsertModifiermapEntry, XDeleteModifiermapEntry, XFreeModifierMap, XModifierKeymap ] |
| XFreePixmap | create or destroy pixmaps | [ XCreatePixmap, XFreePixmap ] |
| XFreeStringList | convert string lists and text property structure | [ XStringListToTextProperty, XTextPropertyToStringList, XFreeStringList, XTextProperty ] |
| XGCValues | create or free graphics contexts and graphics context structure | [ XCreateGC, XCopyGC, XChangeGC, XGetGCValues, XFreeGC, XGContextFromGC, XGCValues ] |
| XGContextFromGC | create or free graphics contexts and graphics context structure | [ XCreateGC, XCopyGC, XChangeGC, XGetGCValues, XFreeGC, XGContextFromGC, XGCValues ] |
| XGetAtomName | create or return atom names | [ XInternAtom, XGetAtomName ] |
| XGetClassHint | allocate class hints structure and set or read a window’s WM_CLASS property | [ XAllocClassHint, XSetClassHint, XGetClassHint, XClassHint ] |
| XGetCommand | set or read a window’s WM_COMMAND property | [ XSetCommand, XGetCommand ] |
| 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 and font metric structures | [ XLoadFont, XQueryFont, XLoadQueryFont, XFreeFont, XGetFontProperty, XUnloadFont, XCharStruct, XFontProp, XChar2b, XFontStruct ] |
| XGetGCValues | create or free graphics contexts and graphics context structure | [ XCreateGC, XCopyGC, XChangeGC, XGetGCValues, XFreeGC, XGContextFromGC, XGCValues ] |
| XGetGeometry | get current window attribute or geometry and current window attributes structure | [ XGetWindowAttributes, XGetGeometry, XWindowAttributes ] |
| XGetICValues | set and obtain XIC values | [ XSetICValues, XGetICValues ] |
| XGetIMValues | open, close, and obtain input method information | [ XOpenIM, XCloseIM, XGetIMValues, XDisplayOfIM, XLocaleOfIM ] |
| XGetIconName | set or read a window’s WM_ICON_NAME property | [ XSetWMIconName, XGetWMIconName, XSetIconName, XGetIconName ] |
| XGetIconSizes | allocate icon size structure and set or read a window’s WM_ICON_SIZES property | [ XAllocIconSize, XSetIconSizes, XGetIconSizes, XIconSize ] |
| XGetImage | transfer images | [ XPutImage, XGetImage, XGetSubImage ] |
| XGetInputFocus | control input focus | [ XSetInputFocus, XGetInputFocus ] |
| XGetKeyboardControl | manipulate keyboard settings and keyboard control structure | [ XChangeKeyboardControl, XGetKeyboardControl, XAutoRepeatOn, XAutoRepeatOff, XBell, XQueryKeymap, XKeyboardControl ] |
| XGetKeyboardMapping | Manipulate keyboard encoding and keyboard encoding structure | [ XChangeKeyboardMapping, XGetKeyboardMapping, XDisplayKeycodes, XSetModifierMapping, XGetModifierMapping, XNewModifiermap, XInsertModifiermapEntry, XDeleteModifiermapEntry, XFreeModifierMap, XModifierKeymap ] |
| XGetModifierMapping | Manipulate keyboard encoding and keyboard encoding structure | [ XChangeKeyboardMapping, XGetKeyboardMapping, XDisplayKeycodes, XSetModifierMapping, XGetModifierMapping, XNewModifiermap, XInsertModifiermapEntry, XDeleteModifiermapEntry, XFreeModifierMap, XModifierKeymap ] |
| XGetMotionEvents | send events and pointer motion history structure | [ XSendEvent, XDisplayMotionBufferSize, XGetMotionEvents, XTimeCoord ] |
| XGetPixel | image utilities | [ XCreateImage, XGetPixel, XPutPixel, XSubImage, XAddPixel, XDestroyImage ] |
| XGetPointerControl | control pointer | [ XChangePointerControl, XGetPointerControl ] |
| XGetPointerMapping | manipulate pointer settings | [ XSetPointerMapping, XGetPointerMapping ] |
| XGetRGBColormaps | allocate, set, or read a standard colormap structure | [ XAllocStandardColormap, XSetRGBColormaps, XGetRGBColormaps, XStandardColormap ] |
| XGetScreenSaver | manipulate the screen saver | [ XSetScreenSaver, XForceScreenSaver, XActivateScreenSaver, XResetScreenSaver, XGetScreenSaver ] |
| XGetSelectionOwner | manipulate window selection | [ XSetSelectionOwner, XGetSelectionOwner, XConvertSelection ] |
| XGetSubImage | transfer images | [ XPutImage, XGetImage, XGetSubImage ] |
| XGetTextProperty | set and read text properties | [ XSetTextProperty, XGetTextProperty ] |
| XGetTransientForHint | set or read a window’s WM_TRANSIENT_FOR property | [ XSetTransientForHint, XGetTransientForHint ] |
| XGetVisualInfo | obtain visual information and visual structure | [ XGetVisualInfo, XMatchVisualInfo, XVisualIDFromVisual, XVisualInfo ] |
| XGetWMClientMachine | set or read a window’s WM_CLIENT_MACHINE property | [ XSetWMClientMachine, XGetWMClientMachine ] |
| XGetWMColormapWindows | set or read a window’s WM_COLORMAP_WINDOWS property | [ XSetWMColormapWindows, XGetWMColormapWindows ] |
| XGetWMHints | allocate window manager hints structure and set or read a window’s WM_HINTS property | [ XAllocWMHints, XSetWMHints, XGetWMHints, XWMHints ] |
| XGetWMIconName | set or read a window’s WM_ICON_NAME property | [ XSetWMIconName, XGetWMIconName, XSetIconName, XGetIconName ] |
| XGetWMName | set or read a window’s WM_NAME property | [ XSetWMName, XGetWMName, XStoreName, XFetchName ] |
| XGetWMNormalHints | allocate size hints structure and set or read a window’s WM_NORMAL_HINTS property | [ XAllocSizeHints, XSetWMNormalHints, XGetWMNormalHints, XSetWMSizeHints, XGetWMSizeHints, XSizeHints ] |
| XGetWMProtocols | set or read a window’s WM__PROTOCOLS property | [ XSetWMProtocols, XGetWMProtocols ] |
| XGetWMSizeHints | allocate size hints structure and set or read a window’s WM_NORMAL_HINTS property | [ XAllocSizeHints, XSetWMNormalHints, XGetWMNormalHints, XSetWMSizeHints, XGetWMSizeHints, XSizeHints ] |
| XGetWindowAttributes | get current window attribute or geometry and current window attributes structure | [ XGetWindowAttributes, XGetGeometry, XWindowAttributes ] |
| XGetWindowProperty | obtain and change window properties | [ XGetWindowProperty, XListProperties, XChangeProperty, XRotateWindowProperties, XDeleteProperty ] |
| 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 ] |
| XGraphicsExposeEvent | GraphicsExpose and NoExpose event structures | [ XGraphicsExposeEvent, XNoExposeEvent ] |
| XGravityEvent | GravityNotify event structure | |
| XHostAddress | control host access and host control structure | [ XAddHost, XAddHosts, XListHosts, XRemoveHost, XRemoveHosts, XSetAccessControl, XEnableAccessControl, XDisableAccessControl, XHostAddress ] |
| XIMOfIC | create, destroy, and obtain the input method of an input context | [ XCreateIC, XDestroyIC, XIMOfIC ] |
| XIconSize | allocate icon size structure and set or read a window’s WM_ICON_SIZES property | [ XAllocIconSize, XSetIconSizes, XGetIconSizes, XIconSize ] |
| XIconifyWindow | manipulate top-level windows | [ XIconifyWindow, XWithdrawWindow, XReconfigureWMWindow ] |
| XIfEvent | check the event queue with a predicate procedure | [ XIfEvent, XCheckIfEvent, XPeekIfEvent ] |
| XInsertModifiermapEntry | Manipulate keyboard encoding and keyboard encoding structure | [ XChangeKeyboardMapping, XGetKeyboardMapping, XDisplayKeycodes, XSetModifierMapping, XGetModifierMapping, XNewModifiermap, XInsertModifiermapEntry, XDeleteModifiermapEntry, XFreeModifierMap, XModifierKeymap ] |
| XInstallColormap | control colormaps | [ XInstallColormap, XUninstallColormap, XListInstalledColormaps ] |
| XInternAtom | create or return atom names | [ XInternAtom, XGetAtomName ] |
| XIntersectRegion | region arithmetic | [ XIntersectRegion, XUnionRegion, XUnionRectWithRegion, XSubtractRegion, XXorRegion, XOffsetRegion, XShrinkRegion ] |
| XKeyEvent | KeyPress, KeyRelease, ButtonPress, ButtonRelease, and MotionNotify event structures | [ XButtonEvent, XKeyEvent, XMotionEvent ] |
| XKeyboardControl | manipulate keyboard settings and keyboard control structure | [ XChangeKeyboardControl, XGetKeyboardControl, XAutoRepeatOn, XAutoRepeatOff, XBell, XQueryKeymap, XKeyboardControl ] |
| XKeycodeToKeysym | convert keysyms | [ XStringToKeysym, XKeysymToString, XKeycodeToKeysym, XKeysymToKeycode ] |
| XKeymapEvent | KeymapNotify event structure | |
| XKeysymToKeycode | convert keysyms | [ XStringToKeysym, XKeysymToString, XKeycodeToKeysym, XKeysymToKeycode ] |
| XKeysymToString | convert keysyms | [ XStringToKeysym, XKeysymToString, XKeycodeToKeysym, XKeysymToKeycode ] |
| XKillClient | control clients | [ XSetCloseDownMode, XKillClient ] |
| XListDepths | Display macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, XListDepths, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, XMaxRequestSize, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| 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 and host control structure | [ XAddHost, XAddHosts, XListHosts, XRemoveHost, XRemoveHosts, XSetAccessControl, XEnableAccessControl, XDisableAccessControl, XHostAddress ] |
| XListInstalledColormaps | control colormaps | [ XInstallColormap, XUninstallColormap, XListInstalledColormaps ] |
| XListPixmapFormats | image format functions and macros | [ ImageByteOrder, BitmapBitOrder, BitmapPad, BitmapUnit, DisplayHeight, DisplayHeightMM, DisplayWidth, DisplayWidthMM, XListPixmapFormats, XPixmapFormatValues ] |
| XListProperties | obtain and change window properties | [ XGetWindowProperty, XListProperties, XChangeProperty, XRotateWindowProperties, XDeleteProperty ] |
| XLoadFont | load or unload fonts and font metric structures | [ XLoadFont, XQueryFont, XLoadQueryFont, XFreeFont, XGetFontProperty, XUnloadFont, XCharStruct, XFontProp, XChar2b, XFontStruct ] |
| XLoadQueryFont | load or unload fonts and font metric structures | [ XLoadFont, XQueryFont, XLoadQueryFont, XFreeFont, XGetFontProperty, XUnloadFont, XCharStruct, XFontProp, XChar2b, XFontStruct ] |
| XLocale | all functions to access locale database | |
| XLocaleOfFontSet | obtain fontset information | [ XFontsOfFontSet, XBaseFontNameListOfFontSet, XLocaleOfFontSet, XContextDependentDrawing ] |
| XLocaleOfIM | open, close, and obtain input method information | [ XOpenIM, XCloseIM, XGetIMValues, XDisplayOfIM, XLocaleOfIM ] |
| XLookupColor | obtain color values | [ XQueryColor, XQueryColors, XLookupColor, XParseColor ] |
| XLookupKeysym | handle keyboard input events in Latin-1 | [ XLookupKeysym, XRefreshKeyboardMapping, XLookupString, XRebindKeySym ] |
| XLookupString | handle keyboard input events in Latin-1 | [ XLookupKeysym, XRefreshKeyboardMapping, XLookupString, XRebindKeySym ] |
| XLowerWindow | change window stacking order | [ XRaiseWindow, XLowerWindow, XCirculateSubwindows, XCirculateSubwindowsUp, XCirculateSubwindowsDown, XRestackWindows ] |
| XMBUF | X multibuffering functions | [ XmbufQueryExtension, XmbufGetVersion, XmbufCreateBuffers, XmbufDestroyBuffers, XmbufDisplayBuffers, XmbufGetWindowAttributes, XmbufChangeWindowAttributes, XmbufGetBufferAttributes, XmbufChangeBufferAttributes, XmbufGetScreenInfo, XmbufCreateStereoWindow ] |
| XMapEvent | MapNotify and MappingNotify event structures | [ XMapEvent, XMappingEvent ] |
| XMapRaised | map windows | [ XMapWindow, XMapRaised, XMapSubwindows ] |
| XMapRequestEvent | MapRequest event structure | |
| XMapSubwindows | map windows | [ XMapWindow, XMapRaised, XMapSubwindows ] |
| XMapWindow | map windows | [ XMapWindow, XMapRaised, XMapSubwindows ] |
| XMappingEvent | MapNotify and MappingNotify event structures | [ XMapEvent, XMappingEvent ] |
| XMaskEvent | select events by type | [ XNextEvent, XPeekEvent, XWindowEvent, XCheckWindowEvent, XMaskEvent, XCheckMaskEvent, XCheckTypedEvent, XCheckTypedWindowEvent ] |
| XMatchVisualInfo | obtain visual information and visual structure | [ XGetVisualInfo, XMatchVisualInfo, XVisualIDFromVisual, XVisualInfo ] |
| XMaxRequestSize | Display macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, XListDepths, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, XMaxRequestSize, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| XModifierKeymap | Manipulate keyboard encoding and keyboard encoding structure | [ XChangeKeyboardMapping, XGetKeyboardMapping, XDisplayKeycodes, XSetModifierMapping, XGetModifierMapping, XNewModifiermap, XInsertModifiermapEntry, XDeleteModifiermapEntry, XFreeModifierMap, XModifierKeymap ] |
| XMotionEvent | KeyPress, KeyRelease, ButtonPress, ButtonRelease, and MotionNotify event structures | [ XButtonEvent, XKeyEvent, XMotionEvent ] |
| XMoveResizeWindow | configure windows and window changes structure | [ XConfigureWindow, XMoveWindow, XResizeWindow, XMoveResizeWindow, XSetWindowBorderWidth, XWindowChanges ] |
| XMoveWindow | configure windows and window changes structure | [ XConfigureWindow, XMoveWindow, XResizeWindow, XMoveResizeWindow, XSetWindowBorderWidth, XWindowChanges ] |
| XNewModifiermap | Manipulate keyboard encoding and keyboard encoding structure | [ XChangeKeyboardMapping, XGetKeyboardMapping, XDisplayKeycodes, XSetModifierMapping, XGetModifierMapping, XNewModifiermap, XInsertModifiermapEntry, XDeleteModifiermapEntry, XFreeModifierMap, XModifierKeymap ] |
| XNextEvent | select events by type | [ XNextEvent, XPeekEvent, XWindowEvent, XCheckWindowEvent, XMaskEvent, XCheckMaskEvent, XCheckTypedEvent, XCheckTypedWindowEvent ] |
| XNoExposeEvent | GraphicsExpose and NoExpose event structures | [ XGraphicsExposeEvent, XNoExposeEvent ] |
| XNoOp | No Operation | |
| XOffsetRegion | region arithmetic | [ XIntersectRegion, XUnionRegion, XUnionRectWithRegion, XSubtractRegion, XXorRegion, XOffsetRegion, XShrinkRegion ] |
| XOpenDisplay | connect or disconnect to X server | [ XOpenDisplay, XCloseDisplay ] |
| XOpenIM | open, close, and obtain input method information | [ XOpenIM, XCloseIM, XGetIMValues, XDisplayOfIM, XLocaleOfIM ] |
| XParseColor | obtain color values | [ XQueryColor, XQueryColors, XLookupColor, XParseColor ] |
| XParseGeometry | parse window geometry | [ XParseGeometry, XWMGeometry ] |
| XParseISOEncoding | parse compound text encoding(ISO 2022) | [ _XParseISOEncoding ] |
| XPeekEvent | select events by type | [ XNextEvent, XPeekEvent, XWindowEvent, XCheckWindowEvent, XMaskEvent, XCheckMaskEvent, XCheckTypedEvent, XCheckTypedWindowEvent ] |
| XPeekIfEvent | check the event queue with a predicate procedure | [ XIfEvent, XCheckIfEvent, XPeekIfEvent ] |
| XPending | handle output buffer or event queue | [ XFlush, XSync, XEventsQueued, XPending ] |
| XPixmapFormatValues | image format functions and macros | [ ImageByteOrder, BitmapBitOrder, BitmapPad, BitmapUnit, DisplayHeight, DisplayHeightMM, DisplayWidth, DisplayWidthMM, XListPixmapFormats, XPixmapFormatValues ] |
| XPoint | draw points and points structure | [ XDrawPoint, XDrawPoints, XPoint ] |
| XPointInRegion | determine if regions are empty or equal | [ XEmptyRegion, XEqualRegion, XPointInRegion, XRectInRegion ] |
| XPolygonRegion | generate regions | [ XPolygonRegion, XClipBox ] |
| XPropertyEvent | PropertyNotify event structure | |
| 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, XParseColor ] |
| XQueryColors | obtain color values | [ XQueryColor, XQueryColors, XLookupColor, XParseColor ] |
| XQueryFont | load or unload fonts and font metric structures | [ XLoadFont, XQueryFont, XLoadQueryFont, XFreeFont, XGetFontProperty, XUnloadFont, XCharStruct, XFontProp, XChar2b, XFontStruct ] |
| XQueryKeymap | manipulate keyboard settings and keyboard control structure | [ XChangeKeyboardControl, XGetKeyboardControl, XAutoRepeatOn, XAutoRepeatOff, XBell, XQueryKeymap, XKeyboardControl ] |
| 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 in Latin-1 | [ XLookupKeysym, XRefreshKeyboardMapping, XLookupString, XRebindKeySym ] |
| XRecolorCursor | manipulate cursors | [ XRecolorCursor, XFreeCursor, XQueryBestCursor ] |
| XReconfigureWMWindow | manipulate top-level windows | [ XIconifyWindow, XWithdrawWindow, XReconfigureWMWindow ] |
| XRectInRegion | determine if regions are empty or equal | [ XEmptyRegion, XEqualRegion, XPointInRegion, XRectInRegion ] |
| XRectangle | draw rectangles and rectangles structure | [ XDrawRectangle, XDrawRectangles, XRectangle ] |
| XRefreshKeyboardMapping | handle keyboard input events in Latin-1 | [ XLookupKeysym, XRefreshKeyboardMapping, XLookupString, XRebindKeySym ] |
| XRemoveFromSaveSet | change a client’s save set | [ XChangeSaveSet, XAddToSaveSet, XRemoveFromSaveSet ] |
| XRemoveHost | control host access and host control structure | [ XAddHost, XAddHosts, XListHosts, XRemoveHost, XRemoveHosts, XSetAccessControl, XEnableAccessControl, XDisableAccessControl, XHostAddress ] |
| XRemoveHosts | control host access and host control structure | [ XAddHost, XAddHosts, XListHosts, XRemoveHost, XRemoveHosts, XSetAccessControl, XEnableAccessControl, XDisableAccessControl, XHostAddress ] |
| XReparentEvent | ReparentNotify event structure | |
| XReparentWindow | reparent windows | |
| XResetScreenSaver | manipulate the screen saver | [ XSetScreenSaver, XForceScreenSaver, XActivateScreenSaver, XResetScreenSaver, XGetScreenSaver ] |
| XResizeRequestEvent | ResizeRequest event structure | |
| XResizeWindow | configure windows and window changes structure | [ XConfigureWindow, XMoveWindow, XResizeWindow, XMoveResizeWindow, XSetWindowBorderWidth, XWindowChanges ] |
| XResourceManagerString | obtain server resource properties | [ XResourceManagerString, XScreenResourceString ] |
| 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 ] |
| XSHAPE | X nonrectangular shape functions | [ XShapeQueryExtension, XShapeQueryVersion, XShapeCombineRegion, XShapeCombineRectangles, XShapeCombineMask, XShapeCombineShape, XShapeOffsetShape, XShapeQueryExtents, XShapeSelectInput, XShapeInputSelected, XShapeGetRectangles ] |
| XSaveContext | associative look-up routines | [ XSaveContext, XFindContext, XDeleteContext, XUniqueContext ] |
| XScreenNumberOfScreen | screen information functions and macros | [ BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, XScreenNumberOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen ] |
| XScreenResourceString | obtain server resource properties | [ XResourceManagerString, XScreenResourceString ] |
| XSegment | draw lines, polygons, and line structure | [ XDrawLine, XDrawLines, XDrawSegments, XSegment ] |
| XSelectInput | select input events | |
| XSelectionClearEvent | SelectionClear event structure | |
| XSelectionEvent | SelectionNotify event structure | |
| XSelectionRequestEvent | SelectionRequest event structure | |
| XSendEvent | send events and pointer motion history structure | [ XSendEvent, XDisplayMotionBufferSize, XGetMotionEvents, XTimeCoord ] |
| XSetAccessControl | control host access and host control structure | [ XAddHost, XAddHosts, XListHosts, XRemoveHost, XRemoveHosts, XSetAccessControl, XEnableAccessControl, XDisableAccessControl, XHostAddress ] |
| XSetAfterFunction | enable or disable synchronization | [ XSynchronize, XSetAfterFunction ] |
| XSetArcMode | GC convenience routines | [ XSetArcMode, XSetSubwindowMode, XSetGraphicsExposure ] |
| XSetBackground | GC convenience routines | [ XSetState, XSetFunction, XSetPlanemask, XSetForeground, XSetBackground ] |
| XSetClassHint | allocate class hints structure and set or read a window’s WM_CLASS property | [ XAllocClassHint, XSetClassHint, XGetClassHint, XClassHint ] |
| 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 or read a window’s WM_COMMAND property | [ XSetCommand, XGetCommand ] |
| XSetDashes | GC convenience routines | [ XSetLineAttributes, 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 ] |
| XSetICFocus | set and unset input context focus | [ XSetICFocus, XUnsetICFocus ] |
| XSetICValues | set and obtain XIC values | [ XSetICValues, XGetICValues ] |
| XSetIOErrorHandler | default error handlers | [ XSetErrorHandler, XGetErrorText, XDisplayName, XSetIOErrorHandler, XGetErrorDatabaseText ] |
| XSetIconName | set or read a window’s WM_ICON_NAME property | [ XSetWMIconName, XGetWMIconName, XSetIconName, XGetIconName ] |
| XSetIconSizes | allocate icon size structure and set or read a window’s WM_ICON_SIZES property | [ XAllocIconSize, XSetIconSizes, XGetIconSizes, XIconSize ] |
| XSetInputFocus | control input focus | [ XSetInputFocus, XGetInputFocus ] |
| XSetLineAttributes | GC convenience routines | [ XSetLineAttributes, XSetDashes ] |
| XSetLocaleModifiers | determine locale support and configure locale modifiers | [ XSupportsLocale, XSetLocaleModifiers ] |
| XSetModifierMapping | Manipulate keyboard encoding and keyboard encoding structure | [ XChangeKeyboardMapping, XGetKeyboardMapping, XDisplayKeycodes, XSetModifierMapping, XGetModifierMapping, XNewModifiermap, XInsertModifiermapEntry, XDeleteModifiermapEntry, XFreeModifierMap, XModifierKeymap ] |
| XSetPlanemask | GC convenience routines | [ XSetState, XSetFunction, XSetPlanemask, XSetForeground, XSetBackground ] |
| XSetPointerMapping | manipulate pointer settings | [ XSetPointerMapping, XGetPointerMapping ] |
| XSetRGBColormaps | allocate, set, or read a standard colormap structure | [ XAllocStandardColormap, XSetRGBColormaps, XGetRGBColormaps, XStandardColormap ] |
| 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 ] |
| 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 ] |
| XSetTextProperty | set and read text properties | [ XSetTextProperty, XGetTextProperty ] |
| XSetTile | GC convenience routines | [ XSetTile, XSetStipple, XSetTSOrigin ] |
| XSetTransientForHint | set or read a window’s WM_TRANSIENT_FOR property | [ XSetTransientForHint, XGetTransientForHint ] |
| XSetWMClientMachine | set or read a window’s WM_CLIENT_MACHINE property | [ XSetWMClientMachine, XGetWMClientMachine ] |
| XSetWMColormapWindows | set or read a window’s WM_COLORMAP_WINDOWS property | [ XSetWMColormapWindows, XGetWMColormapWindows ] |
| XSetWMHints | allocate window manager hints structure and set or read a window’s WM_HINTS property | [ XAllocWMHints, XSetWMHints, XGetWMHints, XWMHints ] |
| XSetWMIconName | set or read a window’s WM_ICON_NAME property | [ XSetWMIconName, XGetWMIconName, XSetIconName, XGetIconName ] |
| XSetWMName | set or read a window’s WM_NAME property | [ XSetWMName, XGetWMName, XStoreName, XFetchName ] |
| XSetWMNormalHints | allocate size hints structure and set or read a window’s WM_NORMAL_HINTS property | [ XAllocSizeHints, XSetWMNormalHints, XGetWMNormalHints, XSetWMSizeHints, XGetWMSizeHints, XSizeHints ] |
| XSetWMProperties | set standard window properties | [ XSetWMProperties, XmbSetWMProperties ] |
| XSetWMProtocols | set or read a window’s WM__PROTOCOLS property | [ XSetWMProtocols, XGetWMProtocols ] |
| XSetWMSizeHints | allocate size hints structure and set or read a window’s WM_NORMAL_HINTS property | [ XAllocSizeHints, XSetWMNormalHints, XGetWMNormalHints, XSetWMSizeHints, XGetWMSizeHints, XSizeHints ] |
| XSetWindowAttributes | create windows and window attributes structure | [ XCreateWindow, XCreateSimpleWindow, XSetWindowAttributes ] |
| XSetWindowBackground | change window attributes | [ XChangeWindowAttributes, XSetWindowBackground, XSetWindowBackgroundPixmap, XSetWindowBorder, XSetWindowBorderPixmap, XSetWindowColormap ] |
| XSetWindowBackgroundPixmap | change window attributes | [ XChangeWindowAttributes, XSetWindowBackground, XSetWindowBackgroundPixmap, XSetWindowBorder, XSetWindowBorderPixmap, XSetWindowColormap ] |
| XSetWindowBorder | change window attributes | [ XChangeWindowAttributes, XSetWindowBackground, XSetWindowBackgroundPixmap, XSetWindowBorder, XSetWindowBorderPixmap, XSetWindowColormap ] |
| XSetWindowBorderPixmap | change window attributes | [ XChangeWindowAttributes, XSetWindowBackground, XSetWindowBackgroundPixmap, XSetWindowBorder, XSetWindowBorderPixmap, XSetWindowColormap ] |
| XSetWindowBorderWidth | configure windows and window changes structure | [ XConfigureWindow, XMoveWindow, XResizeWindow, XMoveResizeWindow, XSetWindowBorderWidth, XWindowChanges ] |
| XSetWindowColormap | change window attributes | [ XChangeWindowAttributes, XSetWindowBackground, XSetWindowBackgroundPixmap, XSetWindowBorder, XSetWindowBorderPixmap, XSetWindowColormap ] |
| XShapeCombineMask | X nonrectangular shape functions | [ XShapeQueryExtension, XShapeQueryVersion, XShapeCombineRegion, XShapeCombineRectangles, XShapeCombineMask, XShapeCombineShape, XShapeOffsetShape, XShapeQueryExtents, XShapeSelectInput, XShapeInputSelected, XShapeGetRectangles ] |
| XShapeCombineRectangles | X nonrectangular shape functions | [ XShapeQueryExtension, XShapeQueryVersion, XShapeCombineRegion, XShapeCombineRectangles, XShapeCombineMask, XShapeCombineShape, XShapeOffsetShape, XShapeQueryExtents, XShapeSelectInput, XShapeInputSelected, XShapeGetRectangles ] |
| XShapeCombineRegion | X nonrectangular shape functions | [ XShapeQueryExtension, XShapeQueryVersion, XShapeCombineRegion, XShapeCombineRectangles, XShapeCombineMask, XShapeCombineShape, XShapeOffsetShape, XShapeQueryExtents, XShapeSelectInput, XShapeInputSelected, XShapeGetRectangles ] |
| XShapeCombineShape | X nonrectangular shape functions | [ XShapeQueryExtension, XShapeQueryVersion, XShapeCombineRegion, XShapeCombineRectangles, XShapeCombineMask, XShapeCombineShape, XShapeOffsetShape, XShapeQueryExtents, XShapeSelectInput, XShapeInputSelected, XShapeGetRectangles ] |
| XShapeGetRectangles | X nonrectangular shape functions | [ XShapeQueryExtension, XShapeQueryVersion, XShapeCombineRegion, XShapeCombineRectangles, XShapeCombineMask, XShapeCombineShape, XShapeOffsetShape, XShapeQueryExtents, XShapeSelectInput, XShapeInputSelected, XShapeGetRectangles ] |
| XShapeInputSelected | X nonrectangular shape functions | [ XShapeQueryExtension, XShapeQueryVersion, XShapeCombineRegion, XShapeCombineRectangles, XShapeCombineMask, XShapeCombineShape, XShapeOffsetShape, XShapeQueryExtents, XShapeSelectInput, XShapeInputSelected, XShapeGetRectangles ] |
| XShapeOffsetShape | X nonrectangular shape functions | [ XShapeQueryExtension, XShapeQueryVersion, XShapeCombineRegion, XShapeCombineRectangles, XShapeCombineMask, XShapeCombineShape, XShapeOffsetShape, XShapeQueryExtents, XShapeSelectInput, XShapeInputSelected, XShapeGetRectangles ] |
| XShapeQueryExtension | X nonrectangular shape functions | [ XShapeQueryExtension, XShapeQueryVersion, XShapeCombineRegion, XShapeCombineRectangles, XShapeCombineMask, XShapeCombineShape, XShapeOffsetShape, XShapeQueryExtents, XShapeSelectInput, XShapeInputSelected, XShapeGetRectangles ] |
| XShapeQueryExtents | X nonrectangular shape functions | [ XShapeQueryExtension, XShapeQueryVersion, XShapeCombineRegion, XShapeCombineRectangles, XShapeCombineMask, XShapeCombineShape, XShapeOffsetShape, XShapeQueryExtents, XShapeSelectInput, XShapeInputSelected, XShapeGetRectangles ] |
| XShapeQueryVersion | X nonrectangular shape functions | [ XShapeQueryExtension, XShapeQueryVersion, XShapeCombineRegion, XShapeCombineRectangles, XShapeCombineMask, XShapeCombineShape, XShapeOffsetShape, XShapeQueryExtents, XShapeSelectInput, XShapeInputSelected, XShapeGetRectangles ] |
| XShapeSelectInput | X nonrectangular shape functions | [ XShapeQueryExtension, XShapeQueryVersion, XShapeCombineRegion, XShapeCombineRectangles, XShapeCombineMask, XShapeCombineShape, XShapeOffsetShape, XShapeQueryExtents, XShapeSelectInput, XShapeInputSelected, XShapeGetRectangles ] |
| XShrinkRegion | region arithmetic | [ XIntersectRegion, XUnionRegion, XUnionRectWithRegion, XSubtractRegion, XXorRegion, XOffsetRegion, XShrinkRegion ] |
| XSizeHints | allocate size hints structure and set or read a window’s WM_NORMAL_HINTS property | [ XAllocSizeHints, XSetWMNormalHints, XGetWMNormalHints, XSetWMSizeHints, XGetWMSizeHints, XSizeHints ] |
| XStandardColormap | allocate, set, or read a standard colormap structure | [ XAllocStandardColormap, XSetRGBColormaps, XGetRGBColormaps, XStandardColormap ] |
| 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 read a window’s WM_NAME property | [ XSetWMName, XGetWMName, XStoreName, XFetchName ] |
| XStoreNamedColor | set colors | [ XStoreColors, XStoreColor, XStoreNamedColor ] |
| XStringListToTextProperty | convert string lists and text property structure | [ XStringListToTextProperty, XTextPropertyToStringList, XFreeStringList, XTextProperty ] |
| XStringToKeysym | convert keysyms | [ XStringToKeysym, XKeysymToString, XKeycodeToKeysym, XKeysymToKeycode ] |
| XSubImage | image utilities | [ XCreateImage, XGetPixel, XPutPixel, XSubImage, XAddPixel, XDestroyImage ] |
| XSubtractRegion | region arithmetic | [ XIntersectRegion, XUnionRegion, XUnionRectWithRegion, XSubtractRegion, XXorRegion, XOffsetRegion, XShrinkRegion ] |
| XSupportsLocale | determine locale support and configure locale modifiers | [ XSupportsLocale, XSetLocaleModifiers ] |
| XSync | handle output buffer or event queue | [ XFlush, XSync, XEventsQueued, XPending ] |
| XSynchronize | enable or disable synchronization | [ XSynchronize, XSetAfterFunction ] |
| XTextExtents | compute or query text extents | [ XTextExtents, XTextExtents16, XQueryTextExtents, XQueryTextExtents16 ] |
| XTextExtents16 | compute or query text extents | [ XTextExtents, XTextExtents16, XQueryTextExtents, XQueryTextExtents16 ] |
| XTextItem | draw polytext text and text drawing structures | [ XDrawText, XDrawText16, XTextItem, XTextItem16 ] |
| XTextItem16 | draw polytext text and text drawing structures | [ XDrawText, XDrawText16, XTextItem, XTextItem16 ] |
| XTextProperty | convert string lists and text property structure | [ XStringListToTextProperty, XTextPropertyToStringList, XFreeStringList, XTextProperty ] |
| XTextPropertyToStringList | convert string lists and text property structure | [ XStringListToTextProperty, XTextPropertyToStringList, XFreeStringList, XTextProperty ] |
| XTextWidth | compute text width | [ XTextWidth, XTextWidth16 ] |
| XTextWidth16 | compute text width | [ XTextWidth, XTextWidth16 ] |
| XTimeCoord | send events and pointer motion history structure | [ XSendEvent, XDisplayMotionBufferSize, XGetMotionEvents, XTimeCoord ] |
| 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 | [ XIntersectRegion, XUnionRegion, XUnionRectWithRegion, XSubtractRegion, XXorRegion, XOffsetRegion, XShrinkRegion ] |
| XUnionRegion | region arithmetic | [ XIntersectRegion, XUnionRegion, XUnionRectWithRegion, XSubtractRegion, XXorRegion, XOffsetRegion, XShrinkRegion ] |
| XUniqueContext | associative look-up routines | [ XSaveContext, XFindContext, XDeleteContext, XUniqueContext ] |
| XUnloadFont | load or unload fonts and font metric structures | [ XLoadFont, XQueryFont, XLoadQueryFont, XFreeFont, XGetFontProperty, XUnloadFont, XCharStruct, XFontProp, XChar2b, XFontStruct ] |
| XUnmapEvent | UnmapNotify event structure | |
| XUnmapSubwindows | unmap windows | [ XUnmapWindow, XUnmapSubwindows ] |
| XUnmapWindow | unmap windows | [ XUnmapWindow, XUnmapSubwindows ] |
| XUnsetICFocus | set and unset input context focus | [ XSetICFocus, XUnsetICFocus ] |
| XVaCreateNestedList | allocate a nested variable argument list | |
| XVisibilityNotifyEvent | VisibilityNotify event structure | [ XVisibilityEvent, XVisibilityNotifyEvent ] |
| XVisualIDFromVisual | obtain visual information and visual structure | [ XGetVisualInfo, XMatchVisualInfo, XVisualIDFromVisual, XVisualInfo ] |
| XVisualInfo | obtain visual information and visual structure | [ XGetVisualInfo, XMatchVisualInfo, XVisualIDFromVisual, XVisualInfo ] |
| XWMGeometry | parse window geometry | [ XParseGeometry, XWMGeometry ] |
| XWMHints | allocate window manager hints structure and set or read a window’s WM_HINTS property | [ XAllocWMHints, XSetWMHints, XGetWMHints, XWMHints ] |
| XWarpPointer | move pointer | |
| XWindowAttributes | get current window attribute or geometry and current window attributes structure | [ XGetWindowAttributes, XGetGeometry, XWindowAttributes ] |
| XWindowChanges | configure windows and window changes structure | [ XConfigureWindow, XMoveWindow, XResizeWindow, XMoveResizeWindow, XSetWindowBorderWidth, XWindowChanges ] |
| XWindowEvent | select events by type | [ XNextEvent, XPeekEvent, XWindowEvent, XCheckWindowEvent, XMaskEvent, XCheckMaskEvent, XCheckTypedEvent, XCheckTypedWindowEvent ] |
| XWithdrawWindow | manipulate top-level windows | [ XIconifyWindow, XWithdrawWindow, XReconfigureWMWindow ] |
| XWriteBitmapFile | manipulate bitmaps | [ XReadBitmapFile, XWriteBitmapFile, XCreatePixmapFromBitmapData, XCreateBitmapFromData ] |
| XXorRegion | region arithmetic | [ XIntersectRegion, XUnionRegion, XUnionRectWithRegion, XSubtractRegion, XXorRegion, XOffsetRegion, XShrinkRegion ] |
| XcmsAllocColor | allocate colors | [ XcmsAllocColor, XcmsAllocNamedColor ] |
| XcmsAllocNamedColor | allocate colors | [ XcmsAllocColor, XcmsAllocNamedColor ] |
| XcmsCCCofColormap | query and modify CCC of a colormap | [ XcmsCCCofColormap, XcmsSetCCCOfColormap ] |
| XcmsCIELab | Xcms color structure | [ XcmsColor, XcmsRGB, XcmsRGBi, XcmsCIEXYZ, XcmsCIEuvY, XcmsCIExyY, XcmsCIELab, XcmsCIELuv, XcmsTekHVC, XcmsPad ] |
| XcmsCIELabQueryMaxC | obtain the CIE L*a*b* coordinates | [ XcmsCIELabQueryMaxC, XcmsCIELabQueryMaxL, XcmsCIELabQueryMaxLC, XcmsCIELabQueryMinL ] |
| XcmsCIELabQueryMaxL | obtain the CIE L*a*b* coordinates | [ XcmsCIELabQueryMaxC, XcmsCIELabQueryMaxL, XcmsCIELabQueryMaxLC, XcmsCIELabQueryMinL ] |
| XcmsCIELabQueryMaxLC | obtain the CIE L*a*b* coordinates | [ XcmsCIELabQueryMaxC, XcmsCIELabQueryMaxL, XcmsCIELabQueryMaxLC, XcmsCIELabQueryMinL ] |
| XcmsCIELabQueryMinL | obtain the CIE L*a*b* coordinates | [ XcmsCIELabQueryMaxC, XcmsCIELabQueryMaxL, XcmsCIELabQueryMaxLC, XcmsCIELabQueryMinL ] |
| XcmsCIELuv | Xcms color structure | [ XcmsColor, XcmsRGB, XcmsRGBi, XcmsCIEXYZ, XcmsCIEuvY, XcmsCIExyY, XcmsCIELab, XcmsCIELuv, XcmsTekHVC, XcmsPad ] |
| XcmsCIELuvQueryMaxC | obtain the CIE L*u*v* coordinates | [ XcmsCIELuvQueryMaxC, XcmsCIELuvQueryMaxL, XcmsCIELuvQueryMaxLC, XcmsCIELuvQueryMinL ] |
| XcmsCIELuvQueryMaxL | obtain the CIE L*u*v* coordinates | [ XcmsCIELuvQueryMaxC, XcmsCIELuvQueryMaxL, XcmsCIELuvQueryMaxLC, XcmsCIELuvQueryMinL ] |
| XcmsCIELuvQueryMaxLC | obtain the CIE L*u*v* coordinates | [ XcmsCIELuvQueryMaxC, XcmsCIELuvQueryMaxL, XcmsCIELuvQueryMaxLC, XcmsCIELuvQueryMinL ] |
| XcmsCIELuvQueryMinL | obtain the CIE L*u*v* coordinates | [ XcmsCIELuvQueryMaxC, XcmsCIELuvQueryMaxL, XcmsCIELuvQueryMaxLC, XcmsCIELuvQueryMinL ] |
| XcmsCIEXYZ | Xcms color structure | [ XcmsColor, XcmsRGB, XcmsRGBi, XcmsCIEXYZ, XcmsCIEuvY, XcmsCIExyY, XcmsCIELab, XcmsCIELuv, XcmsTekHVC, XcmsPad ] |
| XcmsCIEuvY | Xcms color structure | [ XcmsColor, XcmsRGB, XcmsRGBi, XcmsCIEXYZ, XcmsCIEuvY, XcmsCIExyY, XcmsCIELab, XcmsCIELuv, XcmsTekHVC, XcmsPad ] |
| XcmsCIExyY | Xcms color structure | [ XcmsColor, XcmsRGB, XcmsRGBi, XcmsCIEXYZ, XcmsCIEuvY, XcmsCIExyY, XcmsCIELab, XcmsCIELuv, XcmsTekHVC, XcmsPad ] |
| XcmsColor | Xcms color structure | [ XcmsColor, XcmsRGB, XcmsRGBi, XcmsCIEXYZ, XcmsCIEuvY, XcmsCIExyY, XcmsCIELab, XcmsCIELuv, XcmsTekHVC, XcmsPad ] |
| XcmsConvertColors | convert CCC color specifications | |
| XcmsCreateCCC | creating and destroying CCCs | [ XcmsCreateCCC, XcmsFreeCCC ] |
| XcmsDefaultCCC | obtain the default CCC for a screen | |
| XcmsFreeCCC | creating and destroying CCCs | [ XcmsCreateCCC, XcmsFreeCCC ] |
| XcmsLookupColor | obtain color values | [ XcmsQueryColor, XcmsQueryColors, XcmsLookupColor ] |
| XcmsPad | Xcms color structure | [ XcmsColor, XcmsRGB, XcmsRGBi, XcmsCIEXYZ, XcmsCIEuvY, XcmsCIExyY, XcmsCIELab, XcmsCIELuv, XcmsTekHVC, XcmsPad ] |
| XcmsQueryBlack | obtain black, blue, green, red, and white CCC color specifications | [ XcmsQueryBlack, XcmsQueryBlue, XcmsQueryGreen, XcmsQueryRed, XcmsQueryWhite ] |
| XcmsQueryBlue | obtain black, blue, green, red, and white CCC color specifications | [ XcmsQueryBlack, XcmsQueryBlue, XcmsQueryGreen, XcmsQueryRed, XcmsQueryWhite ] |
| XcmsQueryColor | obtain color values | [ XcmsQueryColor, XcmsQueryColors, XcmsLookupColor ] |
| XcmsQueryColors | obtain color values | [ XcmsQueryColor, XcmsQueryColors, XcmsLookupColor ] |
| XcmsQueryGreen | obtain black, blue, green, red, and white CCC color specifications | [ XcmsQueryBlack, XcmsQueryBlue, XcmsQueryGreen, XcmsQueryRed, XcmsQueryWhite ] |
| XcmsQueryRed | obtain black, blue, green, red, and white CCC color specifications | [ XcmsQueryBlack, XcmsQueryBlue, XcmsQueryGreen, XcmsQueryRed, XcmsQueryWhite ] |
| XcmsQueryWhite | obtain black, blue, green, red, and white CCC color specifications | [ XcmsQueryBlack, XcmsQueryBlue, XcmsQueryGreen, XcmsQueryRed, XcmsQueryWhite ] |
| XcmsRGB | Xcms color structure | [ XcmsColor, XcmsRGB, XcmsRGBi, XcmsCIEXYZ, XcmsCIEuvY, XcmsCIExyY, XcmsCIELab, XcmsCIELuv, XcmsTekHVC, XcmsPad ] |
| XcmsRGBi | Xcms color structure | [ XcmsColor, XcmsRGB, XcmsRGBi, XcmsCIEXYZ, XcmsCIEuvY, XcmsCIExyY, XcmsCIELab, XcmsCIELuv, XcmsTekHVC, XcmsPad ] |
| XcmsSetCCCOfColormap | query and modify CCC of a colormap | [ XcmsCCCofColormap, XcmsSetCCCOfColormap ] |
| XcmsSetWhiteAdjustProc | modifying CCC attributes | [ XcmsSetWhitePoint, XcmsSetWhiteAdjustProc ] |
| XcmsSetWhitePoint | modifying CCC attributes | [ XcmsSetWhitePoint, XcmsSetWhiteAdjustProc ] |
| XcmsStoreColor | set colors | [ XcmsStoreColor, XcmsStoreColors ] |
| XcmsStoreColors | set colors | [ XcmsStoreColor, XcmsStoreColors ] |
| XcmsTekHVC | Xcms color structure | [ XcmsColor, XcmsRGB, XcmsRGBi, XcmsCIEXYZ, XcmsCIEuvY, XcmsCIExyY, XcmsCIELab, XcmsCIELuv, XcmsTekHVC, XcmsPad ] |
| XcmsTekHVCQueryMaxC | obtain the TekHVC coordinates | [ XcmsTekHVCQueryMaxC, XcmsTekHVCQueryMaxV, XcmsTekHVCQueryMaxVC, XcmsTekHVCQueryMaxVSamples, XcmsTekHVCQueryMinV ] |
| XcmsTekHVCQueryMaxV | obtain the TekHVC coordinates | [ XcmsTekHVCQueryMaxC, XcmsTekHVCQueryMaxV, XcmsTekHVCQueryMaxVC, XcmsTekHVCQueryMaxVSamples, XcmsTekHVCQueryMinV ] |
| XcmsTekHVCQueryMaxVC | obtain the TekHVC coordinates | [ XcmsTekHVCQueryMaxC, XcmsTekHVCQueryMaxV, XcmsTekHVCQueryMaxVC, XcmsTekHVCQueryMaxVSamples, XcmsTekHVCQueryMinV ] |
| XcmsTekHVCQueryMaxVSamples | obtain the TekHVC coordinates | [ XcmsTekHVCQueryMaxC, XcmsTekHVCQueryMaxV, XcmsTekHVCQueryMaxVC, XcmsTekHVCQueryMaxVSamples, XcmsTekHVCQueryMinV ] |
| XcmsTekHVCQueryMinV | obtain the TekHVC coordinates | [ XcmsTekHVCQueryMaxC, XcmsTekHVCQueryMaxV, XcmsTekHVCQueryMaxVC, XcmsTekHVCQueryMaxVSamples, XcmsTekHVCQueryMinV ] |
| XmbDrawImageString | draw image text using a single font set | [ XmbDrawImageString, XwcDrawImageString ] |
| XmbDrawString | draw text using a single font set | [ XmbDrawString, XwcDrawString ] |
| XmbDrawText | draw text using multiple font sets | [ XmbDrawText, XwcDrawText ] |
| XmbLookupString | obtain composed input from an input method | [ XmbLookupString, XwcLookupString ] |
| XmbResetIC | reset the state of an input context | [ XmbResetIC, XwcResetIC ] |
| XmbSetWMProperties | set standard window properties | [ XSetWMProperties, XmbSetWMProperties ] |
| XmbTextEscapement | obtain the escapement of text | [ XmbTextEscapement, XwcTextEscapement ] |
| XmbTextExtents | compute text extents | [ XmbTextExtents, XwcTextExtents ] |
| XmbTextListToTextProperty | convert text lists and text property structures | [ XmbTextListToTextProperty, XwcTextListToTextProperty, XmbTextPropertyToTextList, XwcTextPropertyToTextList, XwcFreeStringList, XDefaultString ] |
| XmbTextPerCharExtents | obtain per-character information for a text string | [ XmbTextPerCharExtents, XwcTextPerCharExtents ] |
| XmbTextPropertyToTextList | convert text lists and text property structures | [ XmbTextListToTextProperty, XwcTextListToTextProperty, XmbTextPropertyToTextList, XwcTextPropertyToTextList, XwcFreeStringList, XDefaultString ] |
| XmbufChangeBufferAttributes | X multibuffering functions | [ XmbufQueryExtension, XmbufGetVersion, XmbufCreateBuffers, XmbufDestroyBuffers, XmbufDisplayBuffers, XmbufGetWindowAttributes, XmbufChangeWindowAttributes, XmbufGetBufferAttributes, XmbufChangeBufferAttributes, XmbufGetScreenInfo, XmbufCreateStereoWindow ] |
| XmbufChangeWindowAttributes | X multibuffering functions | [ XmbufQueryExtension, XmbufGetVersion, XmbufCreateBuffers, XmbufDestroyBuffers, XmbufDisplayBuffers, XmbufGetWindowAttributes, XmbufChangeWindowAttributes, XmbufGetBufferAttributes, XmbufChangeBufferAttributes, XmbufGetScreenInfo, XmbufCreateStereoWindow ] |
| XmbufCreateBuffers | X multibuffering functions | [ XmbufQueryExtension, XmbufGetVersion, XmbufCreateBuffers, XmbufDestroyBuffers, XmbufDisplayBuffers, XmbufGetWindowAttributes, XmbufChangeWindowAttributes, XmbufGetBufferAttributes, XmbufChangeBufferAttributes, XmbufGetScreenInfo, XmbufCreateStereoWindow ] |
| XmbufCreateStereoWindow | X multibuffering functions | [ XmbufQueryExtension, XmbufGetVersion, XmbufCreateBuffers, XmbufDestroyBuffers, XmbufDisplayBuffers, XmbufGetWindowAttributes, XmbufChangeWindowAttributes, XmbufGetBufferAttributes, XmbufChangeBufferAttributes, XmbufGetScreenInfo, XmbufCreateStereoWindow ] |
| XmbufDestroyBuffers | X multibuffering functions | [ XmbufQueryExtension, XmbufGetVersion, XmbufCreateBuffers, XmbufDestroyBuffers, XmbufDisplayBuffers, XmbufGetWindowAttributes, XmbufChangeWindowAttributes, XmbufGetBufferAttributes, XmbufChangeBufferAttributes, XmbufGetScreenInfo, XmbufCreateStereoWindow ] |
| XmbufDisplayBuffers | X multibuffering functions | [ XmbufQueryExtension, XmbufGetVersion, XmbufCreateBuffers, XmbufDestroyBuffers, XmbufDisplayBuffers, XmbufGetWindowAttributes, XmbufChangeWindowAttributes, XmbufGetBufferAttributes, XmbufChangeBufferAttributes, XmbufGetScreenInfo, XmbufCreateStereoWindow ] |
| XmbufGetBufferAttributes | X multibuffering functions | [ XmbufQueryExtension, XmbufGetVersion, XmbufCreateBuffers, XmbufDestroyBuffers, XmbufDisplayBuffers, XmbufGetWindowAttributes, XmbufChangeWindowAttributes, XmbufGetBufferAttributes, XmbufChangeBufferAttributes, XmbufGetScreenInfo, XmbufCreateStereoWindow ] |
| XmbufGetScreenInfo | X multibuffering functions | [ XmbufQueryExtension, XmbufGetVersion, XmbufCreateBuffers, XmbufDestroyBuffers, XmbufDisplayBuffers, XmbufGetWindowAttributes, XmbufChangeWindowAttributes, XmbufGetBufferAttributes, XmbufChangeBufferAttributes, XmbufGetScreenInfo, XmbufCreateStereoWindow ] |
| XmbufGetVersion | X multibuffering functions | [ XmbufQueryExtension, XmbufGetVersion, XmbufCreateBuffers, XmbufDestroyBuffers, XmbufDisplayBuffers, XmbufGetWindowAttributes, XmbufChangeWindowAttributes, XmbufGetBufferAttributes, XmbufChangeBufferAttributes, XmbufGetScreenInfo, XmbufCreateStereoWindow ] |
| XmbufGetWindowAttributes | X multibuffering functions | [ XmbufQueryExtension, XmbufGetVersion, XmbufCreateBuffers, XmbufDestroyBuffers, XmbufDisplayBuffers, XmbufGetWindowAttributes, XmbufChangeWindowAttributes, XmbufGetBufferAttributes, XmbufChangeBufferAttributes, XmbufGetScreenInfo, XmbufCreateStereoWindow ] |
| XmbufQueryExtension | X multibuffering functions | [ XmbufQueryExtension, XmbufGetVersion, XmbufCreateBuffers, XmbufDestroyBuffers, XmbufDisplayBuffers, XmbufGetWindowAttributes, XmbufChangeWindowAttributes, XmbufGetBufferAttributes, XmbufChangeBufferAttributes, XmbufGetScreenInfo, XmbufCreateStereoWindow ] |
| XrmCombineDatabase | merge resource databases | [ XrmMergeDatabases, XrmCombineDatabase, XrmCombineFileDatabase ] |
| XrmCombineFileDatabase | merge resource databases | [ XrmMergeDatabases, XrmCombineDatabase, XrmCombineFileDatabase ] |
| XrmDestroyDatabase | retrieve and store resource databases | [ XrmGetFileDatabase, XrmPutFileDatabase, XrmGetStringDatabase, XrmLocaleOfDatabase, XrmGetDatabase, XrmSetDatabase, XrmDestroyDatabase ] |
| XrmEnumerateDatabase | enumerate resource database entries | |
| XrmGetDatabase | retrieve and store resource databases | [ XrmGetFileDatabase, XrmPutFileDatabase, XrmGetStringDatabase, XrmLocaleOfDatabase, XrmGetDatabase, XrmSetDatabase, XrmDestroyDatabase ] |
| XrmGetFileDatabase | retrieve and store resource databases | [ XrmGetFileDatabase, XrmPutFileDatabase, XrmGetStringDatabase, XrmLocaleOfDatabase, XrmGetDatabase, XrmSetDatabase, XrmDestroyDatabase ] |
| XrmGetResource | retrieve database resources and search lists | [ XrmGetResource, XrmQGetResource, XrmQGetSearchList, XrmQGetSearchResource ] |
| XrmGetStringDatabase | retrieve and store resource databases | [ XrmGetFileDatabase, XrmPutFileDatabase, XrmGetStringDatabase, XrmLocaleOfDatabase, XrmGetDatabase, XrmSetDatabase, XrmDestroyDatabase ] |
| XrmInitialize | initialize the Resource Manager, Resource Manager structures, and parse the command line | [ XrmInitialize, XrmParseCommand, XrmValue, XrmOptionKind, XrmOptionDescRec ] |
| XrmLocaleOfDatabase | retrieve and store resource databases | [ XrmGetFileDatabase, XrmPutFileDatabase, XrmGetStringDatabase, XrmLocaleOfDatabase, XrmGetDatabase, XrmSetDatabase, XrmDestroyDatabase ] |
| XrmMergeDatabases | merge resource databases | [ XrmMergeDatabases, XrmCombineDatabase, XrmCombineFileDatabase ] |
| XrmOptionDescRec | initialize the Resource Manager, Resource Manager structures, and parse the command line | [ XrmInitialize, XrmParseCommand, XrmValue, XrmOptionKind, XrmOptionDescRec ] |
| XrmOptionKind | initialize the Resource Manager, Resource Manager structures, and parse the command line | [ XrmInitialize, XrmParseCommand, XrmValue, XrmOptionKind, XrmOptionDescRec ] |
| XrmParseCommand | initialize the Resource Manager, Resource Manager structures, and parse the command line | [ XrmInitialize, XrmParseCommand, XrmValue, XrmOptionKind, XrmOptionDescRec ] |
| XrmPermStringToQuark | manipulate resource quarks | [ XrmUniqueQuark, XrmStringToQuark, XrmPermStringToQuark, XrmQuarkToString, XrmStringToQuarkList, XrmStringToBindingQuarkList ] |
| XrmPutFileDatabase | retrieve and store resource databases | [ XrmGetFileDatabase, XrmPutFileDatabase, XrmGetStringDatabase, XrmLocaleOfDatabase, XrmGetDatabase, XrmSetDatabase, XrmDestroyDatabase ] |
| 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, XrmPermStringToQuark, XrmQuarkToString, XrmStringToQuarkList, XrmStringToBindingQuarkList ] |
| XrmSetDatabase | retrieve and store resource databases | [ XrmGetFileDatabase, XrmPutFileDatabase, XrmGetStringDatabase, XrmLocaleOfDatabase, XrmGetDatabase, XrmSetDatabase, XrmDestroyDatabase ] |
| XrmStringToBindingQuarkList | manipulate resource quarks | [ XrmUniqueQuark, XrmStringToQuark, XrmPermStringToQuark, XrmQuarkToString, XrmStringToQuarkList, XrmStringToBindingQuarkList ] |
| XrmStringToQuark | manipulate resource quarks | [ XrmUniqueQuark, XrmStringToQuark, XrmPermStringToQuark, XrmQuarkToString, XrmStringToQuarkList, XrmStringToBindingQuarkList ] |
| XrmStringToQuarkList | manipulate resource quarks | [ XrmUniqueQuark, XrmStringToQuark, XrmPermStringToQuark, XrmQuarkToString, XrmStringToQuarkList, XrmStringToBindingQuarkList ] |
| XrmUniqueQuark | manipulate resource quarks | [ XrmUniqueQuark, XrmStringToQuark, XrmPermStringToQuark, XrmQuarkToString, XrmStringToQuarkList, XrmStringToBindingQuarkList ] |
| XrmValue | initialize the Resource Manager, Resource Manager structures, and parse the command line | [ XrmInitialize, XrmParseCommand, XrmValue, XrmOptionKind, XrmOptionDescRec ] |
| XwcDrawImageString | draw image text using a single font set | [ XmbDrawImageString, XwcDrawImageString ] |
| XwcDrawString | draw text using a single font set | [ XmbDrawString, XwcDrawString ] |
| XwcDrawText | draw text using multiple font sets | [ XmbDrawText, XwcDrawText ] |
| XwcFreeStringList | convert text lists and text property structures | [ XmbTextListToTextProperty, XwcTextListToTextProperty, XmbTextPropertyToTextList, XwcTextPropertyToTextList, XwcFreeStringList, XDefaultString ] |
| XwcLookupString | obtain composed input from an input method | [ XmbLookupString, XwcLookupString ] |
| XwcResetIC | reset the state of an input context | [ XmbResetIC, XwcResetIC ] |
| XwcTextEscapement | obtain the escapement of text | [ XmbTextEscapement, XwcTextEscapement ] |
| XwcTextExtents | compute text extents | [ XmbTextExtents, XwcTextExtents ] |
| XwcTextListToTextProperty | convert text lists and text property structures | [ XmbTextListToTextProperty, XwcTextListToTextProperty, XmbTextPropertyToTextList, XwcTextPropertyToTextList, XwcFreeStringList, XDefaultString ] |
| XwcTextPerCharExtents | obtain per-character information for a text string | [ XmbTextPerCharExtents, XwcTextPerCharExtents ] |
| XwcTextPropertyToTextList | convert text lists and text property structures | [ XmbTextListToTextProperty, XwcTextListToTextProperty, XmbTextPropertyToTextList, XwcTextPropertyToTextList, XwcFreeStringList, XDefaultString ] |