| abort | Terminates a process. |
| access | Determines whether a file exists and is accessible. |
| alloca | Allocates bytes from the program's stack. |
| atexit | Calls a process at termination. |
| bdos | Invokes a DOS system call |
| cabs | Calculates the absolute value of a complex number. |
| cgets | Reads a string from the console. |
| chdir | Changes current working directory. |
| chmod | Changes file permissions. |
| _clear87, clear87 | Gets and clears the floating-point status word. |
| _control87, cntrl87 | Gets and sets floating-point control word. |
| cprintf | Formats and prints directly to the console. |
| cputs | Writes a string to the console. |
| creat | Creates a new file or overwrites an existing one. |
| cscanf | Reads data from the console. |
| difftime | Computes the difference between time values. |
| div | Divides integers. |
| dieeetomsbin, dmsbintoieee, dms | Perform conversions between MS
binary and IEEE formats. |
| dosexterr | Gets and stores extended error information. |
| eof | Determines end-of-file. |
| execl, execle, execlp, execlpe, execv, execve, execvp, execvpe, exec | Load and execute a process. |
| _exit, exit | Terminate the calling process. |
| _expand, expand | Changes the size of a previously allocated memory
block. |
| fcloseall, fclose | Close streams. |
| fgetchar, fgetc | Get a character from a stream. |
| fgetpos | Gets and stores the current value of a stream's
file position indicator. |
| _fheapchk, _nheapchk, fheapchk | Performs a minimal consistency check
on the heap. |
| _fheapwalk, _nheapwalk, fheapwalk | Returns the address of the next
heap entry structure. |
| filelength, fileleng | Returns length of target file. |
| flushall | Writes buffer contents to files and clears
buffers. |
| fieeetomsbin, fmsbintoieee, fms | Perform conversions between
IEEE and MS binary format. |
| fopen | Opens a file. |
| FP_OFF, FP_SEG, fp_seg | Get the offset and segment of an address. |
| _fpreset, fpreset | Reinitializes floating-point math package. |
| fputchar, fputc | Writes a character to a stream. |
| fread | Reads from the input stream. |
| _ffree, _nfree, free | Deallocate memory blocks. |
| _freect, freect | Counts available dynamic memory. |
| freopen | Assigns a new file to a stream. |
| fseek | Moves a file pointer. |
| fsetpos | Sets the file position indicator for a stream. |
| fstat | Saves file-status information. |
| ftell | Finds the current position of a file pointer. |
| ftime | Gets the current time. |
| fwrite | Writes to the output stream. |
| getche, getch | Read a character. |
| getpid | Returns a process identification number. |
| halloc | Allocates a huge array. |
| hfree | Deallocates a memory block. |
| inpw, inp | Read a byte or a word. |
| int86 | Executes an interrupt. |
| int86x | Executes an interrupt. |
| intdos | Invokes a DOS system call. |
| intdosx | Invokes a DOS system call. |
| isatty | Identifies a character device. |
| itoa | Converts integer to string. |
| kbhit | Checks for a keystroke. |
| labs | Converts to absolute value. |
| ldiv | Divides long integers. |
| lsearch, lfind | Performs a linear array search. |
| locking | Sets read and write permissions for a portion of a
file. |
| lseek | Changes the position of a file pointer. |
| ltoa | Converts a long integer to a string. |
| _fmalloc, _nmalloc, malloc | Allocate main memory. |
| _memavl, memavl | Returns size of available memory. |
| memicmp | Compares buffers byte-by-byte. |
| memmove | Copies characters between objects. |
| mkdir | Creates a directory. |
| movedata | Copies bytes of data from one address to another. |
| _msize, _fmsize, _nmsize, msize | Return size of allocated memory
block. |
| open | Opens a file for reading or writing. |
| outpw, outp | Write to a specified output port. |
| putch | Writes a character to the console. |
| raise | Sends a signal to the executing program. |
| read | Reads from a file. |
| remove | Deletes a file. |
| rename | Renames a file or directory. |
| rmdir | Removes a directory. |
| rmtmp | Closes and deletes all temporary files in the
current directory. |
| segread | Fills a structure with the contents of a register. |
| setmode | Sets translation mode. |
| setvbuf | Allow user control over stream buffering and size. |
| signal | Defines the action to be taken upon receipt of a
signal. |
| sopen | Opens a file for shared reading or writing. |
| spawnl, spawnle, spawnlp, spawnlpe, spawnv, spawnve, spawnvp, spawnvpe, spawn | Create and execute a child process. |
| stackavail, stack | Returns size of available stack space. |
| stat | Gets file status. |
| _status87, status87 | Gets floating-point status word. |
| strchr, strcmpi, strcpy, strcspn, strdup, stricmp, strcat | Perform operations on strings. |
| strerror | Gets error message pointer from last routine call
error. |
| strlwr | Converts all letters in a string to lowercase. |
| strncmp, strnicmp, strncpy, strnset, strncat | Perform
operations on characters in strings. |
| strrev | Reverses the order of characters in a string. |
| strset | Sets all characters in a string to one character. |
| strstr | Finds a string in a string. |
| strupr | Converts all characters in a string to uppercase. |
| system | Executes an operating system command. |
| tell | Gets the current position of the file pointer. |
| ultoa | Converts an unsigned long integer to a string. |
| umask | Sets the file permission mask. |
| ungetch | Pushes a character back to the console. |
| unlink | Deletes a file. |
| utime | Sets file modification time. |
| write | Writes to a file. |
| Intro | lists manual page references |
| bcopy | copies bytes in kernel space |
| brelse | releases a block buffer |
| btoms, ctob, btoc | converts between bytes and clicks
(memory pages) |
| bzero | sets memory locations to 0 (zero) |
| canon | processes raw input data from tty device |
| cmn_err | displays message or panics the system |
| copyout, copyin | copies bytes between user and kernel space |
| copyio | copies bytes to and from a physical address |
| passc, cpass | passes character between user space and the
kernel |
| db_free, db_alloc | allocates and frees physically
contiguous memory |
| db_read | transfers data from physical memory to a user
address |
| db_write | transfers from a user address to contiguous
memory |
| delay | delays process execution for specified time |
| deverr | prints a device error message on the console |
| disksort | adds a block I/O request to a device's queue |
| dma_alloc | allocates a DMA channel |
| dma_breakup | sizes DMA request into 512-byte blocks |
| dma_enable | begins DMA transfer |
| dma_param | sets up a DMA controller chip for DMA transfer |
| dma_relse | releases previously allocated DMA channel |
| dma_resid | returns the number of bytes not transferred
during a DMA request |
| dma_start | queues DMA request |
| emdupmap | duplicates channel mapping |
| emunmap | disables mapping on a channel |
| flushtlb | flushes the translation lookaside buffer |
| fubyte | gets a character from user data space |
| fuword | gets one 32-bit word from user data space |
| getcb, getcbp, getcf, getc | read clist buffers |
| getchar | gets one character of input |
| getablk, geteblk | gets a buffer from the block buffer pool |
| outb, inb | reads a byte from or writes a byte to an I/O
address |
| outd, ind | reads, writes a 32-bit word to a physical I/O
address |
| outw, inw | reads, writes a 16-bit word from or to a
physical I/O address |
| iodone | signals I/O completion |
| iowait | wait for I/O completion |
| longjmp | ends current system call with error |
| makedev, minor, major | returns major, new device number, or
minor device number |
| memget | allocates contiguous memory at initialization |
| paddr | returns virtual address pointer to block data |
| panic | halts the system |
| physck, physio | raw I/O for block drivers |
| pio_breakup | breaks up programmed I/O requests |
| printcfg | displays driver initialization message |
| printf | print a message on the console |
| psignal | sends signal to a process |
| ktop, ptok | converts virtual and physical addresses |
| putcb, putcbp, putcf, putc | write to clists |
| putchar | prints a character on the console |
| repins: repinsb, repinsw, repinsd, repoutsb, repoutsw, repoutsd, repins | reads and writes streams of device data |
| scsi: scsi_get_gen_cmd, scsi_getdev, scsi_mkadr3, scsi_s2tos, scsi_s3tol, scsi_stok, scsi_stol, scsi_swap4, scsi | SCSI routines |
| select: selsuccess, selfailure, selwakeup, select | kernel routines
supporting select(S) |
| seterror | sets u.u_error with error code |
| signal | sends a signal to a process |
| sleep | suspends processing temporarily |
| spl: spl0, spl1, spl2, spl3, spl4, spl5, spl6, spl7, splbuf, splcli, splhi, splni, splpp, spltty, splx, spl | block/permit
interrupts |
| sptalloc | allocates temporary memory or maps a device into
memory |
| sptfree | releases memory previously allocated with sptalloc |
| subyte | stores a character in user data space |
| suser | determines if current user is the super-user |
| suword | stores a 32-bit word in user data space |
| untimeout, timeout | schedules a time to execute a routine |
| ttiocom | interpret tty driver I/O control commands |
| tty: ttclose, ttin, ttinit, ttiwake, ttopen, ttout, ttowake, ttread, ttrdchk, ttrstrt, ttselect, tttimeo, ttwrite, ttxput, ttyflush, ttywait, tty | tty driver routines |
| vas: vasbind, vasmalloc, vasmapped, vasunbind, vas | virtual
address space memory routines |
| video: DISPLAYED, viddoio, vidinitscreen, vidmap, vidresscreen, vidsavscreen, vidumapinit, vidunmap, video | supports
video adapter driver development |
| vtop | convert a virtual address to a physical address |
| wakeup | wakes up a sleeping process |
| Intro | introduces system services, library routines and
error numbers |
| l64a, a64l | convert between long integer and base-64 ASCII
string |
| abort | generate an abort fault |
| abs | return integer absolute value |
| acceptable_password, accept_pw | determine if password is cryptic |
| access | determine accessibility of a file |
| acct | enable or disable process accounting |
| alarm | set a process alarm clock |
| assert | verify program assertion |
| atexit | calls a process at termination |
| atoi, atol, atof | converts ASCII to numbers |
| audit_open, audit_read, audit_close, audit | open and access audit
session data on a record basis |
| authaudit | produce audit records due to authentication
events |
| authcap | get information from the authentication database |
| bessel: j0, j1, jn, y0, y1, yn, bessel | bessel functions |
| sbrk, brk | change data segment space allocation |
| brkctl | allocates data in a 286 far segment |
| bsearch | binary search a sorted table |
| cfspeed: cfgetispeed, cfgetospeed, cfsetispeed, cfsetospeed, cfspeed | baud rate functions |
| chdir | change working directory |
| check_basic_data_structures, checkdata | verify machine is suitable for
security port |
| chmod | change mode of file |
| chown | change owner and group of a file |
| chroot | change root directory |
| chsize | changes the size of a file. |
| clock | report CPU time used |
| close | close a file descriptor |
| strxfrm, strnxfrm, strcoll, strncoll, collat | handles collation of
strings |
| toupper, tolower, toascii, conv | translates characters |
| creat | create a new file or rewrite an existing one |
| creatsem | creates an instance of a binary semaphore |
| crypt | password and file encryption functions |
| ctermid | generate file name for terminal |
| localtime, gmtime, asctime, cftime, ascftime, strftime, tzset, ctime | convert date and time to string |
| ctype | character handling routines |
| cuserid | get character login name of the user |
| dblock | lock the entire Authentication database |
| dbm: dbminit, fetch, store, delete, firstkey, nextkey, dbm | performs database functions |
| defread, defopen | reads default entries |
| dial | establish an outgoing terminal line connection |
| difftime | computes the difference between time values |
| directory: opendir, readdir, telldir, seekdir, rewinddir, closedir, directory | directory operations |
| discr | check discretionary attributes of files and programs |
| div | divides integers |
| erand48, lrand48, nrand48, mrand48, jrand48, srand48, seed48, lcong48, drand48 | generate uniformly distributed
pseudo-random numbers |
| dup | duplicate an open file descriptor |
| dup2 | duplicate an open file descriptor |
| fcvt, gcvt, ecvt | convert floating-point number to string |
| etext, edata, end | last locations in program |
| erfc, erf | error function and complementary error function |
| ev_block | wait until the queue contains an event |
| ev_close | close the event queue and all associated devices |
| ev_count | returns the number of events currently in the
queue |
| ev_flush | discard all events currently in the queue |
| ev_getdev | gets a list of devices feeding an event queue |
| ev_gindev | include/exclude devices for event input |
| ev_getemask, ev_gtemsk | return the current event mask |
| ev_init | invokes the event manager |
| ev_pop | pop the next event off the queue |
| ev_read | read the next event in the queue |
| ev_resume | restart a suspended queue |
| ev_setemask, ev_stemsk | sets event mask |
| ev_suspend, ev_susp | suspends an event queue. |
| exec: execl, execv, execle, execve, execlp, execvp, exec | execute
a file |
| execseg | makes a data region executable. |
| _exit, exit | terminate process |
| log, log10, pow, sqrt, exp | exponential, logarithm, power,
square root functions |
| fflush, fclose | close or flush a stream |
| fcntl | file control |
| feof, clearerr, fileno, ferror | stream status inquiries |
| fgetpos | gets and stores the current value of a stream's
file position indicator |
| field | FIELD library routines |
| fields | return status based on fields of authentication
database |
| fieldtype | FIELDTYPE library routines |
| ceil, fmod, fabs, floor | floor, ceiling, remainder,
absolute value functions |
| freopen, fdopen, fopen | open a stream |
| fork | create a new process |
| form | FORM library routines |
| fpsetround, fpgetmask, fpsetmask, fpgetsticky, fpsetsticky, fpgetround | IEEE floating point environment control |
| fwrite, fread | binary input/output |
| ldexp, modf, frexp | manipulate parts of floating-point
numbers |
| rewind, ftell, fseek | reposition a file pointer in a stream |
| fsetpos | sets the file position indicator for a stream |
| ftw | walk a file tree |
| gamma | log gamma function |
| getchar, fgetc, getw, getc | get character or word from a
stream |
| getcwd | get path name of current working directory |
| getdents | read directory entries and put in a file-system-
independent format |
| getdvagnam, setdvagent, enddvagent, putdvagnam, copydvagent, getdvagent | manipulate device assignment database entry |
| getenv | return value for environment name |
| getgrgid, getgrnam, setgrent, endgrent, fgetgrent, getgrent | get group file entry |
| getgroups | get supplementary group ID's |
| gethz | return the frequency of the system clock in ticks
per second |
| getlogin | get login name |
| getluid | get login user ID |
| getmsg | get next message off a stream |
| getopt | get option letter from argument vector |
| getpass | read a password |
| getpasswd | read or clear a password |
| getpgrp, getppid, getpid | get process, process group, and
parent process IDs |
| getprcmnam, setprcment, endprcment, putprcmnam, getprcment | manipulate command control database entry |
| getprdfnam, setprdfent, endprdfent, putprdfnam, getprdfent | manipulate default control database entry |
| getprfinam, setprfient, endprfient, putprfinam, getprfient | manipulate file control database entry |
| getpriv | get system privileges associated with this process |
| getprpwuid, getprpwnam, setprpwent, endprpwent, putprpwnam, getprpwent | manipulate protected password database entry |
| getprtcnam, setprtcent, endprtcent, putprtcnam, getprtcent | manipulate terminal control database entry |
| getpw | get name from UID |
| getpwuid, getpwnam, setpwent, endpwent, fgetpwent, getpwent | get password file entry |
| fgets, gets | get a string from a stream |
| geteuid, getgid, getegid, getuid | get real user, effective
user, real group, and effective group IDs |
| getut: getutent, getutid, getutline, pututline, setutent, endutent, utmpname, getut | access utmp file entry |
| hcreate, hdestroy, hsearch | manage hash search tables |
| hypot | euclidean distance function |
| identity | get or check uids or gids from program start |
| ioctl | control device |
| isnan: isnand, isnanf, isnan | test for floating point NaN (Not-
A-Number) |
| item | CRT item routines |
| kill | send a signal to a process or a group of processes |
| ltol3, l3tol | convert between 3-byte integers and long
integers |
| labs | converts to absolute value |
| ldahread | read the archive header of a member of an archive
file |
| ldaclose, ldclose | close a common object file |
| ldfhread | read the file header of a common object file |
| ldgetname | retrieve symbol name for common object file
symbol table entry |
| ldiv | divides long integers |
| ldlinit, ldlitem, ldlread | manipulate line number entries
of a common object file function |
| ldnlseek, ldlseek | seek to line number entries of a section
of a common object file |
| ldohseek | seek to the optional file header of a common
object file |
| ldaopen, ldopen | open a common object file for reading |
| ldnrseek, ldrseek | seek to relocation entries of a section
of a common object file |
| ldnshread, ldshread | read an indexed/named section header
of a common object file |
| ldnsseek, ldsseek | seek to an indexed/named section of a
common object file |
| ldtbindex | compute the index of a symbol table entry of a
common object file |
| ldtbread | read an indexed symbol table entry of a common
object file |
| ldtbseek | seek to the symbol table of a common object file |
| libwindows | windowing terminal function library |
| link | link to a file |
| lock | locks a process in primary memory |
| lockf | record locking on files |
| locking | locks or unlocks a file region for reading or
writing |
| logname | return login name of user |
| lfind, lsearch | linear search and update |
| lseek | move read/write file pointer |
| free, realloc, calloc, malloc | allocates main memory
Name
malloc, free, realloc, calloc, mallopt, mallinfo - allocates
main memory quickly |
| matherr | error-handling function |
| matherr, mathtest | error-handling function |
| memmove | copies characters between objects |
| memory: memccpy, memchr, memcmp, memcpy, memset, memory | memory
operations |
| menu | CRT menu routines |
| mkdir | make a directory |
| mkfifo | make a FIFO special file |
| mknod | make a directory or a special or ordinary file or a
FIFO |
| mktemp | make a unique file name |
| mktime | converts local time to calendar time |
| monitor | prepare execution profile |
| mount | mount a file system |
| msgctl | message control operations |
| msgget | get message queue |
| msgop: msgsnd, msgrcv, msgop | message operations |
| nap | suspends execution for a short interval |
| nice | change priority of a process |
| nl_ascxtime, nl_cxtime, nl_cxti | format date and time |
| nl_init | initialises native language support operation |
| nl_langinfo, nl_lang | language information |
| nl_printf, nl_fprintf, nl_sprintf, nl_print | formats native language
output |
| nl_scanf, nl_fscanf, nl_sscanf, nl_scan | converts formatted native
language input |
| nl_strcmp, nl_strncmp, nl_strc | compare native language strings |
| nlist | get entries from name list |
| open | open for reading or writing |
| opensem | opens a semaphore |
| paccess | used in conjunction with ptrace for tracing a
child process |
| panel | PANEL library routines |
| passlen | determine minimum password length |
| pathconf | get configurable pathname variables |
| pause | suspend process until signal |
| errno, sys_errlist, sys_nerr, perror | system error messages |
| pipe | create an interprocess channel |
| plock | lock process, text, or data in memory |
| plot | graphics interface subroutines |
| poll | STREAMS input/output multiplexing |
| pclose, popen | initiate pipe to/from a process |
| fprintf, sprintf, printf | print formatted output |
| proctl | controls active processes or process groups |
| profil | execution time profile |
| ptrace | process trace |
| putchar, fputc, putw, putc | put character or word on a
stream |
| putenv | change or add value to environment |
| putmsg | send a message on a stream |
| putpwent | write password file entry |
| fputs, puts | put a string on a stream |
| pw_mapping: pw_nametoid, pw_idtoname, gr_nametoid, gr_idtoname, pw_mapping | map between user and group names and IDs |
| qsort | quicker sort |
| uadmin, r.uadmin | administrative control for rebooting the system and
remounting the root filesystem" |
| raise | send signal sig to execution program |
| srand, rand | simple random-number generator |
| randomword | generate a pronounceable password |
| rdchk | checks to see if there is data to be read |
| read | read from file |
| regex, regcmp | compile and execute regular expression |
| regcmp, regex | compiles and executes regular expressions. |
| regexp | regular expression compile and match routines |
| remove | removes filename |
| rename | changes filename |
| rmdir | remove a directory |
| fscanf, sscanf, scanf | convert formatted input |
| sdleave, sdenter | synchronizes access to a shared data
segment |
| sdfree, sdget | attaches and detaches a shared data segment. |
| sdwaitv, sdgetv | synchronizes shared data access |
| seed: getseed, setseed, seed | obtain or set seed for random
number generator |
| select | synchronous I/O multiplexing |
| semctl | semaphore control operations |
| semget | get set of semaphores |
| semop | semaphore operations |
| setvbuf, setbuf | assign buffering to a stream |
| setgroups | set group access list |
| longjmp, setjmp | non-local goto |
| setlocale, setloc | set or read international environment |
| setluid | set login user ID |
| setpgid | set process group ID for job control |
| setpgrp | set process group ID |
| setpriv | set system privileges for this process |
| setsid | create session and set process ID |
| setgid, setuid | set user and group IDs |
| shmctl | shared memory control operations |
| shmget | get shared memory segment identifier |
| shmop: shmat, shmdt, shmop | shared memory operations |
| shutdn | flushes block I/O and halts the CPU |
| sigaction | examine and change signal action |
| sigsetjmp, siglongjmp, sigjmp | non-local jumps |
| signal | specify what to do upon receipt of a signal |
| sigpending | examine pending signals |
| sigprocmask | examine and change blocked signals. |
| sigsem | signals a process waiting on a semaphore |
| sigset | manipulate signal sets |
| sigsuspend | wait for signal |
| cosh, tanh, sinh | hyperbolic functions |
| sleep | suspend execution for interval |
| sgetl, sputl | access long integer data in a machine-
independent fashion |
| gsignal, ssignal | software signals |
| fstat, stat | get file status |
| fstatfs, statfs | get file system information |
| stdio | standard buffered input/output package |
| stdipc: ftok, stdipc | standard interprocess communication package |
| stime | set time |
| stopio | stop further I/O to an open file |
| strerror | gets error message pointer from last routine call
error |
| strftime, strftim | format date/time string |
| string: strcat, strdup, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strtok, string | string operations |
| atof, strtod | convert string to double-precision number |
| atol, atoi, strtol | convert string to integer |
| subsystems | manipulation routines for Subsystems database |
| swab | swap bytes |
| sync | update super block |
| sysconf | get configurable system variables |
| sysfs | get file system type information |
| sysi86 | machine-specific functions |
| system | issue a shell command |
| tam | TAM transition libraries |
| tcgetattr, tcsetattr, tcattr | state functions |
| tcdrain, tcflush, tcsendbreak, tcflow | line control
functions |
| tcgetpgrp, tcsetpgrp, tcpgrp | process group id functions |
| tgetent, tgetnum, tgetflag, tgetstr, tgoto, tputs, termcap | performs
terminal functions |
| terminfo | terminal description database. |
| time | get time |
| times | get process and child process times |
| tmpfile | create a temporary file |
| tempnam, tmpnam | create a name for a temporary file |
| trig: sin, cos, tan, asin, acos, atan, atan2, trig | trigonometric
functions |
| tfind, tdelete, twalk, tsearch | manage binary search trees |
| isatty, ttyname | find name of a terminal |
| ttyslot | find the slot in the utmp file of the current user |
| uadmin | administrative control |
| ulimit | get and set user limits |
| umask | set and get file creation mask |
| umount | unmount a file system |
| uname | get name of current UNIX system |
| ungetc | push character back into input stream |
| unlink | remove directory entry |
| ustat | get file system statistics |
| utime | set file access and modification times |
| varargs | variable argument list |
| vfprintf, vsprintf, vprintf | print formatted output of a
varargs argument list |
| waitpid, wait | wait for child process to stop or terminate |
| nbwaitsem, waitsem | awaits and checks access to a resource
governed by a semaphore |
| write | write on a file |
| fxlist, xlist | gets name list entries from files |
| BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease, AllPlanes | Display
macros |
| ImageByteOrder, BitmapBitOrder, BitmapPad, BitmapUnit, DisplayHeight, DisplayHeightMM, DisplayWidth, DisplayWidthMM, ImageOrd | image format macros |
| IsCursorKey, IsFunctionKey, IsKeypadKey, IsMiscFunctionKey, IsModiferKey, IsPFKey, IsCKey | keysym classifiaction macros |
| XAddHosts, XListHosts, XRemoveHost, XRemoveHosts, XSetAccessControl, XEnableAccessControl, XDisableAccessContro, XAddHost | control host access |
| XAllocColor, XAllocNamedColor, XAllocColorCells, XAllocColorPlanes, XFreeColors, XAllColor | allocate and free colors |
| XAllowEvents, XAllEvnt | release queued events |
| XChangeKeyboardControl, XGetKeyboardControl, XAutoRepeatOn, XAutoRepeatOff, XBell, XQueryKeymap, XCKCntrl | manipulate keyboard
settings |
| XChangePointerControl, XGetPointerControl, XCPCntrl | control pointer |
| XChangeSaveSet, XAddToSaveSet, XRemoveFromSaveSet, XCSSet | change a
client's save set |
| XChangeWindowAttributes, XSetWindowBackground, XSetWindowBackgroundPixmap, XSetWindowBorder, XSetWindowBorderPixmap, XCWAttrib | change window attributes |
| XClearArea, XClearWindow, XClrArea | clear area or window |
| XConfigureWindow, XMoveWindow, XResizeWindow, XMoveResizeWindow, XSetWindowBorderWidth, XConfWin | configure windows |
| XCopyPlane, XCopyArea | copy areas |
| XCreateColormap, XCopyColormapAndFree, XFreeColormap, XSetWindowColormap, XCreCmap | create, copy, or destroy colormaps |
| XCreateFontCursor, XCreatePixmapCursor, XCreateGlyphCursor, XCreFCur | create cursors |
| XCreateGC, XCopyGC, XChangeGC, XFreeGC, XGContextFromGC, XCreGC | create or free graphics contexts |
| XCreateImage, XGetPixel, XPutPixel, XSubImage, XAddPixel, XDestroyImage, XCreImage | image utilities |
| XCreatePixmap, XFreePixmap, XCrePmap | create or destroy pixmaps |
| XCreateRegion, XSetRegion, XDestroyRegion, XCreReg | create or
destroy regions |
| XCreateWindow, XCreateSimpleWindow, XCreWin | create windows |
| XDefineCursor, XUndefineCursor, XDefCur | define cursors |
| XDestroyWindow, XDestroySubwindows, XDesWin | destroy windows |
| XDrawArc, XDrawArcs, XDrArc | draw arcs |
| XDrawImageString, XDrawImageString16, XDrIStr | draw image text |
| XDrawLine, XDrawLines, XDrawSegments, XDrLine | draw lines and
polygons |
| XDrawPoint, XDrawPoints, XDrPoint | draw points |
| XDrawRectangle, XDrawRectangles, XDrRect | draw rectangles |
| XDrawString, XDrawString16, XDrString | draw text characters |
| XDrawText, XDrawText16, XDrText | draw polytext text |
| XEmptyRegion, XEqualRegion, XPointInRegion, XRectInRegion, XERegion | determine if regions are empty or equal |
| XFillRectangle, XFillRectangles, XFillPolygon, XFillArc, XFillArcs, XFillRect | fill rectangles, polygons, or arcs |
| XSync, XEventsQueued, XPending, XFlush | handle output
buffer or event queue |
| XNoOp, XFree | free client data |
| XGetDefault, XResourceManagerString, XGetDef | get X program defaults |
| XrmGetResource, XrmQGetResource, XrmQGetSearchList, XrmQGetSearchResource, XGetRes | retrieve database resources and
search lists |
| XGetVisualInfo, XMatchVisualInfo, XVisualIDFromVisual, XGetVInfo | obtain visual information |
| XGetWindowAttributes, XGetGeometry, XGetWAttr | get current window
attribute or geometry |
| XGrabButton, XUngrabButton, XGrButton | grab pointer buttons |
| XGrabKey, XUngrabKey, XGrKey | grab keyboard keys |
| XGrabKeyboard, XUngrabKeyboard, XGrKeybrd | grab the keyboard |
| XGrabPointer, XUngrabPointer, XChangeActivePointerGrab, XGrPntr | grab the pointer |
| XGrabServer, XUngrabServer, XGrServer | grab the server |
| XCheckIfEvent, XPeekIfEvent, XIfEvent | check the event
queue with a predicate procedure |
| XrmInitialize, XrmParseCommand, XInitial | initialize the Resource
Manager and parse the command line |
| XInstallColormap, XUninstallColormap, XListInstalledColormaps, XInstCmap | control colormaps |
| XIntersectRegion, XUnionRegion, XUnionRectWithRegion, XSubtractRegion, XXorRegion, XOffsetRegion, XShrinkRegion, XInterReg | region arthmetic |
| XInternAtom, XGetAtomName, XInternA | create or return atom names |
| XListFonts, XFreeFontNames, XListFontsWithInfo, XFreeFontInfo, XListFont | obtain or free font names and information |
| XQueryFont, XLoadQueryFont, XFreeFont, XGetFontProperty, XUnloadFont, XLoadFont | load or unload fonts |
| XLookupKeysym, XRefreshKeyboardMapping, XLookupString, XRebindKeySym, XLookKsym | handle keyboard input events |
| XrmMergeDatabases, XrmGetFileDatabase, XrmPutFileDatabase, XrmGetStringDatabase, XMDBases | manipulate resource databases |
| XMapWinow, XMapRaised, XMapSubwindows, XMapWin | map windows |
| XOpenDisplay, XCloseDisplay, XOpDsply | connect or disconnect to X
server |
| XParseGeometry, XGeometry, XParseColor, XParGeom | parse window
geometry and color |
| XPolygonRegion, XClipBox, XPolyReg | generate regions |
| XPutBackEvent, XPutBEvnt | put events back on the queue |
| XGetImage, XGetSubImage, XPutImage | transfer images |
| XrmPutResource, XrmQPutResource, XrmPutStringResource, XrmQPutStringResource, XrmPutLineResource, XPutRes | store database
resources |
| XQueryBestSize, XQueryBestTile, XQueryBestStipple, XQBSize | determine efficient sizes |
| XQueryColor, XQueryColors, XLookupColor, XQColor | obtain color
values |
| XQueryPointer, XQPointer | get pointer coordinates |
| XQueryTree, XQTree | query window tree information |
| XRaiseWindow, XLowerWindow, XCirculateSubwindows, XCirculateSubwindowsUp, XCirculateSubwindowsDown, XRestackWindows, XRaiseWin | change window stacking order |
| XReadBitmapFile, XWriteBitmapFile, XCreatePixmapFromBitmapData, XCreateBitmapFromData, XReadBF | manipulate bitmaps |
| XRecolorCursor, XFreeCursor, XQueryBestCursor, XRecCur | manipulate
cursors |
| XReparentWindow, XReparWin | reparent windows |
| XSaveContext, XFindContext, XDeleteContext, XUniqueContext, XSContext | associative look-up routines |
| XSelectInput, XSInput | select input events |
| XSetArcMode, XSetSubwindowMode, XSetGraphicsExposure, XSeArcMod | GC
convience routines |
| XSetClassHint, XGetClassHint, XSeClassH | set or get class hint |
| XSetClipOrigin, XSetClipMask, XSetClipRectangles, XSeClipO | GC
convience routines |
| XSetCloseDownMode, XKillClient, XSeClosDM | control clients |
| XSetCommand, XSeCommnd | set command atom |
| XSetErrorHandler, XGetErrorText, XDisplayName, XSetIOErrorHandler, XGetErrorDatabaseText, XSeErrHan | default error
handlers |
| XSendEvent, XDisplayMotionBufferSize, XGetMotionEvents, XSeEvent | send events |
| XSetFillStyle, XSetFillRule, XSeFillS | GC convience routines |
| XSetFont, XSeFont | GC convience routines |
| XSetFontPath, XGetFontPath, XFreeFontPath, XSeFontP | set, get, or
free the font search path |
| XSetIconName, XGetIconName, XSeIcName | set or get icon names |
| XSetIconSizes, XGetIconSizes, XSeIcSH | set or get icon size hints |
| XSetInputFocus, XGetInputFocus, XSeInFoc | control input focus |
| XSetLineAttribute, XSetDashes, XSeLAttr | GC convience routines |
| XSetNormalHints, XGetNormalHints, XSeNormH | set or get normal state
hints |
| XSetPointerMapping, XGetPointerMapping, XSePMap | manipulate pointer
settings |
| XSetScreenSaver, XForceScreenSaver, XActivateScreenSaver, XResetScreenSaver, XGetScreenSaver, XSeScSav | manipulate the screen
saver |
| XSetSelectionOwner, XGetSelectionOwner, XConvertSelection, XSeSelOwn | manipulate window selection |
| XSetSizeHints, XGetSizeHints, XSeSizeH | set or get window size hints |
| XSetStandardColormap, XGetStandardColormap, XSeStandC | set or get
standard colormaps |
| XSetStandardProperties, XSeStandP | set standard window manager
properties |
| XSetState, XSetFunction, XSetPlanemask, XSetForeground, XSetBackground, XSeState | GC convience routines |
| XSetTile, XSetStipple, XSetTSOrigin, XSeTile | GC convience routines |
| XSetTransientForHint, XGetTransientForHint, XSeTransH | set or get
transient for hint |
| XSetWMHints, XGetWMHints, XSeWMH | set or get window manager hints |
| XSetZoomHints, XGetZoomHints, XSeZoomH | set or get zoom state hints |
| XStoreBytes, XStoreBuffer, XFetchBytes, XFetchBuffer, XRotateBuffers, XStBytes | manipulate cut and paste buffers |
| XStoreColors, XStoreColor, XStoreNamedColor, XStColors | set colors |
| XStoreName, XFetchName, XStName | set or get window names |
| XStringToKeysym, XKeysymToString, XKeycodeToKeysym, XKeysymToKeycode, XStTKsym | convert keysyms |
| XSynchronize, XSetAfterFunction, XSync | enable or disable
synchronization |
| XTextWidth, XTextWidth16, XTextWid | compute text width |
| XTranslateCoordinates, XTranWCo | translate window coordinates |
| XrmUniqueQuark, XrmStringToQuark, XrmQuarkToString, XrmStringToQuarkList, XrmStringToBindingQuarkList, XUQuark | manipulate resource quarks |
| XUnmapWindow, XUnmapSubwindows, XUnmapWin | unmap windows |
| XWarpPointer, XWarpPntr | move pointer |
| ApplicationShell - the ApplicationShell widget class., Application | |
| Composite - the Composite widget class., Composite | |
| Constraint - the Constraint widget class., Constraint | |
| Core - the Core widget class., Core | |
| MrmCloseHierarchy, MrmCloseHie | Closes a UID hierarchy. |
| MrmFetchColorLiteral, MrmFetchCol | Fetches a named color literal from a
UID file. |
| MrmFetchIconLiteral, MrmFetchIco | Fetches an icon literal from a
hierarchy. |
| MrmFetchInterfaceModule, MrmFetchInt | Fetches all the widgets defined in
an interface module in the uid hierarchy. |
| MrmFetchLiteral, MrmFetchLit | Fetches a literal from a uid file. |
| MrmFetchSetValues, MrmFetchSet | Fetches the values to be set from
literals stored in uid files. |
| MrmFetchWidget, MrmFetchWiA | Fetches and then creates any indexed (uil
named) application widgets and its children. |
| MrmFetchWidgetOverride, MrmFetchWiB | Fetches any indexed (uil named)
application widget. It overrides the arguments specified for
this application widget in uil. |
| MrmInitialize, MrmInitiali | Prepares an application to use MRM widget-
fetching facilities. |
| MrmOpenHierarchy, MrmOpenHier | Allocates a hierarchy ID and opens all
the uid files in the hierarchy. |
| MrmRegisterClass, MrmRegisteA | Saves the information needed for MRM to
access the widget creation function for user-defined
widgets. |
| MrmRegisterNames, MrmRegisteB | Registers the values associated with the
names referenced in uil (for example, uil callback function
names or uil identifier names). |
| Object -- The Object widget class., Object | |
| OverrideShell - the OverrideShell widget class, OverrideShe | |
| TopLevelShell - the TopLevelShell widget class., TopLevelShe | |
| TransientShell - the TransientShell widget class., TransientSh | |
| UilDumpSymbolTable, UilDumpSymb | dumps the contents of a named UIL
symbol table to standard output. |
| VendorShell - the VendorShell widget class., VendorShell | |
| WindowObj - the WindowObj widget class., WindowObj | |
| XmActivateProtocol - a VendorShell function that activates a
protocol., XmActivateP | |
| XmActivateWMProtocol - a VendorShell convenience interface
that activates a protocol., XmActivateW | |
| XmAddProtocolCallback - a VendorShell function that adds
client callbacks for a protocol., XmAddProtoA | |
| XmAddProtocols - a VendorShell function that adds the
protocols to the protocol manager and allocates the internal
tables., XmAddProtoB | |
| XmAddTabGroup - a function that adds a Manager or a
Primitive widget to the list of tab groups., XmAddTabGro | |
| XmAddWMProtocolCallback - a VendorShell convenience
interface that adds client callbacks for a protocol., XmAddWMProA | |
| XmAddWMProtocols - a VendorShell convenience interface that
adds the protocols to the protocol manager and allocates the
internal tables., XmAddWMProB | |
| XmArrowButton - the ArrowButton widget class., XmArrowButA | |
| XmArrowButtonGadget - the ArrowButtonGadget widget class., XmArrowButB | |
| XmBulletinBoard - the BulletinBoard widget class., XmBulletinB | |
| XmCascadeButton - the CascadeButton widget class., XmCascadeBA | |
| XmCascadeButtonGadget - the CascadeButtonGadget widget
class., XmCascadeBB | |
| XmCascadeButtonHighlight - a CascadeButton and
CascadeButtonGadget function that sets the highlight state., XmCascadeBC | |
| XmClipboardCancelCopy - a clipboard function that cancels a
copy to the clipboard., XmClipboarA | |
| XmClipboardCopy - a clipboard function that copies a data
item to temporary storage for later copying to clipboard., XmClipboarB | |
| XmClipboardCopyByName - a clipboard function that copies a
data item passed by name., XmClipboarC | |
| XmClipboardEndCopy - a clipboard function that ends a copy
to the clipboard., XmClipboarD | |
| XmClipboardEndRetrieve - a clipboard function that ends a
copy from the clipboard., XmClipboarE | |
| XmClipboardInquireCount - a clipboard function that returns
the number of data item formats., XmClipboarF | |
| XmClipboardInquireFormat - a clipboard function that returns
a specified format name., XmClipboarG | |
| XmClipboardInquireLength - a clipboard function that returns
the length of the stored data., XmClipboarH | |
| XmClipboardInquirePendingItems - a clipboard function that
returns a list of data_id/private_id pairs., XmClipboarI | |
| XmClipboardLock - a clipboard function that locks the
clipboard., XmClipboarJ | |
| XmClipboardRegisterFormat - a clipboard function that
registers a new format., XmClipboarK | |
| XmClipboardRetrieve - a clipboard function that retrieves a
data item from the clipboard., XmClipboarL | |
| XmClipboardStartCopy - a clipboard function that sets up a
storage and data structure., XmClipboarM | |
| XmClipboardStartRetrieve - a function that starts a copy
from the clipboard., XmClipboarN | |
| XmClipboardUndoCopy - a clipboard function that deletes the
last item placed on the clipboard., XmClipboarO | |
| XmClipboardUnlock - a clipboard function that unlocks the
clipboard., XmClipboarP | |
| XmClipboardWithdrawFormat - a clipboard function that
indicates that the application no longer wants to supply a
data item., XmClipboarQ | |
| XmCommandAppendValue - a Command function that appends the
passed XmString to the end of the string displayed in the
command area of the widget., XmCommandAp | |
| XmCommandError - a Command function that displays an error
message., XmCommandEr | |
| XmCommandGetChild - a Command function that is used to
access a component., XmCommandGe | |
| XmCommandSetValue - a Command function that replaces a
displayed string., XmCommandSe | |
| XmConvertUnits - a function that converts a value in one
unit type to another unit type., XmConvertUn | |
| XmCreateArrowButton - the ArrowButton widget creation
function., XmCreateArA | |
| XmCreateArrowButtonGadget - the ArrowButtonGadget creation
function., XmCreateArB | |
| XmCreateBulletinBoard - the BulletinBoard widget creation
function., XmCreateBuA | |
| XmCreateBulletinBoardDialog - the BulletinBoard
BulletinBoardDialog convenience creation function., XmCreateBuB | |
| XmCreateCascadeButton - the CascadeButton widget creation
function., XmCreateCaA | |
| XmCreateCascadeButtonGadget - the CascadeButtonGadget
creation function., XmCreateCaB | |
| XmCreateCommand - the Command widget creation function., XmCreateCom | |
| XmCreateDialogShell - the DialogShell widget creation
function., XmCreateDia | |
| XmCreateDrawingArea - the DrawingArea widget creation
function., XmCreateDrA | |
| XmCreateDrawnButton - the DrawnButton widget creation
function., XmCreateDrB | |
| XmCreateErrorDialog - the MessageBox ErrorDialog convenience
creation function., XmCreateErr | |
| XmCreateFileSelectionBox - the FileSelectionBox widget
creation function., XmCreateFiA | |
| XmCreateFileSelectionDialog - the FileSelectionBox
FileSelectionDialog convenience creation function., XmCreateFiB | |
| XmCreateForm - the Form widget creation function., XmCreateFoA | |
| XmCreateFormDialog - a Form FormDialog convenience creation
function., XmCreateFoB | |
| XmCreateFrame - the Frame widget creation function., XmCreateFra | |
| XmCreateInformationDialog - the MessageBox InformationDialog
convenience creation function., XmCreateInf | |
| XmCreateLabel - the Label widget creation function., XmCreateLaA | |
| XmCreateLabelGadget - the LabelGadget creation function., XmCreateLaB | |
| XmCreateList - the List widget creation function., XmCreateLis | |
| XmCreateMainWindow - the MainWindow widget creation
function., XmCreateMai | |
| XmCreateMenuBar - a RowColumn widget convenience creation
function., XmCreateMeA | |
| XmCreateMenuShell - the MenuShell widget creation function., XmCreateMeB | |
| XmCreateMessageBox - the MessageBox widget creation
function., XmCreateMeC | |
| XmCreateMessageDialog - the MessageBox MessageDialog
convenience creation function., XmCreateMeD | |
| XmCreateOptionMenu - a RowColumn widget convenience creation
function., XmCreateOpt | |
| XmCreatePanedWindow - the PanedWindow widget creation
function., XmCreatePan | |
| XmCreatePopupMenu - a RowColumn widget convenience creation
function., XmCreatePop | |
| XmCreatePromptDialog - the SelectionBox PromptDialog
convenience creation function., XmCreatePro | |
| XmCreatePushButton - the PushButton widget creation
function., XmCreatePuA | |
| XmCreatePushButtonGadget - the PushButtonGadget creation
function., XmCreatePuB | |
| XmCreatePulldownMenu - a RowColumn widget convenience
creation function., XmCreatePul | |
| XmCreateQuestionDialog - the MessageBox QuestionDialog
convenience creation function., XmCreateQue | |
| XmCreateRadioBox - a RowColumn widget convenience creation
function., XmCreateRad | |
| XmCreateRowColumn - the RowColumn widget creation function., XmCreateRow | |
| XmCreateScrollBar - the ScrollBar widget creation function., XmCreateScA | |
| XmCreateScrolledList - the List ScrolledList convenience
creation function., XmCreateScB | |
| XmCreateScrolledText - the Text ScrolledText convenience
creation function., XmCreateScC | |
| XmCreateScrolledWindow - the ScrolledWindow widget creation
function., XmCreateScD | |
| XmCreateScale - the Scale widget creation function., XmCreateSca | |
| XmCreateSelectionBox - the SelectionBox widget creation
function., XmCreateSeA | |
| XmCreateSelectionDialog - the SelectionBox SelectionDialog
convenience creation function., XmCreateSeB | |
| XmCreateSeparator - the Separator widget creation function., XmCreateSeC | |
| XmCreateSeparatorGadget - the SeparatorGadget creation
function., XmCreateSeD | |
| XmCreateText - the Text widget creation function., XmCreateTex | |
| XmCreateToggleButton - the ToggleButton widget creation
function., XmCreateToA | |
| XmCreateToggleButtonGadget - the ToggleButtonGadget creation
function., XmCreateToB | |
| XmCreateWarningDialog - a MessageBox WarningDialog
convenience creation function., XmCreateWar | |
| XmCreateWorkingDialog - the MessageBox WorkingDialog
convenience creation function., XmCreateWor | |
| XmCvtStringToUnitType - a function that converts a string to
a unit-type value., XmCvtString | |
| XmDeactivateProtocol - a VendorShell function that
deactivates a protocol without removing it., XmDeactivaA | |
| XmDeactivateWMProtocol - a VendorShell convenience interface
that deactivates a protocol without removing it., XmDeactivaB | |
| XmDestroyPixmap - a pixmap caching function that removes a
pixmap from the pixmap cache., XmDestroyPi | |
| XmDialogShell - the DialogShell widget class., XmDialogShe | |
| XmDrawingArea - the DrawingArea widget class., XmDrawingAr | |
| XmDrawnButton - the DrawnButton widget class., XmDrawnButt | |
| XmFileSelectionBox - the FileSelectionBox widget class., XmFileSeleA | |
| XmFileSelectionBoxGetChild - a FileSelectionBox function
that is used to access a component., XmFileSeleB | |
| XmFileSelectionDoSearch - a FileSelectionBox function that
initiates a directory search., XmFileSeleC | |
| XmFontListAdd - a compound string function that creates a
new font list., XmFontListA | |
| XmFontListCreate - a compound string function that creates a
font list., XmFontListC | |
| XmFontListFree - a compound string function that recovers
memory used by a font list., XmFontListF | |
| XmGetAtomName - a function that returns the string
representation for an atom., XmGetAtomNa | |
| XmGetMenuCursor - a RowColumn function that returns the
cursor ID for the current menu cursor., XmGetMenuCu | |
| XmGetPixmap - a pixmap caching function that generates a
pixmap, stores it in a pixmap cache, and returns the pixmap., XmGetPixmap | |
| XmInstallImage - a pixmap caching function that adds an
image to the pixmap cache., XmInstallIm | |
| XmInternAtom - a function that returns an atom for a given
name., XmInternAto | |
| XmIsMotifWMRunning - a function that specifies if the window
manager is running., XmIsMotifWM | |
| XmLabelGadget - the LabelGadget widget class., XmLabelGadg | |
| XmListAddItem - a List function that adds an item to the
list., XmListAddIA | |
| XmListAddItemUnselected - a List function that adds an item
to the list., XmListAddIB | |
| XmListDeleteItem - a List function that deletes an item from
the list., XmListDeleA | |
| XmListDeletePos - a List function that deletes an item from
a list at a specified position., XmListDeleB | |
| XmListDeselectAllItems - a List function that unhighlights
and removes all items from the selected list., XmListDeseA | |
| XmListDeselectItem - a List function that deselects the
specified item from the selected list., XmListDeseB | |
| XmListDeselectPos - a List function that deselects an item
at a specified position in the list., XmListDeseC | |
| XmListItemExists - a List function that checks if a
specified item is in the list., XmListItemE | |
| XmListSelectItem - a List function that selects an item in
the list., XmListSeleA | |
| XmListSelectPos - a List function that selects an item at a
specified position in the list., XmListSeleB | |
| XmListSetBottomItem - a List function that makes an existing
item the last visible item in the list., XmListSetBA | |
| XmListSetBottomPos - a List function that makes a specified
item the last visible position in the list., XmListSetBB | |
| XmListSetHorizPos - a List function that moves a ScrollBar
to the specified position in the list., XmListSetHo | |
| XmListSetItem - a List function that makes an existing item
the first visible item in the list.., XmListSetIt | |
| XmListSetPos - a List function that makes the item at the
given position the first visible position in the list., XmListSetPo | |
| XmMainWindow - the MainWindow widget class., XmMainWindA | |
| XmMainWindowSep1 - a MainWindow function that returns the
widget ID of the first Separator widget., XmMainWindB | |
| XmMainWindowSep2 - a MainWindow function that returns the
widget ID of the second Separator widget., XmMainWindC | |
| XmMainWindowSetAreas - a MainWindow function that identifies
manageable children for each area., XmMainWindD | |
| XmMenuPosition - a RowColumn function that positions a Popup
MenuPane., XmMenuPosit | |
| XmMenuShell - the MenuShell widget class., XmMenuShell | |
| XmMessageBox - the MessageBox widget class., XmMessageBA | |
| XmMessageBoxGetChild - a MessageBox function that is used to
access a component., XmMessageBB | |
| XmOptionButtonGadget - a RowColumn function that obtains the
widget ID for the CascadeButtonGadget in an OptionMenu., XmOptionBut | |
| XmOptionLabelGadget - a RowColumn function that obtains the
widget ID for the LabelGadget in an OptionMenu., XmOptionLab | |
| XmPanedWindow - the PanedWindow widget class., XmPanedWind | |
| XmPrimitive - the Primitive widget class., XmPrimitive | |
| XmPushButton - the PushButton widget class., XmPushButtA | |
| XmPushButtonGadget - the PushButtonGadget widget class., XmPushButtB | |
| XmRemoveProtocolCallback - a VendorShell function that
removes a callback from the internal list., XmRemovePrA | |
| XmRemoveProtocols - a VendorShell function that removes the
protocols from the protocol manager and deallocates the
internal tables., XmRemovePrB | |
| XmRemoveTabGroup - a function that removes a tab group., XmRemoveTab | |
| XmRemoveWMProtocolCallback - a VendorShell convenience
interface that removes a callback from the internal list., XmRemoveWMA | |
| XmRemoveWMProtocols - a VendorShell convenience interface
that removes the protocols from the protocol manager and
deallocates the internal tables., XmRemoveWMB | |
| XmResolvePartOffsets - a function that allows writing of
upward-compatible applications and widgets., XmResolvePa | |
| XmRowColumn - the RowColumn widget class., XmRowColumn | |
| XmScaleGetValue - a Scale function that returns the current
slider position., XmScaleGetV | |
| XmScaleSetValue - a Scale function that sets a slider value., XmScaleSetV | |
| XmScrollBar - the ScrollBar widget class., XmScrollBaA | |
| XmScrollBarGetValues - a ScrollBar function that returns the
ScrollBar's increment values and changes the slider's size
and position., XmScrollBaB | |
| XmScrollBarSetValues - a ScrollBar function that changes
ScrollBar's increment values and the slider's size and
position., XmScrollBaC | |
| XmScrolledWindow - the ScrolledWindow widget class., XmScrolledA | |
| XmScrolledWindowSetAreas - a ScrolledWindow function that
adds or changes a window work region and a horizontal or
vertical ScrollBar widget to the ScrolledWindow widget., XmScrolledB | |
| XmSelectionBox - the SelectionBox widget class., XmSelectioA | |
| XmSelectionBoxGetChild - a SelectionBox function that is
used to access a component., XmSelectioB | |
| XmSeparator - the Separator widget class., XmSeparatoA | |
| XmSeparatorGadget - the SeparatorGadget widget class., XmSeparatoB | |
| XmSetFontUnit - a function that sets the font unit value for
a display., XmSetFontUn | |
| XmSetMenuCursor - a RowColumn function that modifies the
menu cursor for a client., XmSetMenuCu | |
| XmSetProtocolHooks - a VendorShell function that allows pre
and post actions to be executed when a protocol message is
received from the window manager., XmSetProtoc | |
| XmSetWMProtocolHooks - a VendorShell convenience interface
that allows pre and post actions to be executed when a
protocol message is received from the window manager., XmSetWMProt | |
| 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., XmStringBas | |
| XmStringByteCompare - a compound string function that
indicates the results of a byte-by-byte comparison., XmStringByt | |
| XmStringCompare - a compound string function that compares
two strings., XmStringCom | |
| XmStringConcat - a compound string function that appends one
string to another., XmStringCon | |
| XmStringCopy - a compound string function that makes a copy
of a string., XmStringCop | |
| XmStringCreate - a compound string function that creates a
compound string., XmStringCrA | |
| XmStringCreateLtoR - a compound string function that creates
a compound string., XmStringCrB | |
| XmStringDirectionCreate - a compound string function that
creates a compound string., XmStringDir | |
| XmStringDraw - a compound string function that draws a
compound string in an X window., XmStringDrA | |
| XmStringDrawImage - a compound string function that draws a
compound string in an X Window and creates an image., XmStringDrB | |
| XmStringDrawUnderline - a compound string function that
underlines a string drawn in an X Window., XmStringDrC | |
| XmStringEmpty - a compound string function that provides
information on the existence of non-zero length text
components., XmStringEmp | |
| XmStringExtent - a compound string function that determines
the size of the smallest rectangle that will enclose the
compound string., XmStringExt | |
| XmStringFree - a compound string function that recovers
memory., XmStringFrA | |
| XmStringFreeContext - a compound string function that
instructs the toolkit that the context is no longer needed., XmStringFrB | |
| XmStringGetLtoR - a compound string function that searches
for a text segment in the input compound string., XmStringGeA | |
| XmStringGetNextComponent - a compound string function that
returns the type and value of the next component in a
compound string., XmStringGeB | |
| XmStringGetNextSegment - a compound string function that
fetches the octets in the next segment of a compound string., XmStringGeC | |
| XmStringHeight - a compound string function that returns the
line height of the given compound string., XmStringHei | |
| XmStringInitContext - a compound string function that allows
applications to read out the content segment by segment., XmStringIni | |
| XmStringLength - a compound string function that obtains the
length of a compound string., XmStringLen | |
| XmStringLineCount - a compound string function that returns
the number of separators plus one in the provided compound
string., XmStringLin | |
| XmStringNConcat - a compound string function that appends a
specified number of bytes to a compound string., XmStringNCA | |
| XmStringNCopy - a compound string function that creates a
copy of a compound string., XmStringNCB | |
| XmStringPeekNextComponent - a compound string function that
returns the component type of the next component fetched., XmStringPee | |
| XmStringSegmentCreate - a compound string function that
creates a compound string., XmStringSeg | |
| XmStringSeparatorCreate - a compound string function that
creates a compound string., XmStringSep | |
| XmStringWidth - a compound string function that returns the
width of the longest sequence of text components in a
compound string., XmStringWid | |
| XmTextClearSelection - a Text function that clears the
primary selection., XmTextClear | |
| XmTextGetEditable - a Text function that accesses the edit
permission state., XmTextGetEd | |
| XmTextGetMaxLength - a Text function that accesses the value
of the current maximum allowable length of a text string
entered from the keyboard., XmTextGetMa | |
| XmTextGetSelection - a Text function that retrieves the
value of the primary selection., XmTextGetSe | |
| XmTextGetString - a Text function that accesses the string
value., XmTextGetSt | |
| XmTextReplace - a Text function that replaces part of a text
string., XmTextRepla | |
| XmTextSetEditable - a Text function that sets the edit
permission., XmTextSetEd | |
| XmTextSetMaxLength - a Text function that sets the value of
the current maximum allowable length of a text string
entered from the keyboard., XmTextSetMa | |
| XmTextSetSelection - a Text function that sets the primary
selection of the text., XmTextSetSe | |
| XmTextSetString - a Text function that sets the string
value., XmTextSetSt | |
| XmToggleButton - the ToggleButton widget class., XmToggleBuA | |
| XmToggleButtonGadget - the ToggleButtonGadget widget class., XmToggleBuB | |
| XmToggleButtonGadgetGetState - a ToggleButtonGadget function
that obtains the state of a ToggleButtonGadget., XmToggleBuC | |
| XmToggleButtonGadgetSetState - a ToggleButtonGadget function
that sets or changes the current state.., XmToggleBuD | |
| XmToggleButtonGetState - a ToggleButton function that
obtains the state of a ToggleButton., XmToggleBuE | |
| XmToggleButtonSetState - a ToggleButton function that sets
or changes the current state., XmToggleBuF | |
| XmUninstallImage - a pixmap caching function that removes an
image from the image cache., XmUninstall | |
| XmUpdateDisplay - a function that processes all pending
exposure events immediately., XmUpdateDis | |
| XtAddCallback, XtAddCallbacks, XtRemoveCallback, XtRemoveCallbacks, XtRemoveAllCallbacks, XtAddCbk | add and remove
callback procedures |
| XtAddEventHandler, XtAddRawEventHandler, XtRemoveEventHandler XtRemoveRawEventHandler, XtAddEHand | add and
remove event handlers |
| XtAddExposureToRegion, XtAddETReg | merge exposure events into a region |
| XtRemoveGrab, XtAddGrab | redirect user input to a modal
widget |
| XtAppAddActions, XtAppAAct | register an action table |
| XtAppAddConverter, XtAppAC | register resource converter |
| XtAppAddInput, XtRemoveInput, XtAppAI | register and remove an input
source |
| XtAppAddTimeOut, XtRemoveTimeOut, XtAppATO | register and remove
timeouts |
| XtAppAddWorkProc, XtRemoveWorkProc, XtAppAWP | Add and remove
background processing procedures |
| XtAppCreateShell, XtAppCSh | create top-level widget instance |
| XtAppError, XtAppSetErrorHandler, XtAppSetWarningHandler, XtAppWarning, XtAppE | low-level error handlers |
| XtAppErrorMsg, XtAppSetErrorMsgHandler, XtAppSetWarningMsgHandler, XtAppWarningMsg, XtAppEM | high-level
error handlers |
| XtAppGetErrorDatabase, XtAppGetErrorDatabaseText, XtAppGEDB | obtain
error database |
| XtAppGetSelectionTimeout, XtAppSetSelectionTimeout- set and
obtain selection timeout values, XtAppGSTO | |
| XtAppNextEvent, XtAppPending, XtAppPeekEvent, XtAppProcessEvent, XtDispatchEvent, XtAppMainLoop, XtAppNEv | query
and process events and input |
| XtBuildEventMask, XtBEMask | retrieve a widget's event mask |
| XtCallAcceptFocus, XtCallAFoc | calla widget's accept_focus procedure |
| XtCallCallbacks, XtHasCallbacks, XtCallCbks | process callbacks |
| XtSuperClass, XtIsSubclass, XtCheckSubclass, XtIsComposite, XtIsManaged, XtClass | obtain and verify a widget's
class |
| XtConfigureWidget, XtMoveWidget, XtResizeWidget, XtConfWid | move and
resize widgets |
| XtDirectConvert, XtConvert | invoke resource converters |
| XtCreateApplicationContext, XtDestroyApplicationContext, XtWidgetToApplicationContext, XtToolkitInitialize, XtCreACon | create,
destroy, and obtain an application context |
| XtCreatePopupShell, XtCrePSh | |
| XtCreateWidget, XtCreateManagedWidget, XtDestroyWidget, XtCreWid | create and destroy widgets |
| XtCreateWindow, XtCreWin | window creation convenience function |
| XtParent, XtScreen, XtWindow, XtDisplay | obtain window
information about a widget |
| XtDisplayInitialize - a function that initializes the
o toolkit's view of a display and adds it to an application
context., XtDisplayIn | |
| XtReleaseGC, XtGetGC | obtain and destroy a sharable GC |
| XtGetResourceList, XtGetRList | obtain resource list |
| XtGetSubresources, XtGetApplicationResources, XtGetSres | obtain
subresources or application resources |
| XtGrabKeyboard - a function that actively grabs control of
the main keyboard., XtGrabKeybo | |
| o XtInitialize - a function that initializes the toolkit and
returns a top-level shell., XtInitializ | |
| XtMakeGeometryRequest, XtMakeResizeRequest, XtMakGReq | make geometry
manager request |
| XtCalloc, XtRealloc, XtFree, XtNew, XtNewString, XtMalloc | memory management functions |
| XtManageChildren, XtManageChild, XtUnmanageChildren, XtUnmanageChild, XtManChild | manage and unmanage children |
| XtMapWidget, XtSetMappedWhenManaged, XtUnmapWidget, XtMapWid | map and
unmap widgets |
| XtNameToWidget, XtWidgetToWindow, XtNameTWid | translating strings to
widgets or widgets to windows |
| XtNumber, XtOffset | determine the byte offset or number of
array elements |
| XtOwnSelection, XtOwnSelectionIncremental, XtDisownSelection, XtOwnSel | set selection owner |
| XtParseAcceleratorTable, XtInstallAccelerators, XtInstallAllAccelerators, XtParATab | managing accelerator tables |
| XtParseTranslationTable, XtAugmentTranslations, XtOverrideTranslations, XtUninstallTranslations, XtParTTab | manage
translation tables |
| XtCallbackPopdown, MenuPopdown, XtPopdown | unmap a pop-up |
| XtCallbackNone, XtCallbackNonexclusive, XtCallbackExclusive, MenuPopup, XtPopup | map a pop-up |
| XtQueryGeometry, XtQueryGeo | query the preferred geometry of a child
widget |
| XtRealizeWidget, XtIsRealized, XtUnrealizeWidget, XtRealize | realize
and unrealize widgets |
| XtMergeArgLists, XtSetArg | set and merge ArgLists |
| XtSetKeyboardFocus, XtSetKFoc | focus events on a child widget |
| XtSetKeyTranslator, XtTranslateKeycode, XtRegisterCaseConverter, XtConvertCase, XtSetKTr | convert KeySym to
KeyCodes |
| XtSetSensitive, XtIsSensitive, XtSetSens | set and check a widget's
sensitivity state |
| XtSetValues, XtSetSubvalues, XtGetValues, XtGetSubvalues, XtSetVal | obtain and set widget resources |
| XtStringConversionWarning, XtStrCW | issue a conversion warning
message |
| XtTranslateCoordinates, XtTransC | translate widget coordinates |
| XtUngrabKey - a function that cancels a passive grab on a
key combination., XtUngrabKeA | |
| XtUngrabKeyboard - a function releases an active grab on the
keyboard., XtUngrabKeB | |
| XtWidgetCallCallbacks - a function that invokes the entries
on a callback list., XtWidgetCal | |