| Intro | introduce 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 |
| eaccess, access | determine accessibility of a file |
| acct | enable or disable process accounting |
| alarm | set a process alarm clock |
| assert | verify program assertion |
| atexit | register function to be called at termination |
| atoi, atol, atof | converts ASCII to numbers |
| audit_close, audit_open, audit_read, audit | open and access audit session data
records |
| 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 |
| catgets | read a program message |
| catclose, catopen | open/close a message catalog |
| cfspeed: cfgetispeed, cfgetospeed, cfsetispeed, cfsetospeed, cfspeed | baud rate
functions |
| chdir | change working directory |
| 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 |
| creat | create a new file or rewrite an existing one |
| create_file_securely, creatfs | create a file using an attribute specification
from the file control database |
| creatsem | creates an instance of a binary semaphore |
| crypt | password and file encryption functions |
| ctermid | generate terminal filename |
| localtime, gmtime, asctime, strftime, tzset, ctime | convert date and
time to string |
| ctype | character handling routines |
| cuserid | get character login name of the user |
| dblock: enter_quiet_zone, exit_quiet_zone, make_transition_files, replace_file, dblock | authentication database locking routines |
| dbm: dbminit, delete, fetch, firstkey, nextkey, store, dbm | performs database
functions |
| defread, defopen | reads default entries |
| dial | establish an outgoing terminal line connection |
| difftime | computes the difference between time values |
| directory: closedir, opendir, readdir, rewinddir, seekdir, telldir, directory | directory operations |
| div | divides integers |
| erand48, jrand48, lcong48, lrand48, nrand48, mrand48, srand48, seed48, 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_getemask, ev_getmsk | return the current event mask |
| ev_gindev | include/exclude devices for event input |
| ev_init | invokes the event manager |
| ev_open | opens an event queue for input |
| 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 func-
tions |
| freopen, fdopen, fopen | open a stream |
| fork | create a new process |
| form | FORM library routines |
| fpsetround, fpgetmask, fpsetmask, fpgetsticky, fpsetsticky -, fpgetround | |
| fwrite, fread | binary input/output |
| ldexp, modf, frexp | manipulate parts of floating-point numbers |
| ftell, rewind, fseek | reposition a file pointer in a stream |
| fsetpos | sets the file position indicator for a stream |
| fsync | synchronize changes to a file |
| ftok | standard interprocess communication package |
| ftw | walk a file tree |
| gamma | log gamma function |
| getchar, fgetc, getw, getc | get character or word from a stream |
| getcwd | get pathname of current working directory |
| getdents | read directory entries and put in a filesystem-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 |
| setitimer, getitimer | get and set value of interval timers |
| 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 |
| fgetpasswd, bigcrypt, bigcryptmax, getpasswd | read or clear a password |
| getpgrp, getppid, getpid | get process, process group, and parent process |
| 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 user info from UID |
| getpwuid, getpwnam, setpwent, endpwent, fgetpwent, getpwent | get
password file entry |
| fgets, gets | get a string from a stream |
| getspnam, setspent, endspent, fgetspent, lckpwdf, ulckpwdf, getspent | get shadow password file entry |
| geteuid, getgid, getegid, getuid | get real user, effective user, real
group, and effective group IDs |
| getut: endutent, getutent, getutid, getutline, pututline, setutent, utmp-
name, 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 | I/O control command |
| isaddindex, isaddidx | add an index to an ISAM file |
| isbuild | create an ISAM file |
| isclose | close an ISAM file |
| isconv: lddbl, ldfloat, ldint, ldlong, stdbl, stfloat, stint, stlong -, isconv | |
| isdelcurr | delete the current record |
| isdelete | delete record specified by primary key |
| isdelindex, isdelidx | delete an index |
| isdelrec | delete record specified by record number |
| iserase | delete an entire ISAM file |
| isindexinfo, isidxinfo | obtain information about an ISAM file |
| islock | lock an ISAM file |
| isnand, isnanf, isnan | test for a floating point NaN (Not-A-Number) |
| isopen | open an ISAM file |
| isread | read records in an ISAM file |
| isrelease | unlocks all manually locked records in a file |
| isrename | rename an ISAM file |
| isrewcurr | rewrite the current record |
| isrewrec | rewrite the record indicated by record number |
| isrewrite | rewrite a record identified by its primary key |
| issetunique, issetuniq | set the value of a unique identifier |
| isstart | select an index and locate a record |
| isuniqueid, isuniqid | return a unique identifier |
| isunlock | unlock an ISAM file |
| iswrcurr | write a new record and make it current |
| iswrite | write a new record into an ISAM file |
| item | CRT menu-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 and free memory |
| 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 |
| allocldptr, freeldptr, vldldptr, ldptr | ldptr structure usage routines |
| 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 |
| llog | library logging package |
| lock | locks a process in primary memory |
| lockf | record locking on files |
| locking | locks or unlocks a file region for reading or writing |
| localeconv, loconv | get lconv structure pointer |
| logname | return login name of user |
| lfind, lsearch | linear search and update |
| lseek | move read/write file pointer |
| free, realloc, calloc, cfree, malloc | allocates main memory
Name
malloc, free, realloc, calloc, mallopt, mallinfo - allocates main memory
quickly |
| mbtowc, mbstowcs, wctomb, wcstombs, mblen | multibyte character routines |
| 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 filename |
| mktime | converts local time to calendar time |
| ml_send | Simple mail submission (ml_) |
| mmdf | MMDF mail submission and pickup |
| monitor | prepare execution profile |
| mount | mount a filesystem |
| msgctl | message control operations |
| msgget | get message queue |
| msgop | message operations |
| nap | suspends execution for a short interval |
| nice | change priority of a process |
| nl_cxtime, nl_ascxtime, nl_cxti | format date and time |
| nl_init | initializes 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 of an account |
| pathconf | get configurable pathname variables |
| pause | suspend process until signal |
| perror | system error messages |
| phs | Note the MMDF transmission phase (phs_) |
| 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 a pipe to or 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 |
| putspent | write shadow password file entry |
| pw_nametoid, pw_idtoname, gr_nametoid, gr_idtoname, pw_namtoid | map between user and
group names and IDs |
| qsort | quicker sort |
| raise | send signal to the 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 |
| readlink | reads a symbolic link |
| regex, regcmp | compiles and executes regular expressions |
| regexp | regular expression compile and match routines |
| remove | removes filename |
| rename | changes filename |
| rmdir | remove a directory |
| sc_init | scancode Application Programming Interface (API) initialization
and internal administration functions |
| sc_raw | scancode Application Programming Interface (API) line-discipline
and screen-switching functions |
| sc_readkb | scancode translation functions |
| scanf | convert formatted input |
| __scoinfo, scoinfo | get kernel and system information |
| 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: get_seed, set_seed, 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 supplementary group ID's |
| 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 groupIDs |
| 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 | change and/or examine signal action |
| sigsetjmp, siglongjmp, sigjmp | non-local jumps |
| signal | set a signal action |
| sigpending | examine pending signals |
| sigprocmask, sigpmask | change and/or examine blocked signals. |
| sigsem | signals a process waiting on a semaphore |
| sigset | manipulate signal sets |
| sigset, sighold, sigrelse, sigignore, sigpause, sigsetv | signal management
routines |
| sigsuspend | wait for signal(s) |
| 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, lstat, statlstat, stat | returns file status |
| fstatfs, statfs | get file system information |
| stdio | standard buffered input/output package |
| stime | set time |
| stopio | stop further I/O to an open file |
| strncoll, strnxfrm, strxfrm, strcoll | handles collation of strings |
| strerror | gets error message pointer from last routine call error |
| strftime, strftim | format date/time string |
| string: strcat, strchr, strcmp, strcpy, strcspn, strdup, strlen, strncat, strncmp, strncpy, strpbrk, strrchr, strspn, strstr, strtok, string | string
operations |
| strtod | convert string to double-precision number |
| strtol | convert string to integer |
| strtoul | convert a string to an unsigned long integer |
| subsystems | manipulation routines for Subsystems database |
| swab | swap bytes |
| symlink | creates symbolic link to a file |
| sync | update super block |
| sysconf | get configurable system variables |
| sysfs | get file system type information |
| sysi86 | machine-specific functions |
| system | issue a shell command |
| t_accept | accept a connect request |
| t_alloc | allocate a library structure |
| t_bind | bind an address to a transport endpoint |
| t_close | close a transport endpoint |
| t_connect, t_cnect | establish a connection with another transport user |
| t_error | produce error message |
| t_free | free a library structure |
| t_getinfo, t_getinf | get protocol-specific service information |
| t_getstate, t_gtstat | get the current state |
| t_listen | listen for a connect request |
| t_look | look at the current event on a transport endpoint |
| t_open | establish a transport endpoint |
| t_optmgmt, t_optmgt | manage options for a transport endpoint |
| t_rcv | receive data or expedited data sent over a connection |
| t_rcvconnect, t_rcvcnt | receive the confirmation from a connect request |
| t_rcvudata, t_rcvdat | receive a data unit |
| t_rcvuderr, t_rcvder | receive a unit data error indication |
| t_rcvdis | retrieve information from disconnect |
| t_rcvrel | acknowledge receipt of an orderly release indication |
| t_snd | send data or expedited data over a connection |
| t_snddis | send user-initiated disconnect request |
| t_sndrel | initiate an orderly release |
| t_sndudata, t_sndudt | send a data unit |
| t_sync | synchronize transport library |
| t_unbind | disable a transport endpoint |
| tai_end, tai_get, tai_init, tai | get MMDF site tailoring information |
| tam | TAM transition libraries |
| tcgetattr, tcsetattr, tcattr | state functions |
| tcdrain, tcflush, tcsendbreak, tcflow | line control functions |
| tcgetpgrp, tcsetpgrp, tcpgrp | process group id functions |
| termcap: tgetent, tgetnum, tgetflag, tgetstr, tgoto, tputs, termcap | performs
terminal functions |
| terminfo | terminal description database |
| ftime, time | return time |
| times | get process and child process times |
| tmpfile | create a temporary file |
| tempnam, tmpnam | create a name for a temporary file |
| todigit, toint, tolower, _tolower, toupper, _toupper, toascii | routines
used to translate characters |
| trig: acos, asin, atan, atan2, cos, sin, tan, trig | trigonometric functions |
| tfind, tdelete, twalk, tsearch | manage binary search trees |
| isatty, ttyname | get 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 system |
| ungetc | push character back into input stream |
| unlink | remove directory entry |
| ustat | get file system statistics |
| utime | set file access and modification times |
| stdarg, 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 semaphore-governed
resource |
| write | write on a file |
| fxlist, xlist | gets name list entries from files |
| AllPlanes | display utility |
| BlackPixelOfScreen, BlkPScrn | screen information functions and macros |
| DisplayOfCCC, Dis3C | Color Conversion Context macros |
| ImageByteOrder, ImageOrd | image format functions and macros |
| IsCursorKey, IsCKey | keysym classification macros |
| XAllocClassHint, XACHints | allocate class hints structure and set or read a
window's WM_CLASS property |
| XAllocIconSize, XAIcSize | allocate icon size structure and set or read a window's
WM_ICON_SIZES property |
| XAllocStandardColormap, XASCmap | allocate, set, or read a standard colormap
structure |
| XAllocSizeHints, XASHints | allocate size hints structure and set or read a
window's WM_NORMAL_HINTS property |
| XAllocWMHints, XAWMHints | allocate window manager hints structure and set or read a
window's WM_HINTS property |
| XAddHost | control host access and host control structure |
| XAllocColor, XAllColor | allocate and free colors |
| XAllowEvents, XAllEvnt | release queued events |
| XAnyEvent | generic X event structures |
| XButtonEvent, XButEvent | KeyPress, KeyRelease, ButtonPress, ButtonRelease, and |
| XChangeKeyboardControl, XCKCntrl | manipulate keyboard settings and keyboard
control structure |
| XChangeKeyboardMapping, XCKMping | manipulate keyboard encoding and keyboard
encoding structure |
| XClientMessageEvent, XCMEvent | ColormapNotify event structure |
| XChangePointerControl, XCPCntrl | control pointer |
| XChangeSaveSet, XCSSet | change a client's save set |
| XChangeWindowAttributes, XCWAttrib | change window attributes |
| XCreateWindowEvent, XCWEvent | CreateNotify event structure |
| XCirculateEvent, XCirEvent | CirculateNotify event structure |
| XCirculateRequestEvent, XCirREven | CirculateRequest event structure |
| XClearArea, XClrArea | clear area or window |
| XColormapEvent, XCmpEvent | ColormapNotify event structure |
| XConfigureEvent, XConEvent | ConfigureNotify event structure |
| XConfigureRequestEvent, XConREven | ConfigureRequest event structure |
| XConfigureWindow, XConfWin | configure windows and window changes structure |
| XCopyArea | copy areas |
| XCreateColormap, XCreCmap | create, copy, or destroy colormaps and color structure |
| XCreateFontCursor, XCreFCur | create cursors |
| XCreateFontSet, XCreFSet | create and free an international text drawing font set |
| XCreateGC, XCreGC | create or free graphics contexts and graphics context
structure |
| XCreateIC, XCreIC | create, destroy, and obtain the input method of an input
context |
| XCreateImage, XCreImage | image utilities |
| XCreatePixmap, XCrePmap | create or destroy pixmaps |
| XCreateRegion, XCreReg | create or destroy regions |
| XCreateWindow, XCreWin | create windows and window attributes structure |
| XCrossingEvent, XCroEvent | EnterNotify and LeaveNotify event structure |
| XDestroyWindowEvent, XDWEvent | DestroyNotify event structure |
| XDefineCursor, XDefCur | define cursors |
| XDestroyWindow, XDesWin | destroy windows |
| XDrawArc, XDrArc | draw arcs and arc structure |
| XDrawImageString, XDrIStr | draw image text |
| XDrawLine, XDrLine | draw lines, polygons, and line structure |
| XDrawPoint, XDrPoint | draw points and points structure |
| XDrawRectangle, XDrRect | draw rectangles and rectangles structure |
| XDrawString, XDrString | draw text characters |
| XDrawText, XDrText | draw polytext text and text drawing structures |
| XEmptyRegion, XERegion | determine if regions are empty or equal |
| XrmEnumerateDatabase, XEnumDB | enumerate resource database entries |
| XExtentsOfFontSet, XEofFSet | obtain the maximum extents structure for a font set |
| XErrorEvent, XErrEvent | X error event structure |
| XExposeEvent, XExpEvent | Expose event structure |
| XFocusChangeEvent, XFCEvent | FocusIn and FocusOut event structure |
| XFilterEvent, XFEvent | filter X events for an input method |
| XFontSetExtents, XFSExt | XFontSetExtents structure |
| XFillRectangle, XFillRect | fill rectangles, polygons, or arcs |
| XFlush | handle output buffer or event queue |
| XFontsOfFontSet, XFofFSet | obtain fontset information |
| XFree | free client data |
| XGraphicsExposeEvent, XGEEvent | GraphicsExpose and NoExpose event structures |
| XGravityEvent, XGEvent | GravityNotify event structure |
| XrmGetFileDatabase, XGFDBase | retrieve and store resource databases |
| XrmGetResource, XGetRes | retrieve database resources and search lists |
| XGetVisualInfo, XGetVInfo | obtain visual information and visual structure |
| XGetWindowAttributes, XGetWAttr | get current window attribute or geometry and
current window attributes structure |
| XGetWindowProperty, XGetWProp | obtain and change window properties |
| XGrabButton, XGrButton | grab pointer buttons |
| XGrabKey, XGrKey | grab keyboard keys |
| XGrabKeyboard, XGrKeybrd | grab the keyboard |
| XGrabPointer, XGrPntr | grab the pointer |
| XGrabServer, XGrServer | grab the server |
| XIconifyWindow, XIcWin | manipulate top-level windows |
| XIfEvent | check the event queue with a predicate procedure |
| XrmInitialize, XInitial | initialize the Resource Manager, Resource Manager
structures, and parse the command line |
| XInstallColormap, XInstCmap | control colormaps |
| XIntersectRegion, XInterReg | region arithmetic |
| XInternAtom, XInternA | create or return atom names |
| XKeymapEvent, XKMapEven | KeymapNotify event structure |
| XListFonts, XListFont | obtain or free font names and information |
| XLoadFont | load or unload fonts and font metric structures |
| XLookupKeysym, XLookKsym | handle keyboard input events in Latin-1 |
| XrmMergeDatabases, XMDBases | merge resource databases |
| XMapEvent, XMEvent | MapNotify and MappingNotify event structures |
| XMapRequestEvent, XMREvent | MapRequest event structure |
| XMapWindow, XMapWin | map windows |
| XNextEvent, XNEvent | select events by type |
| XNoOp | No Operation |
| XOpenDisplay, XOpDsply | connect or disconnect to X server |
| XOpenIM | open, close, and obtain input method information |
| XPropertyEvent, XPEvent | PropertyNotify event structure |
| XParseGeometry, XParGeom | parse window geometry |
| XPolygonRegion, XPolyReg | generate regions |
| XPutBackEvent, XPutBEvnt | put events back on the queue |
| XPutImage | transfer images |
| XrmPutResource, XPutRes | store database resources |
| XQueryBestSize, XQBSize | determine efficient sizes |
| XQueryColor, XQColor | obtain color values |
| XQueryPointer, XQPointer | get pointer coordinates |
| XQueryTree, XQTree | query window tree information |
| XReparentEvent, XREvent | ReparentNotify event structure |
| XResourceManagerString, XRMStr | obtain server resource properties |
| XResizeRequestEvent, XRREvent | ResizeRequest event structure |
| XRaiseWindow, XRaiseWin | change window stacking order |
| XReadBitmapFile, XReadBF | manipulate bitmaps |
| XRecolorCursor, XRecCur | manipulate cursors |
| XReparentWindow, XReparWin | reparent windows |
| XSelectionClearEvent, XSCEvent | SelectionClear event structure |
| XSaveContext, XSContext | associative look-up routines |
| XSelectionEvent, XSEvent | SelectionNotify event structure |
| XSetICFocus, XSICFoc | set and unset input context focus |
| XSetICValues, XSICVals | set and obtain XIC values |
| XSelectInput, XSInput | select input events |
| XStringListToTextProperty, XSLTTProp | convert string lists and text property
structure |
| XSelectionRequestEvent, XSREvent | SelectionRequest event structure |
| XSetArcMode, XSeArcMod | GC convenience routines |
| XSetClipOrigin, XSeClipO | GC convenience routines |
| XSetCloseDownMode, XSeClosDM | control clients |
| XSetCommand, XSeCmd | set or read a window's WM_COMMAND property |
| XSetErrorHandler, XSeErrHan | default error handlers |
| XSendEvent, XSeEvent | send events and pointer motion history structure |
| XSetFillStyle, XSeFillS | GC convenience routines |
| XSetFont, XSeFont | GC convenience routines |
| XSetFontPath, XSeFontP | set, get, or free the font search path |
| XSetInputFocus, XSeInFoc | control input focus |
| XSetLineAttributes, XSeLAttr | GC convenience routines |
| XSetPointerMapping, XSePMap | manipulate pointer settings |
| XSetScreenSaver, XSeScSav | manipulate the screen saver |
| XSetSelectionOwner, XSeSelOwn | manipulate window selection |
| XSetState, XSeState | GC convenience routines |
| XSetTransientForHint, XSeTFHint | set or read a window's WM_TRANSIENT_FOR property |
| XSetTextProperty, XSeTProp | set and read text properties |
| XSetTile, XSeTile | GC convenience routines |
| XSetWMClientMachine, XSeWMCMac | set or read a window's WM_CLIENT_MACHINE property |
| XSetWMColormapWindows, XSeWMCWin | set or read a window's WM_COLORMAP_WINDOWS
property |
| XSetWMIconName, XSeWMINam | set or read a window's WM_ICON_NAME property |
| XSetWMName, XSeWMName | set or read a window's WM_NAME property |
| XSetWMProperties, XSeWMProp | set standard window properties |
| XSetWMProtocols, XSeWMProt | set or read a window's WM__PROTOCOLS property |
| XStoreBytes, XStBytes | manipulate cut and paste buffers |
| XStoreColors, XStColors | set colors |
| XStringToKeysym, XStTKsym | convert keysyms |
| XSupportsLocale, XSupLoc | determine locale support and configure locale modifiers |
| XSynchronize, XSync | enable or disable synchronization |
| XmbTextListToTextProperty, XTLTTProp | convert text lists and text property
structures |
| XTextExtents, XTextExt | compute or query text extents |
| XTextWidth, XTextWid | compute text width |
| XTranslateCoordinates, XTranWCo | translate window coordinates |
| XrmUniqueQuark, XUQuark | manipulate resource quarks |
| XUnmapEvent, XUmapEven | UnmapNotify event structure |
| XUnmapWindow, XUnmapWin | unmap windows |
| XVaCreateNestedList, XVCNList | allocate a nested variable argument list |
| XVisibilityNotifyEvent, XVEvent | VisibilityNotify event structure |
| XWarpPointer, XWarpPntr | move pointer |
| XcmsCCCOfColormap, Xcms3CoC | query and modify CCC of a colormap |
| XcmsAllocColor, XcmsAClr | allocate device-independent colors |
| XcmsConvertColors, XcmsCClrs | convert CCC color specifications |
| XcmsColor, XcmsClr | Xcms color structure |
| XcmsCreateCCC, XcmsCre3C | creating and destroying CCCs |
| XcmsDefaultCCC, XcmsD3C | obtain the default CCC for a screen |
| XcmsCIELabQueryMaxC, XcmsLaQMC | obtain the CIE L*a*b* coordinates |
| XcmsCIELuvQueryMaxC, XcmsLuQMC | obtain the CIE L*u*v* coordinates |
| XcmsQueryBlack, XcmsQBlk | obtain black, blue, green, red, and white CCC color
specifications |
| XcmsQueryColor, XcmsQClr | obtain color values |
| XcmsStoreColor, XcmsSClr | set colors |
| XcmsSetWhitePoint, XcmsSWP | modifying CCC attributes |
| XcmsTekHVCQueryMaxC, XcmsTQMC | obtain the TekHVC coordinates |
| XmbDrawImageString, XmbDIStr | draw image text using a single font set |
| XmbDrawString, XmbDStr | draw text using a single font set |
| XmbDrawText, XmbDTxt | draw text using multiple font sets |
| XmbLookupString, XmbLStr | obtain composed input from an input method |
| XmbResetIC, XmbRIC | reset the state of an input context |
| XmbTextEscapement, XmbTEsc | obtain the escapement of text |
| XmbTextExtents, XmbTExt | compute text extents |
| XmbTextPerCharExtents, XmbTPCEx | obtain per-character information for a text
string |
| imake | C preprocessor interface to the make utility |
| lndir | create a shadow directory of symbolic links to another directory
tree |
| makedepend, mkdepend | create dependencies in makefiles |
| mkdirhier | makes a directory hierarchy |
| xmkmf | create a Makefile from an Imakefile |
| XmuDisplayQueue, xopendisplay | display queue functions |
| Composite | the Composite widget class |
| Constraint, Constrain | the Constraint widget class |
| Core | the Core widget class |
| Intro | Identifies the feature changes from Motif 1.0 through 1.2 |
| MrmCloseHierarchy, MrmCloseH | closes a UID hierarchy |
| MrmFetchBitmapLiteral, MrmFetBit | fetches a bitmap literal from a hierarchy |
| MrmFetchColorLiteral, MrmFetCol | fetches a named color literal from a UID file |
| MrmFetchIconLiteral, MrmFetIco | fetches an icon literal from a hierarchy |
| MrmFetchLiteral, MrmFetLit | fetches a literal from a UID file |
| MrmFetchSetValues, MrmFetSet | fetches the values to be set from literals stored in |
| MrmFetchWidget, MrmFetWiA | fetches and creates any indexed (UIL named) application
widgets and its children |
| MrmFetchWidgetOverride, MrmFetWiB | fetches any indexed (UIL named) application
widget. It overrides the arguments specified for this application widget
in UIL |
| MrmInitialize, MrmInit | prepares an application to use MRM widget-fetching
facilities |
| MrmOpenHierarchy, MrmOpnHiA | allocates a hierarchy ID and opens all the UID files
in the hierarchy |
| MrmOpenHierarchyPerDisplay, MrmOpnHiB | allocates a hierarchy ID and opens all the |
| MrmRegisterClass, MrmRegisA | saves the information needed for MRM to access the
widget creation function for user-defined widgets |
| MrmRegisterNames, MrmRegisB | registers the values associated with the names
referenced in UIL (for example, UIL callback function names or UIL
identifier names) |
| MrmRegisterNamesInHierarchy, MrmRegisC | 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, OverridSh | the OverrideShell widget class |
| RectObj | the RectObj widget class |
| Shell | the Shell widget class |
| TopLevelShell, TpLevelSh | the TopLevelShell widget class |
| Uil | invokes the UIL compiler from within an application |
| UilDumpSymbolTable, UilDmpSym | dumps the contents of a named UIL symbol table to
standard output |
| VendorShell, VendorShe | the VendorShell widget class |
| VirtualBindings, VirtualBi | bindings for virtual mouse and key events |
| XmActivateProtocol, XmActivaP | a VendorShell function that activates a protocol |
| XmActivateWMProtocol, XmActivaW | a VendorShell convenience interface that activates
a protocol |
| XmAddProtocolCallback, XmAddProA | a VendorShell function that adds client callbacks
for a protocol |
| XmAddProtocols, XmAddProB | a VendorShell function that adds the protocols to the
protocol manager and allocates the internal tables |
| XmAddTabGroup, XmAddTabG | a function that adds a manager or a primitive widget to
the list of tab groups |
| XmAddWMProtocolCallback, XmAddWMPA | a VendorShell convenience interface that adds
client callbacks for a protocol |
| XmAddWMProtocols, XmAddWMPB | a VendorShell convenience interface that adds the
protocols to the protocol manager and allocates the internal tables |
| XmArrowButton, XmArrButA | the ArrowButton widget class |
| XmArrowButtonGadget, XmArrButB | the ArrowButtonGadget widget class |
| XmBulletinBoard, XmBulletB | the BulletinBoard widget class |
| XmCascadeButton, XmCascaBA | the CascadeButton widget class |
| XmCascadeButtonGadget, XmCascaBB | the CascadeButtonGadget widget class |
| XmCascadeButtonGadgetHighlight, XmCascaBC | a CascadeButtonGadget function that sets
the highlight state |
| XmCascadeButtonHighlight, XmCascaBD | a CascadeButton and CascadeButtonGadget func-
tion that sets the highlight state |
| XmChangeColor, XmChanCol | recalculates all associated colors of a widget |
| XmClipboardCancelCopy, XmClipboA | a clipboard function that cancels a copy to the
clipboard |
| XmClipboardCopy, XmClipboB | a clipboard function that copies a data item to
temporary storage for later copying to clipboard |
| XmClipboardCopyByName, XmClipboC | a clipboard function that copies a data item
passed by name |
| XmClipboardEndCopy, XmClipboD | a clipboard function that ends a copy to the
clipboard |
| XmClipboardEndRetrieve, XmClipboE | a clipboard function that ends a copy from the
clipboard |
| XmClipboardInquireCount, XmClipboF | a clipboard function that returns the number of
data item formats |
| XmClipboardInquireFormat, XmClipboG | a clipboard function that returns a specified
format name |
| XmClipboardInquireLength, XmClipboH | a clipboard function that returns the length
of the stored data |
| XmClipboardInquirePendingItems, XmClipboI | a clipboard function that returns a list
of data_id/private_id pairs |
| XmClipboardLock, XmClipboJ | a clipboard function that locks the clipboard |
| XmClipboardRegisterFormat, XmClipboK | a clipboard function that registers a new
format |
| XmClipboardRetrieve, XmClipboL | a clipboard function that retrieves a data item
from the clipboard |
| XmClipboardStartCopy, XmClipboM | a clipboard function that sets up a storage and
data structure |
| XmClipboardStartRetrieve, XmClipboN | a clipboard function that starts a copy from
the clipboard |
| XmClipboardUndoCopy, XmClipboO | a clipboard function that deletes the last item
placed on the clipboard |
| XmClipboardUnlock, XmClipboP | a clipboard function that unlocks the clipboard |
| XmClipboardWithdrawFormat, XmClipboQ | a clipboard function that indicates that the
application no longer wants to supply a data item |
| XmCommandAppendValue, XmCommaAp | a Command function that appends the passed |
| XmCommandError, XmCommaEr | a Command function that displays an error message |
| XmCommandGetChild, XmCommaGe | a Command function that is used to access a component |
| XmCommandSetValue, XmCommaSe | a Command function that replaces a displayed string |
| XmCommand | the Command widget class |
| XmConvertUnits, XmConveUn | a function that converts a value in one unit type to
another unit type |
| XmCreateArrowButton, XmCreaArA | the ArrowButton widget creation function |
| XmCreateArrowButtonGadget, XmCreaArB | the ArrowButtonGadget creation function |
| XmCreateBulletinBoard, XmCreaBuA | the BulletinBoard widget creation function |
| XmCreateBulletinBoardDialog, XmCreaBuB | the BulletinBoard BulletinBoardDialog
convenience creation function |
| XmCreateCascadeButton, XmCreaCaA | the CascadeButton widget creation function |
| XmCreateCascadeButtonGadget, XmCreaCaB | the CascadeButtonGadget creation function |
| XmCreateCommand, XmCreaCom | the Command widget creation function |
| XmCreateDialogShell, XmCreaDia | the DialogShell widget creation function |
| XmCreateDragIcon, XmCreaDrA | a Drag and Drop function that creates a DragIcon
widget |
| XmCreateDrawingArea, XmCreaDrB | the DrawingArea widget creation function |
| XmCreateDrawnButton, XmCreaDrC | the DrawnButton widget creation function |
| XmCreateErrorDialog, XmCreaErr | the MessageBox ErrorDialog convenience creation
function |
| XmCreateFileSelectionBox, XmCreaFiA | the FileSelectionBox widget creation function |
| XmCreateFileSelectionDialog, XmCreaFiB | the FileSelectionBox FileSelectionDialog
convenience creation function |
| XmCreateForm, XmCreaFoA | the Form widget creation function |
| XmCreateFormDialog, XmCreaFoB | a Form FormDialog convenience creation function |
| XmCreateFrame, XmCreaFra | the Frame widget creation function |
| XmCreateInformationDialog, XmCreaInf | the MessageBox InformationDialog convenience
creation function |
| XmCreateLabel, XmCreaLaA | the Label widget creation function |
| XmCreateLabelGadget, XmCreaLaB | the LabelGadget creation function |
| XmCreateList, XmCreaLis | the List widget creation function |
| XmCreateMainWindow, XmCreaMai | the MainWindow widget creation function |
| XmCreateMenuBar, XmCreaMeA | a RowColumn widget convenience creation function |
| XmCreateMenuShell, XmCreaMeB | the MenuShell widget creation function |
| XmCreateMessageBox, XmCreaMeC | the MessageBox widget creation function |
| XmCreateMessageDialog, XmCreaMeD | the MessageBox MessageDialog convenience creation
function |
| XmCreateOptionMenu, XmCreaOpt | a RowColumn widget convenience creation function |
| XmCreatePanedWindow, XmCreaPan | the PanedWindow widget creation function |
| XmCreatePopupMenu, XmCreaPop | a RowColumn widget convenience creation function |
| XmCreatePromptDialog, XmCreaPro | the SelectionBox PromptDialog convenience creation
function |
| XmCreatePulldownMenu, XmCreaPuA | a RowColumn widget convenience creation function |
| XmCreatePushButton, XmCreaPuB | the PushButton widget creation function |
| XmCreatePushButtonGadget, XmCreaPuC | the PushButtonGadget creation function |
| XmCreateQuestionDialog, XmCreaQue | the MessageBox QuestionDialog convenience
creation function |
| XmCreateRadioBox, XmCreaRad | a RowColumn widget convenience creation function |
| XmCreateRowColumn, XmCreaRow | the RowColumn widget creation function |
| XmCreateScale, XmCreaScA | the Scale widget creation function |
| XmCreateScrollBar, XmCreaScB | the ScrollBar widget creation function |
| XmCreateScrolledList, XmCreaScC | the List ScrolledList convenience creation func-
tion |
| XmCreateScrolledText, XmCreaScD | the TextScrolledText convenience creation function |
| XmCreateScrolledWindow, XmCreaScE | the ScrolledWindow widget creation function |
| XmCreateSelectionBox, XmCreaSeA | the SelectionBox widget creation function |
| XmCreateSelectionDialog, XmCreaSeB | the SelectionBox SelectionDialog convenience
creation function |
| XmCreateSeparator, XmCreaSeC | the Separator widget creation function |
| XmCreateSeparatorGadget, XmCreaSeD | the SeparatorGadget creation function |
| XmCreateSimpleCheckBox, XmCreaSiA | a RowColumn widget convenience creation function |
| XmCreateSimpleMenuBar, XmCreaSiB | a RowColumn widget convenience creation function |
| XmCreateSimpleOptionMenu, XmCreaSiC | a RowColumn widget convenience creation func-
tion |
| XmCreateSimplePopupMenu, XmCreaSiD | a RowColumn widget convenience creation func-
tion |
| XmCreateSimplePulldownMenu, XmCreaSiE | a RowColumn widget convenience creation
function |
| XmCreateSimpleRadioBox, XmCreaSiF | a RowColumn widget convenience creation function |
| XmCreateTemplateDialog, XmCreaTeA | a MessageBox TemplateDialog convenience creation
function |
| XmCreateText, XmCreaTeB | the Text widget creation function |
| XmCreateTextField, XmCreaTeC | the TextField widget creation function |
| XmCreateToggleButton, XmCreaToA | the ToggleButton widget creation function |
| XmCreateToggleButtonGadget, XmCreaToB | the ToggleButtonGadget creation function |
| XmCreateWarningDialog, XmCreaWar | the MessageBox WarningDialog convenience creation
function |
| XmCreateWorkArea, XmCreaWoA | a function that creates a RowColumn work area |
| XmCreateWorkingDialog, XmCreaWoB | the MessageBox WorkingDialog convenience creation
function |
| XmCvtCTToXmString, XmCvCTToX | a compound string function that converts compound
text to a compound string |
| XmCvtStringToUnitType, XmCvStrin | a function that converts a string to a unit-type
value |
| XmCvtXmStringToCT, XmCvXmStr | a compound string function that converts a compound
string to compound text |
| XmDeactivateProtocol, XmDeactiA | a VendorShell function that deactivates a protocol
without removing it |
| XmDeactivateWMProtocol, XmDeactiB | a VendorShell convenience interface that
deactivates a protocol without removing it |
| XmDestroyPixmap, XmDestrPi | a pixmap caching function that removes a pixmap from
the pixmap cache |
| XmDialogShell, XmDialoSh | the DialogShell widget class |
| XmDisplay | the Display widget class |
| XmDrawingArea, XmDrawiAr | the DrawingArea widget class |
| XmDrawnButton, XmDrawnBu | the DrawnButton widget class |
| XmDragCancel, XmDrgCanc | a Drag and Drop function that terminates a drag
transaction |
| XmDragIcon, XmDrgIcon | the DragIcon widget class |
| XmDragStart, XmDrgStrt | a Drag and Drop function that initiates a drag and drop
transaction |
| XmDropSiteConfigureStackingOrder, XmDropStC | a Drag and Drop function that reorders
a stack of widgets that are registered drop sites |
| XmDropSiteEndUpdate, XmDropStE | a Drag and Drop function that facilitates pro-
cessing updates to multiple drop sites |
| XmDropSiteQueryStackingOrder, XmDropStQ | a Drag and Drop function that returns the
parent, a list of children, and the number of children for a specified
widget |
| XmDropSiteRegister, XmDropStT | a Drag and Drop function that identifies a drop site
and assigns resources that specify its behavior |
| XmDropSiteRetrieve, XmDropStV | a Drag and Drop function that retrieves resource
values set on a drop site |
| XmDropSiteStartUpdate, XmDropStW | a Drag and Drop function that facilitates pro-
cessing updates to multiple drop sites |
| XmDropSiteUnregister, XmDropStX | a Drag and Drop function that frees drop site in-
formation |
| XmDropSiteUpdate, XmDropStY | a Drag and Drop function that sets resource values for
a drop site |
| XmDropTransfer, XmDropTnA | the DropTransfer widget class |
| XmDropTransferAdd, XmDropTnB | a Drag and Drop function that enables additional drop
transfer entries to be processed after initiating a drop transfer |
| XmDropTransferStart, XmDropTnC | a Drag and Drop function that initiates a drop
transfer |
| XmFileSelectionBoxGetChild, XmFiSeleB | a FileSelectionBox function used to access a
component |
| XmFileSelectionDoSearch, XmFiSeleC | a FileSelectionBox function that initiates a
directory search |
| XmFontList, XmFontLi | data type for a font list |
| XmFontListAdd, XmFontLiB | a font list function that creates a new font list |
| XmFontListAppendEntry, XmFontLiD | a font list function that appends an entry to a
font list |
| XmFontListCopy, XmFontLiH | a font list function that copies a font list |
| XmFontListCreate, XmFontLiJ | a font list function that creates a font list |
| XmFontListEntryCreate, XmFontLiK | a font list function that creates a font list
entry |
| XmFontListEntryFree, XmFontLiL | a font list function that recovers memory used by a
font list entry |
| XmFontListEntryGetFont, XmFontLiM | a font list function that retrieves font infor-
mation from a font list entry |
| XmFontListEntryGetTag, XmFontLiO | a font list function that retrieves the tag of a
font list entry |
| XmFontListEntryLoad, XmFontLiP | a font list function that loads a font or creates a
font set and creates an accompanying font list entry |
| XmFontListFree, XmFontLiQ | a font list function that recovers memory used by a font
list |
| XmFontListFreeFontContext, XmFontLiS | a font list function that instructs the
toolkit that the font list context is no longer needed |
| XmFontListGetNextFont, XmFontLiT | a font list function that allows applications to
access the fonts and character sets in a font list |
| XmFontListInitFontContext, XmFontLiU | a font list function that allows applications
to access the entries in a font list |
| XmFontListNextEntry, XmFontLiV | a font list function that returns the next entry in
a font list |
| XmFontListRemoveEntry, XmFontLiW | a font list function that removes a font list
entry from a font list |
| XmFrame | the Frame widget class |
| XmGadget | the Gadget widget class |
| XmGetAtomName, XmGetAtNa | a function that returns the string representation for an
atom |
| XmGetColorCalculation, XmGetColC | a function to get the procedure used for default
color calculation |
| XmGetColors, XmGetCols | a function that generates foreground, select, and shadow
colors |
| XmGetDestination, XmGetDest | 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, XmGetDrgC | a Drag and Drop function that retrieves the |
| XmGetFocusWidget, XmGetFocW | returns the ID of the widget that has keyboard focus |
| XmGetMenuCursor, XmGetMeCu | a function that returns the cursor ID for the current
menu cursor |
| XmGetPostedFromWidget, XmGetPost | a RowColumn function that returns the widget from
which a menu was posted |
| XmGetPixmap, XmGetPxmA | a pixmap caching function that generates a pixmap, stores
it in a pixmap cache, and returns the pixmap |
| XmGetPixmapByDepth, XmGetPxmB | a pixmap caching function that generates a pixmap,
stores it in a pixmap cache, and returns the pixmap |
| XmGetSecondaryResourceData, XmGetSeco | a function that provides access to secondary
widget resource data |
| XmGetTabGroup, XmGetTbGr | returns the widget ID of a tab group |
| XmGetTearOffControl, XmGetTrOf | a RowColumn function that obtains the widget ID for
the tear-off control in a menu |
| XmGetVisibility, XmGetVisi | a function that determines if a widget is visible |
| XmGetXmDisplay, XmGetXmDi | a Display function that returns the XmDisplay object ID
for a specified display |
| XmGetXmScreen, XmGetXmSc | a Screen function that returns the XmScreen object ID for
a specified screen |
| XmInstallImage, XmInstaIm | a pixmap caching function that adds an image to the
pixmap cache |
| XmInternAtom, XmInterAt | a function that returns an atom for a given name |
| XmIsMotifWMRunning, XmIsMotWM | a function that determines whether the window manag-
er is running |
| XmIsTraversable, XmIsTrave | a function that identifies whether a widget can be
traversed |
| XmLabelGadget, XmLabGadg | the LabelGadget widget class |
| XmLabel | the Label widget class |
| XmListAddItem, XmLiAddIA | a List function that adds an item to the list |
| XmListAddItemUnselected, XmLiAddIB | a List function that adds an item to the list |
| XmListAddItems, XmLiAddIC | a List function that adds items to the list |
| XmListAddItemsUnselected, XmLiAddID | a List function that adds items to a list |
| XmListDeleteAllItems, XmLiDeleA | a List function that deletes all items from the
list |
| XmListDeleteItem, XmLiDeleB | a List function that deletes an item from the list |
| XmListDeleteItems, XmLiDeleC | a List function that deletes items from the list |
| XmListDeleteItemsPos, XmLiDeleD | a List function that deletes items from the list
starting at the given position |
| XmListDeletePos, XmLiDeleE | a List function that deletes an item from a list at a
specified position |
| XmListDeletePositions, XmLiDeleF | a List function that deletes items from a list
based on an array of positions |
| XmListDeselectAllItems, XmLiDeseA | a List function that unhighlights and removes
all items from the selected list |
| XmListDeselectItem, XmLiDeseB | a List function that deselects the specified item
from the selected list |
| XmListDeselectPos, XmLiDeseC | a List function that deselects an item at a specified
position in the list |
| XmListGetKbdItemPos, XmLiGetKb | a List function that returns the position of the
item at the location cursor |
| XmListGetMatchPos, XmLiGetMa | a List function that returns all instances of an item
in the list |
| XmListGetSelectedPos, XmLiGetSe | a List function that returns the position of every
selected item in the list |
| XmListItemExists, XmLiItemE | a List function that checks if a specified item is in
the list |
| XmListItemPos, XmLiItemP | a List function that returns the position of an item in
the list |
| XmListPosSelected, XmLiPosSe | a List function that determines if the list item at a
specified position is selected |
| XmListPosToBounds, XmLiPosTo | a List function that returns the bounding box of an
item at a specified position in a list |
| XmListReplaceItems, XmLiReplA | a List function that replaces the specified elements
in the list |
| XmListReplaceItemsPos, XmLiReplB | a List function that replaces the specified
elements in the list |
| XmListReplaceItemsPosUnselected, XmLiReplC | a List function that replaces items in
a list without selecting the replacement items |
| XmListReplaceItemsUnselected, XmLiReplD | a List function that replaces items in a
list |
| XmListReplacePositions, XmLiReplE | a List function that replaces items in a list
based on position |
| XmListSelectItem, XmLiSeleA | a List function that selects an item in the list |
| XmListSelectPos, XmLiSeleB | a List function that selects an item at a specified
position in the list |
| XmListSetAddMode, XmLiSetAd | a List function that sets add mode in the list |
| XmListSetBottomItem, XmLiSetBA | a List function that makes an existing item the
last visible item in the list |
| XmListSetBottomPos, XmLiSetBB | a List function that makes a specified item the last
visible item in the list |
| XmListSetHorizPos, XmLiSetHo | a List function that scrolls to the specified
position in the list |
| XmListSetItem, XmLiSetIt | a List function that makes an existing item the first
visible item in the list |
| XmListSetKbdItemPos, XmLiSetKb | a List function that sets the location cursor at a
specified position |
| XmListSetPos, XmLiSetPo | a List function that makes the item at the given position
the first visible position in the list |
| XmListUpdateSelectedList, XmLiUpdat | a List function that updates the |
| XmListYToPos, XmLiYToPo | a List function that returns the position of the item at a
specified y coordinate |
| XmMainWindow, XmMainWiA | the MainWindow widget class |
| XmMainWindowSep1, XmMainWiB | a MainWindow function that returns the widget ID of
the first Separator widget |
| XmMainWindowSep2, XmMainWiC | a MainWindow function that returns the widget ID of
the second Separator widget |
| XmMainWindowSep3, XmMainWiD | a MainWindow function that returns the widget ID of
the third Separator widget |
| XmMainWindowSetAreas, XmMainWiE | a MainWindow function that identifies manageable
children for each area |
| XmManager | the Manager widget class |
| XmMapSegmentEncoding, XmMapSegm | a compound string function that returns the
compound text encoding format associated with the specified font list tag |
| XmMenuPosition, XmMePosit | a RowColumn function that positions a Popup MenuPane |
| XmMenuShell, XmMeShell | the MenuShell widget class |
| XmMessageBox, XmMessaBA | the MessageBox widget class |
| XmMessageBoxGetChild, XmMessaBB | a MessageBox function that is used to access a
component |
| XmOptionButtonGadget, XmOptiBut | a RowColumn function that obtains the widget ID
for the CascadeButtonGadget in an OptionMenu |
| XmOptionLabelGadget, XmOptiLab | a RowColumn function that obtains the widget ID for
the LabelGadget in an OptionMenu |
| XmPanedWindow, XmPanedWi | the PanedWindow widget class |
| XmPrimitive, XmPrimiti | the Primitive widget class |
| XmProcessTraversal, XmProceTr | a function that determines which component receives
keyboard events when a widget has the focus |
| XmPushButton, XmPuButtA | the PushButton widget class |
| XmRegisterSegmentEncoding, XmRegistS | a compound string function that registers a
compound text encoding format for a specified font list element tag |
| XmRemoveProtocolCallback, XmRemoPrA | a VendorShell function that removes a callback
from the internal list |
| XmRemoveProtocols, XmRemoPrB | a VendorShell function that removes the protocols
from the protocol manager and deallocates the internal tables |
| XmRemoveTabGroup, XmRemoTab | a function that removes a tab group |
| XmRemoveWMProtocolCallback, XmRemoWMA | a VendorShell convenience interface that
removes a callback from the internal list |
| XmRemoveWMProtocols, XmRemoWMB | a VendorShell convenience interface that removes
the protocols from the protocol manager and deallocates the internal
tables |
| XmRepTypeAddReverse, XmRepTyAd | a representation type manager function that
installs the reverse converter for a previously registered representation
type |
| XmRepTypeGetId, XmRepTyGA | a representation type manager function that retrieves
the identification number of a representation type |
| XmRepTypeGetNameList, XmRepTyGB | a representation type manager function that
generates a list of values for a representation type |
| XmRepTypeGetRecord, XmRepTyGC | a representation type manager function that returns
information about a representation type |
| XmRepTypeGetRegistered, XmRepTyGD | a representation type manager function that
returns a copy of the registration list |
| XmRepTypeInstallTearOffModelConverter, XmRepTyIn | a representation type manager
function that installs the resource converter for XmNtearOffModel. |
| XmRepTypeRegister, XmRepTyRe | a representation type manager function that registers
a representation type resource |
| XmRepTypeValidValue, XmRepTyVa | a representation type manager function that tests
the validity of a numerical value of a representation type resource |
| XmResolveAllPartOffsets, XmResolAl | a function that allows writing of upward-
compatible applications and widgets |
| XmResolvePartOffsets, XmResolPa | a function that allows writing of upward-
compatible applications and widgets |
| XmScaleGetValue, XmScaGetV | a Scale function that returns the current slider
position |
| XmScaleSetValue, XmScaSetV | a Scale function that sets a slider value |
| XmScreen | the Screen widget class |
| XmScrollBarGetValues, XmScroBaB | a ScrollBar function that returns the ScrollBar's
increment values |
| XmScrollBarSetValues, XmScroBaC | a ScrollBar function that changes ScrollBar's
increment values and the slider's size and position |
| XmScrollVisible, XmScroVis | a ScrolledWindow function that makes an invisible
descendant of a ScrolledWindow work area visible |
| XmScrolledWindow, XmScrollA | the ScrolledWindow widget class |
| XmScrolledWindowSetAreas, XmScrollB | a ScrolledWindow function that adds or changes
a window work region and a horizontal or vertical ScrollBar widget to the |
| XmSelectionBox, XmSelectA | the SelectionBox widget class |
| XmSelectionBoxGetChild, XmSelectB | a SelectionBox function that is used to access a
component |
| XmSeparator, XmSeparaA | the Separator widget class |
| XmSeparatorGadget, XmSeparaB | the SeparatorGadget widget class |
| XmSetColorCalculation, XmSetColC | a function to set the procedure used for default
color calculation |
| XmSetFontUnit, XmSetFoUA | a function that sets the font unit value for a display |
| XmSetFontUnits, XmSetFoUB | a function that sets the font unit value for a display |
| XmSetMenuCursor, XmSetMeCu | a function that modifies the menu cursor for a client |
| XmSetProtocolHooks, XmSetProt | a VendorShell function that allows pre and post
actions to be executed when a protocol message is received from MWM |
| XmSetWMProtocolHooks, XmSetWMPr | a VendorShell convenience interface that allows
pre and post actions to be executed when a protocol message is received
from the window manager |
| XmStringBaseline, XmStriBas | 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, XmStriByt | a compound string function that indicates the
results of a byte-by-byte comparison |
| XmStringCompare, XmStriCom | a compound string function that compares two strings |
| XmStringConcat, XmStriCon | a compound string function that appends one string to
another |
| XmStringCopy, XmStriCop | a compound string function that makes a copy of a string |
| XmStringCreateLocalized, XmStriCrB | a compound string function that creates a
compound string in the current locale |
| XmStringCreateLtoR, XmStriCrC | a compound string function that creates a compound
string |
| XmStringCreateSimple, XmStriCrD | a compound string function that creates a compound
string in the language environment of a widget |
| XmStringDirection, XmStriDiA | data type for the direction of display in a string |
| XmStringDirectionCreate, XmStriDiB | a compound string function that creates a
compound string |
| XmStringDraw, XmStriDrA | a compound string function that draws a compound string in
an X window |
| XmStringDrawImage, XmStriDrB | a compound string function that draws a compound
string in an X Window and creates an image |
| XmStringDrawUnderline, XmStriDrC | a compound string function that underlines a
string drawn in an X Window |
| XmStringEmpty, XmStriEmp | a compound string function that provides information on
the existence of non-zero length text components |
| XmStringExtent, XmStriExt | a compound string function that determines the size of
the smallest rectangle that will enclose the compound string |
| XmStringFree, XmStriFrA | a compound string function that recovers memory |
| XmStringFreeContext, XmStriFrB | a compound string function that instructs the
toolkit that the context is no longer needed |
| XmStringGetLtoR, XmStriGeA | a compound string function that searches for a text
segment in the input compound string |
| XmStringGetNextComponent, XmStriGeB | a compound string function that returns the
type and value of the next component in a compound string |
| XmStringGetNextSegment, XmStriGeC | a compound string function that fetches the
octets in the next segment of a compound string |
| XmStringHasSubstring, XmStriHas | a compound string function that indicates whether
one compound string is contained within another |
| XmStringHeight, XmStriHei | a compound string function that returns the line height
of the given compound string |
| XmStringInitContext, XmStriIni | a compound string function that allows applications
to read out the content segment by segment |
| XmStringLength, XmStriLen | a compound string function that obtains the length of a
compound string |
| XmStringLineCount, XmStriLin | a compound string function that returns the number of
separators plus one in the provided compound string |
| XmStringNConcat, XmStriNCA | a compound string function that appends a specified
number of bytes to a compound string |
| XmStringNCopy, XmStriNCB | a compound string function that creates a copy of a
compound string |
| XmStringPeekNextComponent, XmStriPee | a compound string function that returns the
component type of the next component fetched |
| XmStringSegmentCreate, XmStriSeg | a compound string function that creates a
compound string |
| XmStringSeparatorCreate, XmStriSep | a compound string function that creates a
compound string |
| XmStringTable, XmStriTab | data type for an array of compound strings |
| XmStringWidth, XmStriWid | a compound string function that returns the width of the
longest sequence of text components in a compound string |
| XmString | data type for a compound string |
| XmTargetsAreCompatible, XmTargeAr | a function that tests whether the target types
match between a drop site and source object |
| XmTextClearSelection, XmTeClear | a Text function that clears the primary selection |
| XmTextCopy, XmTeCopy | a Text function that copies the primary selection to the
clipboard |
| XmTextCut, XmTeCut | a Text function that copies the primary selection to the
clipboard and deletes the selected text |
| XmTextDisableRedisplay, XmTeDisab | a Text function that temporarily prevents visual
update of the Text widget |
| XmTextEnableRedisplay, XmTeEnabl | a Text function that forces the visual update of
a Text widget |
| XmTextFieldClearSelection, XmTeFieAB | a TextField function that clears the primary
selection |
| XmTextFieldCopy, XmTeFieAC | a TextField function that copies the primary selection
to the clipboard |
| XmTextFieldCut, XmTeFieAD | a TextField function that copies the primary selection
to the clipboard and deletes the selected text |
| XmTextFieldGetBaseline, XmTeFieAE | a TextField function that accesses thex position
of the first baseline |
| XmTextFieldGetEditable, XmTeFieAF | a TextField function that accesses the edit
permission state |
| XmTextFieldGetInsertionPosition, XmTeFieAG | a TextField function that accesses the
position of the insertion cursor |
| XmTextFieldGetLastPosition, XmTeFieAH | a TextField function that accesses the
position of the last text character |
| XmTextFieldGetMaxLength, XmTeFieAI | a TextField function that accesses the value of
the current maximum allowable length of a text string entered from the
keyboard |
| XmTextFieldGetSelection, XmTeFieAJ | a TextField function that retrieves the value
of the primary selection |
| XmTextFieldGetSelectionPosition, XmTeFieAK | a TextField function that accesses the
position of the primary selection |
| XmTextFieldGetSelectionWcs, XmTeFieAL | a TextField function that retrieves the
value of a wide character encoded primary selection |
| XmTextFieldGetString, XmTeFieAM | a TextField function that accesses the string
value |
| XmTextFieldGetStringWcs, XmTeFieAN | a TextField function that retrieves a copy of
the wide character string value of a TextField widget |
| XmTextFieldGetSubstring, XmTeFieAO | a TextField function that retrieves a copy of a
portion of the internal text buffer |
| XmTextFieldGetSubstringWcs, XmTeFieAP | a TextField function that retrieves a a
portion of a wide character internal text buffer |
| XmTextFieldInsert, XmTeFieAQ | a TextField function that inserts a character string
into a text string |
| XmTextFieldInsertWcs, XmTeFieAR | a TextField function that inserts a wide character
string into a TextField widget |
| XmTextFieldPaste, XmTeFieAS | a TextField function that inserts the clipboard
selection |
| XmTextFieldPosToXY, XmTeFieAT | a TextField function that accesses the x and y
position of a character position |
| XmTextFieldRemove, XmTeFieAU | a TextField function that deletes the primary
selection |
| XmTextFieldReplace, XmTeFieAV | a TextField function that replaces part of a text
string |
| XmTextFieldReplaceWcs, XmTeFieAW | a TextField function that replaces part of a wide
character string in a TextField widget |
| XmTextFieldSetAddMode, XmTeFieAX | a TextField function that sets the state of Add |
| XmTextFieldSetEditable, XmTeFieAY | a TextField function that sets the edit
permission |
| XmTextFieldSetHighlight, XmTeFieAZ | a TextField function that highlights text |
| XmTextFieldSetInsertionPosition, XmTeFieBA | a TextField function that sets the
position of the insertion cursor |
| XmTextFieldSetMaxLength, XmTeFieBB | a TextField function that sets the value of the
current maximum allowable length of a text string entered from the
keyboard |
| XmTextFieldSetSelection, XmTeFieBC | a TextField function that sets the primary
selection of the text |
| XmTextFieldSetString, XmTeFieBD | a TextField function that sets the string value |
| XmTextFieldSetStringWcs, XmTeFieBE | a TextField function that sets a wide character
string value |
| XmTextFieldShowPosition, XmTeFieBF | a TextField function that forces text at a
given position to be displayed |
| XmTextFieldXYToPos, XmTeFieBG | a TextField function that accesses the character
position nearest an x and y position |
| XmTextFindString, XmTeFindA | a Text function that finds the beginning position of a
text string |
| XmTextFindStringWcs, XmTeFindB | a Text function that finds the beginning position
of a wide character text string |
| XmTextGetBaseline, XmTeGetBa | a Text function that accesses thex position of the
first baseline |
| XmTextGetEditable, XmTeGetEd | a Text function that accesses the edit permission
state |
| XmTextGetInsertionPosition, XmTeGetIn | a Text function that accesses the position
of the insert cursor |
| XmTextGetLastPosition, XmTeGetLa | a Text function that accesses the last position
in the text |
| XmTextGetMaxLength, XmTeGetMa | a Text function that accesses the value of the
current maximum allowable length of a text string entered from the
keyboard |
| XmTextGetSelection, XmTeGetSA | a Text function that retrieves the value of the
primary selection |
| XmTextGetSelectionPosition, XmTeGetSB | a Text function that accesses the position
of the primary selection |
| XmTextGetSelectionWcs, XmTeGetSC | a Text function that retrieves the value of a
wide character encoded primary selection |
| XmTextGetSource, XmTeGetSD | a Text function that accesses the source of the widget |
| XmTextGetString, XmTeGetSE | a Text function that accesses the string value |
| XmTextGetStringWcs, XmTeGetSF | a Text function that retrieves a copy of the wide
character string value of a Text widget |
| XmTextGetSubstring, XmTeGetSG | a Text function that retrieves a copy of a portion
of the internal text buffer |
| XmTextGetSubstringWcs, XmTeGetSH | a Text function that retrieves a portion of a
wide character internal text buffer |
| XmTextGetTopCharacter, XmTeGetTo | a Text function that accesses the position of the
first character displayed |
| XmTextInsert, XmTeInseA | a Text function that inserts a character string into a
text string |
| XmTextInsertWcs, XmTeInseB | a Text function that inserts a wide character string
into a Text widget |
| XmTextPaste, XmTePaste | a Text function that inserts the clipboard selection |
| XmTextPosToXY, XmTePosTo | a Text function that accesses the x and y position of a
character position |
| XmTextPosition, XmTePosit | data type for a character position within a text string |
| XmTextRemove, XmTeRemov | a Text function that deletes the primary selection |
| XmTextReplace, XmTeReplA | a Text function that replaces part of a text string |
| XmTextReplaceWcs, XmTeReplB | a Text function that replaces part of a wide character
string in a Text widget |
| XmTextScroll, XmTeScrol | a Text function that scrolls text |
| XmTextSetAddMode, XmTeSetAd | a Text function that sets the state of Add Mode |
| XmTextSetEditable, XmTeSetEd | a Text function that sets the edit permission |
| XmTextSetHighlight, XmTeSetHi | a Text function that highlights text |
| XmTextSetInsertionPosition, XmTeSetIn | a Text function that sets the position of
the insert cursor |
| XmTextSetMaxLength, XmTeSetMa | a Text function that sets the value of the current
maximum allowable length of a text string entered from the keyboard |
| XmTextSetSelection, XmTeSetSA | a Text function that sets the primary selection of
the text |
| XmTextSetSource, XmTeSetSB | a Text function that sets the source of the widget |
| XmTextSetString, XmTeSetSC | a Text function that sets the string value |
| XmTextSetStringWcs, XmTeSetSD | a Text function that sets a wide character string
value |
| XmTextSetTopCharacter, XmTeSetTo | a Text function that sets the position of the
first character displayed |
| XmTextShowPosition, XmTeShowP | a Text function that forces text at a given position
to be displayed |
| XmTextXYToPos, XmTeXYToP | a Text function that accesses the character position
nearest an x and y position |
| XmToggleButton, XmToggBuA | the ToggleButton widget class |
| XmToggleButtonGadgetGetState, XmToggBuC | a ToggleButtonGadget function that obtains
the state of a ToggleButtonGadget |
| XmToggleButtonGadgetSetState, XmToggBuD | a ToggleButtonGadget function that sets or
changes the current state |
| XmToggleButtonGetState, XmToggBuE | a ToggleButton function that obtains the state
of a ToggleButton |
| XmToggleButtonSetState, XmToggBuF | a ToggleButton function that sets or changes the
current state |
| XmTrackingEvent, XmTrackiE | a Toolkit function that provides a modal interaction |
| XmTrackingLocate, XmTrackiL | a Toolkit function that provides a modal interaction |
| XmTranslateKey, XmTransla | the default keycode-to-keysym translator |
| XmUninstallImage, XmUninsta | a pixmap caching function that removes an image from
the image cache |
| XmUpdateDisplay, XmUpdaDis | a function that processes all pending exposure events
immediately |
| XmVaCreateSimpleCheckBox, XmVaCreaA | a RowColumn widget convenience creation func-
tion |
| XmVaCreateSimpleMenuBar, XmVaCreaB | a RowColumn widget convenience creation func-
tion |
| XmVaCreateSimpleOptionMenu, XmVaCreaC | a RowColumn widget convenience creation
function |
| XmVaCreateSimplePopupMenu, XmVaCreaD | a RowColumn widget convenience creation func-
tion |
| XmVaCreateSimplePulldownMenu, XmVaCreaE | a RowColumn widget convenience creation
function |
| XmVaCreateSimpleRadioBox, XmVaCreaF | a RowColumn widget convenience creation func-
tion |
| XmWidgetGetBaselines, XmWidgGeA | retrieves baseline information for a widget |
| XmWidgetGetDisplayRect, XmWidgGeB | retrieves display rectangle information for a
widget |
| uil | the user interface language compiler |
| xmbind | configures virtual key bindings |