| Constraint destroy, ConstraintA | Constraint method for cleaning up after a child is destroyed. |
| Constraint initialize, ConstraintB | Constraint method to initialize constraint resources. |
| Constraint set_values, ConstraintC | Constraint method for processing constraint resource changes. |
| XChangeDeviceDontPropagateList, XGetDeviceDontPropagateList, XChangePro | query or change the dont-propagate-list for extension devices |
| XtActionHookProc, XtActionHoo | prototype action hook procedure. |
| XtActionProc, XtActionPro | prototype action procedure. |
| XtAddActions, XtAddAction | register an action table with the Translation Manager. |
| XtAddCallback, XtAddCallbA | add a callback procedure to a widget’s callback resource. |
| XtAddCallbacks, XtAddCallbB | add a list of callback procedures to a given widget’s callback list. |
| XtAddCallback, XtAddCallba | add a callback procedure to a widget’s callback resource. |
| XtAddConverter, XtAddConver | register a new resource converter. |
| XtAddEventHandler, XtAddEventH | register a procedure to handle events. |
| XtAddExposu | |
| XtAddGrab | redirect user input to a modal widget. |
| XtAddInput | register a new file as an input source for an application. |
| XtAddRawEventHandler, XtAddRawEve | register an event handler without selecting for the event. |
| XtAddTimeOut, XtAddTimeOu | create a timeout value. |
| XtAddWorkProc, XtAddWorkPr | register a work procedure for an application. |
| XtAppAddActionHook, XtAppAddAcA | add an action hook. |
| XtAppAddActions, XtAppAddAcB | declare an action table and register it with the Resource Manager. |
| XtAppAddConverter, XtAppAddCon | register a new resource converter for an application. |
| XtAppAddInput, XtAppAddInp | register a new file as an input source for a given application. |
| XtAppAddTim | |
| XtAppAddWor | |
| XtAppCreateShell, XtAppCreate | create additional top-level widget. |
| XtAppError | call the installed fatal error procedure. |
| XtAppErrorMsg, XtAppErrorM | call the high-level fatal error handler. |
| XtAppGetErrorDatabase, XtAppGetErA | obtain the error database. |
| XtAppGetErrorDatabaseText, XtAppGetErB | obtain the error database text for an error or a warning. |
| XtAppGetSelectionTimeout, XtAppGetSel | get the current selection timeout value. |
| XtAppInitialize, XtAppInitia | initialize the X Toolkit internals, create an application context, open a display, and create the initial application shell instance. |
| XtAppMainLoop, XtAppMainLo | process input from a given application. |
| XtAppNextEvent, XtAppNextEv | return next event from an application’s X event queue. |
| XtAppPeekEvent, XtAppPeekEv | nondestructively examine the head of an application’s input queue. |
| XtAppPending, XtAppPendin | determine whether any events are in an application’s input queue. |
| XtAppProcessEvent, XtAppProces | process one input event. |
| XtAppReleaseCacheRefs, XtAppReleas | explicitly decrement the reference counts for cached resources obtained from XtCallConverter. |
| XtAppSetErrorHandler, XtAppSetErA | register a procedure to be called on fatal error conditions. |
| XtAppSetErrorMsgHandler, XtAppSetErB | register a procedure to be called on fatal error conditions. |
| XtAppSetFallbackResources, XtAppSetFal | specify a default set of resource values. |
| XtAppSetSelectionTimeout, XtAppSetSel | set the Intrinsics selection timeout. |
| XtAppSetTypeConverter, XtAppSetTyp | register a type converter in a single application context. |
| XtAppSetWarningHandler, XtAppSetWaA | register a procedure to be called on nonfatal error conditions. |
| XtAppSetWarningMsgHandler, XtAppSetWaB | register a procedure to be called on nonfatal error conditions. |
| XtAppWarning, XtAppWarniA | call the installed nonfatal error procedure. |
| XtAppWarningMsg, XtAppWarniB | call the installed high-level warning handler. |
| XtAugmentTranslations, XtAugmentTr | nondestructively merge new translations with widget’s existing ones. |
| XtBuildEventMask, XtBuildEven | retrieve a widget’s event mask. |
| XtCallAcceptFocus, XtCallAccep | call a widget’s accept_focus procedure. |
| XtCallActionProc, XtCallActio | invoke an action procedure without generating events. |
| XtCallCallbackList, XtCallCallA | execute the procedures in a callback list, specifying the callback list by address. |
| XtCallCallbacks, XtCallCallB | execute the procedures in a widget’s callback list. |
| XtCallConverter, XtCallConve | explicitly invoke resource conversions. |
| XtCallbackNone, XtCallbackA | callback function to pop up a widget. |
| XtCallbackNonexclusive, XtCallbackB | callback function to pop up a widget. |
| XtCallbackPopdown, XtCallbackC | pop down a widget from a callback routine. |
| XtCallbackProc, XtCallbackD | prototype callback procedure. |
| XtCallbackExclusive, XtCallbackE | callback function to pop up a widget. |
| XtCallbackReleaseCacheRef, XtCallbackF | callback function to release a cached resource value. |
| XtCallbackReleaseCacheRefList, XtCallbackG | callback function to release a list of cached values. |
| XtCalloc | allocate an array and initialize elements to zero. |
| XtCancelConvertSelectionProc, XtCancelCon | prototype procedure to cancel incremental selection transfer. |
| XtCaseProc | prototype procedure called to convert the case of keysyms. |
| XtCheckSubclass, XtCheckSubc | in DEBUG mode, verify an object’s class. |
| XtClass | obtain a widget’s class. |
| XtCloseDisplay, XtCloseDisp | close a display and remove it from an application context. |
| XtConfigureWidget, XtConfigure | move and/or resize widget. |
| XtConvert | convert resource type. |
| XtConvertAndStore, XtConvertAn | look up and call a resource converter, copying the resulting value. |
| XtConvertArgProc, XtConvertAr | prototype procedure for argument conversion. |
| XtConvertCase, XtConvertCa | determine upper-case and lower-case versions of a keysym. |
| XtConvertSelectionIncrProc, XtConvertSA | prototype procedure to convert incremental selection data. |
| XtConvertSelectionProc, XtConvertSB | prototype procedure to convert selection data. |
| XtConverter | prototype procedure for an old-style resource converter. |
| XtCreateApplicationContext, XtCreateApA | create an application context. |
| XtCreateApplicationShell, XtCreateApB | create an additional top-level widget. |
| XtCreateManagedWidget, XtCreateMan | create and manage a child widget. |
| XtCreatePopupShell, XtCreatePop | create a pop-up shell. |
| XtCreateWidget, XtCreateWid | create an instance of a widget. |
| XtCreateWindow, XtCreateWin | create widget’s working window. |
| XtDatabase | obtain the resource database for a particular display. |
| XtDestroyApplicationContext, XtDestroyAp | destroy an application context and close its displays. |
| XtDestroyGC | Release 2 compatible function to free read-only GCs. |
| XtDestroyWidget, XtDestroyWi | destroy a widget instance. |
| XtDestructor, XtDestructo | prototype procedure to destroy cached resource data. |
| XtDirectConvert, XtDirectCon | perform resource conversion and cache result. |
| XtDisownSelection, XtDisownSel | indicate that selection data is no longer available. |
| XtDispatchEvent, XtDispatchE | dispatch registered handlers for an event. |
| XtDisplay | return the display pointer for the specified widget. |
| XtDisplayInitialize, XtDisplayIn | initialize a display and add it to an application context. |
| XtDisplayOfObject, XtDisplayOf | return the display pointer for the nearest ancestor of object that is of class Core. |
| XtDisplayStringConversionWarning, XtDisplaySt | issue a warning message during conversion of string resource values. |
| XtDisplayToApplicationContext, XtDisplayTo | retrieve the application context associated with a Display. |
| XtError | call the low-level fatal error handler. |
| XtErrorHandler, XtErrorHand | prototype for low-level error and warning handlers. |
| XtErrorMsg | call the high-level fatal error handler. |
| XtErrorMsgHandler, XtErrorMsgH | prototype for high-level error and warning handlers. |
| XtEventHandler, XtEventHand | prototype event handler procedure. |
| XtFilePredicate, XtFilePredi | prototype procedure used in filename evaluation. |
| XtFindFile | search for a file using substitutions in a path. |
| XtFree | free an allocated block of storage. |
| XtGetActionKeysym, XtGetAction | retrieve the keysym and modifiers that matched the final event specification in the translation table entry. |
| XtGetApplicationNameAndClass, XtGetAppliA | return the application name and class as passed to XtDisplayInitialize for a particular Display. |
| XtGetApplicationResources, XtGetAppliB | set application variables from resource database. |
| XtGetConstraintResourceList, XtGetConstr | get the constraint resource list structure for a particular widget class. |
| XtGetErrorDatabase, XtGetErrorA | obtain the error database. |
| XtGetErrorDatabaseText, XtGetErrorB | obtain the error database text for an error or a warning. |
| XtGetGC | obtain a read-only, shareable GC. |
| XtGetKeysymTable, XtGetKeysym | return a pointer to the keysym-to-keycode mapping table for a particular display. |
| XtGetMultiClickTime, XtGetMultiC | read the multi-click time. |
| XtGetResourceList, XtGetResour | retrieve default values for a resource list. |
| XtGetSelectionRequest, XtGetSelecA | retrieve the SelectionRequest event that triggered the XtConvertSelectionProc. |
| XtGetSelectionTimeout, XtGetSelecB | get the current selection timeout value. |
| XtGetSelectionValue, XtGetSelecC | obtain the complete selection data. |
| XtGetSelectionValueIncremental, XtGetSelecD | obtain the selection value using incremental transfers. |
| XtGetSelectionValues, XtGetSelecE | obtain selection data in multiple formats. |
| XtGetSelectionValuesIncremental, XtGetSelecF | obtain multiple selection values using incremental transfers. |
| XtGetSubresources, XtGetSubres | update subpart resource list. |
| XtGetSubvalues, XtGetSubval | copy from subpart data structure to the argument list. |
| XtGetValues | copy resources from a widget to the argument list. |
| XtGrabButton, XtGrabButto | passively grab a single pointer button. |
| XtGrabKey | passively grab a single key of the keyboard. |
| XtGrabKeyboard, XtGrabKeybo | actively grab the keyboard. |
| XtGrabPointer, XtGrabPoint | actively grab the pointer. |
| XtHasCallbacks, XtHasCallba | determine the status of a widget’s callback list. |
| XtInitialize, XtInitialiA | initialize toolkit and display. |
| XtInitializeWidgetClass, XtInitialiB | initialize a widget class without creating any widgets. |
| XtInputCallbackProc, XtInputCall | prototype procedure called to handle file, pipe, or socket input. |
| XtInsertEventHandler, XtInsertEve | register an event handler procedure that receives events before or after all previously registered event handlers. |
| XtInsertRawEventHandler, XtInsertRaw | register an event handler procedure that receives events before or after all previously registered event handlers, without selecting for the events. |
| XtInstallAccelerators, XtInstallAc | install a widget’s accelerators on another widget. |
| XtInstallAllAccelerators, XtInstallAl | install all accelerators from a widget and its descendants onto a destination widget. |
| XtIsApplicationShell, XtIsApplica | test whether a widget is a subclass of the ApplicationShell widget class. |
| XtIsComposite, XtIsComposi | test whether a widget is a subclass of the Composite widget class. |
| XtIsConstraint, XtIsConstra | test whether a widget is a subclass of the Constraint widget class. |
| XtIsManaged | determine whether a widget is managed by its parent. |
| XtIsObject | test whether a widget is a subclass of the Object widget class. |
| XtIsOverrideShell, XtIsOverrid | test whether a widget is a subclass of the OverrideShell widget class. |
| XtIsRealized, XtIsRealize | determine whether a widget has been realized. |
| XtIsRectObj | test whether a widget is a subclass of the RectObj widget class. |
| XtIsSensitive, XtIsSensiti | check the current sensitivity state of a widget. |
| XtIsShell | test whether a widget is a subclass of the Shell widget class. |
| XtIsSubclass, XtIsSubclas | determine whether a widget is a subclass of a class. |
| XtIsTopLevelShell, XtIsTopLeve | test whether a widget is a subclass of the TopLevelShell widget class. |
| XtIsTransientShell, XtIsTransie | test whether a widget is a subclass of the TransientShell widget class. |
| XtIsVendorShell, XtIsVendorS | test whether a widget is a subclass of the VendorShell widget class. |
| XtIsWMShell | test whether a widget is a subclass of the WMShell widget class. |
| XtIsWidget | test whether a widget is a subclass of the Core widget class. |
| XtKeyProc | prototype procedure to translate a key. |
| XtKeysymToKeycodeList, XtKeysymToK | return the list of keycodes that map to a particular keysym in the keyboard mapping table maintained by the Intrinsics. |
| XtLastTimestampProcessed, XtLastTimes | retrieve the timestamp from the most recent event handled by XtDispatchEvent that contains a timestamp. |
| XtLoseSelectionIncrProc, XtLoseSeleA | prototype procedure to release incremental selection ownership. |
| XtLoseSelectionProc, XtLoseSeleB | prototype procedure called by Xt when another client claims the selection. |
| XtMainLoop | continuously process events. |
| XtMakeGeometryRequest, XtMakeGeome | request parent to change child’s geometry. |
| XtMakeResizeRequest, XtMakeResiz | request parent to change child’s size. |
| XtMalloc | allocate storage. |
| XtManageChild, XtManageChA | add a widget to its parent’s list of managed children. |
| XtManageChildren, XtManageChB | add widgets to their parent’s list of managed children. |
| XtMapWidget | map a widget to its display. |
| XtMenuPopdown, XtMenuPopdo | built-in action for popping down a widget. |
| XtMenuPopup | built-in action for popping up a widget. |
| XtMergeArgLists, XtMergeArgL | merge two ArgList structures. |
| XtMoveWidget, XtMoveWidge | move a widget on the display. |
| XtName | return a pointer to the instance name of the specified object. |
| XtNameToWidget, XtNameToWid | translate a widget name to a widget instance. |
| XtNew | allocate storage for one instance of a data type. |
| XtNewString | copy an instance of a string. |
| XtNextEvent | return next event from input queue. |
| XtNumber | determine the number of elements in a fixed-size array. |
| XtOffset | determine the byte offset of a field within a structure pointer type. |
| XtOffsetOf | determine the byte offset of a field within a structure type. |
| XtOpenDisplay, XtOpenDispl | open, initialize, and add a display to an application context. |
| XtOrderProc | Composite function to determine position for new child. |
| XtOverrideTranslations, XtOverrideT | merge new translations, overwriting widget’s existing ones. |
| XtOwnSelection, XtOwnSelecA | indicate that selection data is available. |
| XtOwnSelectionIncremental, XtOwnSelecB | set the selection owner when using incremental transfers. |
| XtParent | return the parent widget for the specified widget. |
| XtParseAcceleratorTable, XtParseAcce | compile an accelerator table into its internal representation. |
| XtParseTranslationTable, XtParseTran | compile a translation table into its internal representation. |
| XtPeekEvent | nondestructively examine the head of an application’s input queue. |
| XtPending | determine if there are any events in an application’s input queue. |
| XtPopdown | unmap a pop-up shell. |
| XtPopup | map a pop-up shell. |
| XtPopupSpringLoaded, XtPopupSpri | map a spring-loaded pop-up from within an application. |
| XtProcessEvent, XtProcessEv | process one input event. |
| XtQueryGeometry, XtQueryGeom | query a child widget’s preferred geometry. |
| XtRealizeWidget, XtRealizeWi | realize a widget instance. |
| XtRealloc | change the size of an allocated block of storage. |
| XtRegisterCaseConverter, XtRegisterC | register a case converter. |
| XtRegisterGrabAction, XtRegisterG | register button and key grabs for a widget’s window according to the event bindings in the widget’s translation table. |
| XtReleaseGC | deallocate a shared GC when it is no longer needed. |
| XtRemoveActionHook, XtRemoveAct | unregister an action hook procedure. |
| XtRemoveAllCallbacks, XtRemoveAll | delete all procedures from a callback list. |
| XtRemoveCallback, XtRemoveCaA | delete a procedure from a callback list. |
| XtRemoveCallbacks, XtRemoveCaB | delete a list of procedures from a callback list. |
| XtRemoveEventHandler, XtRemoveEve | remove a previously registered event handler. |
| XtRemoveGrab, XtRemoveGra | redirect user input from modal widget back to normal destination. |
| XtRemoveInput, XtRemoveInp | unregister a file procedure, a pipe procedure, or a socket procedure. |
| XtRemoveRawEventHandler, XtRemoveRaw | remove a raw event handler. |
| XtRemoveTimeOut, XtRemoveTim | unregister a timeout procedure. |
| XtRemoveWorkProc, XtRemoveWor | unregister a work procedure. |
| XtResizeWidget, XtResizeWid | resize a child or sibling widget. |
| XtResizeWindow, XtResizeWin | resize a widget according to its core dimensions. |
| XtResolvePathname, XtResolvePa | search for a file using standard substitutions in a path list. |
| XtResourceDefaultProc, XtResourceD | prototype procedure passed as a resource converter when XtRCallProc is specified in a resource list entry. |
| XtScreen | return the screen pointer for the specified widget. |
| XtScreenOfObject, XtScreenOfO | return the screen pointer for the nearest ancestor of object that is of class Core. |
| XtSelectionCallbackProc, XtSelectioA | prototype procedure called when requested selection data arrives. |
| XtSelectionDoneIncrProc, XtSelectioB | prototype procedure to indicate completion of incremental transfer. |
| XtSelectionDoneProc, XtSelectioC | prototype procedure called after a data transfer completes. |
| XtSetArg | modify an argument list dynamically. |
| XtSetErrorHandler, XtSetErrorH | register a procedure to be called on fatal error conditions. |
| XtSetErrorMsgHandler, XtSetErrorM | register a procedure to be called on nonfatal error conditions. |
| XtSetKeyTranslator, XtSetKeyTra | register a key translator. |
| XtSetKeyboardFocus, XtSetKeyboa | redirect keyboard input to a normal descendant of a child widget. |
| XtSetMappedWhenManaged, XtSetMapped | change the value of a widget’s map_when_managed field. |
| XtSetMultiClickTime, XtSetMultiC | set the multi-click time dynamically. |
| XtSetSelectionTimeout, XtSetSelect | set value of selection timeout. |
| XtSetSensitive, XtSetSensit | set the sensitivity state of a widget. |
| XtSetSubvalues, XtSetSubval | copy resource settings from an ArgList to a subpart resource list. |
| XtSetTypeConverter, XtSetTypeCo | register a type converter for all application contexts in a process. |
| XtSetValues | copy resources from an ArgList to a widget. |
| XtSetWMColormapWindows, XtSetWMColo | set WM_COLORMAP_WINDOWS property to inform window manager of custom colormaps. |
| XtSetWarningHandler, XtSetWarniA | register a procedure to be called on nonfatal error conditions. |
| XtSetWarningMsgHandler, XtSetWarniB | register a high-level procedure to be called on nonfatal error conditions. |
| XtStringConversionWarning, XtStringCon | emit boilerplate string conversion error message. |
| XtSuperclass, XtSuperclas | obtain a widget’s superclass. |
| XtTimerCallbackProc, XtTimerCall | prototype callback procedure invoked when timeouts expire. |
| XtToolkitInitialize, XtToolkitIn | initialize the X Toolkit internals. |
| XtTranslateCoords, XtTranslatA | translate an x-y coordinate pair from widget coordinates to root coordinates. |
| XtTranslateKey, XtTranslatB | the default keycode-to-keysym translator. |
| XtTranslateKeycode, XtTranslatC | invoke the currently registered keycode-to-keysym translator. |
| XtTypeConverter, XtTypeConve | prototype procedure for a new-style resource converter. |
| XtUngrabButton, XtUngrabBut | cancel a passive button grab. |
| XtUngrabKey, XtUngrabKeA | cancel a passive key grab. |
| XtUngrabKeyboard, XtUngrabKeB | cancel an active keyboard grab. |
| XtUngrabPointer, XtUngrabPoi | cancel an active pointer grab. |
| XtUninstallTranslations, XtUninstall | remove existing translations. |
| XtUnmanageChild, XtUnmanageA | remove a widget from its parent’s managed list. |
| XtUnmanageChildren, XtUnmanageB | remove a list of children from a parent widget’s managed list. |
| XtUnmapWidget, XtUnmapWidg | unmap a widget explicitly. |
| XtUnrealizeWidget, XtUnrealize | destroy the windows associated with a widget and its descendants. |
| XtVaAppCreateShell, XtVaAppCrea | create a top-level widget that is the root of a widget tree, using varargs argument style. |
| XtVaAppInitialize, XtVaAppInit | initialize the X Toolkit internals, using varargs argument style. |
| XtVaCreateArgsList, XtVaCreateA | dynamically allocate a varargs list for use with the XtVaNestedList symbol in multiple varargs calls. |
| XtVaCreateManagedWidget, XtVaCreateM | create and manage a child widget in a single procedure, using varargs argument style. |
| XtVaCreatePopupShell, XtVaCreateP | create a pop-up shell, using varargs argument style. |
| XtVaCreateWidget, XtVaCreateW | create an instance of a widget using varargs argument style. |
| XtVaGetApplicationResources, XtVaGetAppl | retrieve resources for the overall application using varargs argument style. |
| XtVaGetSubresources, XtVaGetSubr | fetch resources for widget subparts, using varargs argument style. |
| XtVaGetSubvalues, XtVaGetSubv | retrieve the current values of nonwidget resources associated with a widget instance, using varargs argument style. |
| XtVaGetValues, XtVaGetValu | retrieve the current values of resources associated with a widget instance, using varargs argument style. |
| XtVaSetSubvalues, XtVaSetSubv | set the current values of nonwidget resources associated with a widget instance, using varargs argument style. |
| XtVaSetValues, XtVaSetValu | modify the current resource values associated with a widget instance, using varargs argument style. |
| XtWarning | call the installed low-level warning handler. |
| XtWarningMsg, XtWarningMs | call the installed high-level warning handler. |
| XtWidgetToApplicationContext, XtWidgetToA | get the application context for a given widget. |
| XtWindow | return the window of the specified widget. |
| XtWindowOfObject, XtWindowOfO | return the window for the nearest ancestor of object that is of class Core. |
| XtWindowToWidget, XtWindowToW | translate a window and display pointer into a widget ID. |
| XtWorkProc | prototype procedure for performing background processing. |
| accept_focus, accept_focu | Core method for accepting or rejecting the keyboard focus. |
| change_managed, change_mana | Composite method to respond to a change in a list of managed widgets. |
| class_initialize, class_initi | Core method for dynamically initializing the class. |
| class_part_initialize, class_part_ | Core method to initialize class part structure fields. |
| dce_error_inq_text | Returns the message text for a DCE component status code |
| delete_child, delete_chil | Composite method called when a child is destroyed. |
| demangle | decode a C++ encoded symbol name |
| destroy | Core method called when a widget is destroyed. |
| display_accelerator, display_acc | Core method to display current accelerators. |
| expose | Core method for drawing graphics. |
| geometry_manager, geometry_ma | Composite method called when a child requests a new geometry. |
| get_values_hook, get_values_ | Core method for getting subpart resource values. |
| initialize | Core method for initializing instance variables. |
| initialize_hook, initialize_ | Core method for initializing subpart data. |
| insert_child, insert_chil | Composite method to insert a child into the array of children. |
| monstartup, moncontrol, monitor | prepare execution profile |
| query_geometry, query_geome | Core method called when a widget is destroyed. |
| realize | Core method to set window attributes and to create a window. |
| resize | Core method called when a widget is resized. |
| rpc_binding_copy | Returns a copy of a binding handle |
| rpc_binding_free | Releases binding handle resources |
| rpc_binding_from_string_binding | Returns a binding handle from a string representation of a binding handle |
| rpc_binding_inq_auth_client | Returns authentication and authorization information from the binding handle for an authenticated client |
| rpc_binding_inq_auth_info | Returns authentication and authorization information from a server binding handle |
| rpc_binding_inq_object | Returns the object UUID from a binding handle |
| rpc_binding_reset | Resets a server binding handle so the host remains specified, but the server instance on that host is unspecified |
| rpc_binding_server_from_client | Converts a client binding handle to a server binding handle |
| rpc_binding_set_auth_info | Sets authentication and authorization information for a server binding handle |
| rpc_binding_set_object | Sets the object UUID value into a server binding handle |
| rpc_binding_to_string_binding | Returns a string representation of a binding handle |
| rpc_binding_vector_free | Frees the memory used to store a vector and binding handles |
| rpc_ep_register | Adds to, or replaces, server address information in the local endpoint map |
| rpc_ep_register_no_replace | Adds to server address information in the local endpoint map |
| rpc_ep_resolve_binding | Resolves a partially bound server binding handle into a fully bound server binding handle |
| rpc_ep_unregister | Removes server address information from the local endpoint map |
| rpc_if_id_vector_free | Frees a vector and the interface identifier structures it contains |
| rpc_if_inq_id | Returns the interface identifier for an interface specification |
| rpc_intro | Introduction to the NCS 2.0 RPC API runtime |
| rpc_mgmt_ep_elt_inq_begin | Creates an inquiry context for viewing the elements in a local or remote endpoint map |
| rpc_mgmt_ep_elt_inq_done | Deletes the inquiry context for viewing the elements in a local or remote endpoint map |
| rpc_mgmt_ep_elt_inq_next | Returns one element from a local or remote endpoint map |
| rpc_mgmt_ep_unregister | Removes server address information from a local or remote endpoint map |
| rpc_mgmt_inq_com_timeout | Returns the communication timeout value in a binding handle |
| rpc_mgmt_inq_dflt_protect_level | Returns the default protection level for an authentication service |
| rpc_mgmt_inq_if_ids | Returns a vector of interface identifiers of interfaces a server offers |
| rpc_mgmt_inq_server_princ_name | Returns a server’s principal name |
| rpc_mgmt_inq_stats | Returns RPC runtime statistics |
| rpc_mgmt_is_server_listening | Tells whether a server is listening for remote procedure calls |
| rpc_mgmt_set_authorization_fn | Establishes an authorization function for processing remote calls to a server’s management routines |
| rpc_mgmt_set_cancel_timeout | Sets the lower bound on the time to wait before timing out after forwarding a cancel |
| rpc_mgmt_set_com_timeout | Sets the communication timeout value in a binding handle |
| rpc_mgmt_set_server_stack_size | Specifies the stack size for each server thread |
| rpc_mgmt_stats_vector_free | Frees a statistics vector |
| rpc_mgmt_stop_server_listening | Tells a server to stop listening for remote procedure calls |
| rpc_network_inq_protseqs | Returns all protocol sequences supported by both the RPC runtime and the operating system |
| rpc_network_is_protseq_valid | Tells whether the specified protocol sequence is supported by both the RPC runtime and the operating system |
| rpc_ns_binding_export | Establishes a name service database entry with binding handles or object UUIDs for a server |
| rpc_ns_binding_import_begin | Creates an import context for an interface and an object in the name service database |
| rpc_ns_binding_import_done | Deletes the import context for searching the name service database |
| rpc_ns_binding_import_next | Returns a binding handle of a compatible server (if found) from the name service database |
| rpc_ns_binding_inq_entry_name | Returns the name of an entry in the name service database from which the server binding handle came |
| rpc_ns_binding_lookup_begin | Creates a lookup context for an interface and an object in the name service database |
| rpc_ns_binding_lookup_done | Deletes the lookup context for searching the name service database |
| rpc_ns_binding_lookup_next | Returns a list of binding handles of one or more compatible servers (if found) from the name service database |
| rpc_ns_binding_select | Returns a binding handle from a list of compatible server binding handles |
| rpc_ns_binding_unexport | Removes the binding handles for an interface, or object UUIDs, from an entry in the name service database |
| rpc_ns_entry_expand_name | Expands the name of a name service entry |
| rpc_ns_entry_object_inq_begin | Creates an inquiry context for viewing the objects of an entry in the name service database |
| rpc_ns_entry_object_inq_done | Deletes the inquiry context for viewing the objects of an entry in the name service database |
| rpc_ns_entry_object_inq_next | Returns one object at a time from an entry in the name service database |
| rpc_ns_group_delete | Deletes a group attribute |
| rpc_ns_group_mbr_add | Adds an entry name to a group; if necessary, creates the entry |
| rpc_ns_group_mbr_inq_begin | Creates an inquiry context for viewing group members |
| rpc_ns_group_mbr_inq_done | Deletes the inquiry context for a group |
| rpc_ns_group_mbr_inq_next | Returns one member name at a time from a group |
| rpc_ns_group_mbr_remove | Removes an entry name from a group |
| rpc_ns_mgmt_binding_unexport | Removes multiple binding handles, or object UUIDs, from an entry in the name service database |
| rpc_ns_mgmt_entry_create | Creates an entry in the name service database |
| rpc_ns_mgmt_entry_delete | Deletes an entry from the name service database |
| rpc_ns_mgmt_entry_inq_if_ids | Returns the list of interfaces exported to an entry in the name service database |
| rpc_ns_mgmt_handle_set_exp_age | Sets a handle’s expiration age for local copies of name service data |
| rpc_ns_mgmt_inq_exp_age | Returns the application’s global expiration age for local copies of name service data |
| rpc_ns_mgmt_set_exp_age | Modifies the application’s global expiration age for local copies of name service data |
| rpc_ns_profile_delete | Deletes a profile attribute |
| rpc_ns_profile_elt_add | Adds an element to a profile. If necessary, creates the entry. |
| rpc_ns_profile_elt_inq_begin | Creates an inquiry context for viewing the elements in a profile |
| rpc_ns_profile_elt_inq_done | Deletes the inquiry context for a profile |
| rpc_ns_profile_elt_inq_next | Returns one element at a time from a profile |
| rpc_ns_profile_elt_remove | Removes an element from a profile |
| rpc_object_inq_type | Returns the type of an object |
| rpc_object_set_inq_fn | Registers an object inquiry function |
| rpc_object_set_type | Registers the type of an object with the RPC runtime |
| rpc_protseq_vector_free | Frees the memory used by a vector and its protocol sequences |
| rpc_server_inq_bindings | Returns binding handles for communication with a server |
| rpc_server_inq_if | Returns the manager entry point vector registered for an interface |
| rpc_server_listen | Tells the RPC runtime to listen for remote procedure calls |
| rpc_server_register_auth_info | Registers authentication information with the RPC runtime |
| rpc_server_register_if | Registers an interface with the RPC runtime |
| rpc_server_unregister_if | Removes an interface from the RPC runtime |
| rpc_server_use_all_protseqs | Tells the RPC runtime to use all supported protocol sequences for receiving remote procedure calls |
| rpc_server_use_all_protseqs_if | Tells the RPC runtime to use all the protocol sequences and endpoints specified in the interface specification for receiving remote procedure calls |
| rpc_server_use_protseq | Tells the RPC runtime to use the specified protocol sequence for receiving remote procedure calls |
| rpc_server_use_protseq_ep | Tells the RPC runtime to use the specified protocol sequence combined with the specified endpoint for receiving remote procedure calls |
| rpc_server_use_protseq_if | Tells the RPC runtime to use the specified protocol sequence combined with the endpoints in the interface specification for receiving remote procedure calls |
| rpc_ss_allocate | Allocates memory within the RPC stub memory management scheme |
| rpc_ss_destroy_client_context | Reclaims the client memory resources for the context handle, and sets the context handle to null |
| rpc_ss_disable_allocate | Releases resources and allocated memory |
| rpc_ss_enable_allocate | Enables the allocation of memory by the rpc_ss_allocate routine when not in manager code |
| rpc_ss_free | Frees memory allocated by the rpc_ss_allocate routine |
| rpc_ss_get_thread_handle | Gets a thread handle for the manager code before it spawns additional threads, or for the client code when it becomes a server |
| rpc_ss_register_auth_info | Registers authentication and authorization information for an interface |
| rpc_ss_set_client_alloc_free | Sets the memory allocation and freeing mechanism used by the client stubs, thereby overriding the default routines the client stub uses to manage memory for pointed-to nodes |
| rpc_ss_set_thread_handle | Sets the thread handle for either a newly created spawned thread or for a server that was formerly a client and is ready to be a client again |
| rpc_ss_swap_client_alloc_free | Exchanges the current memory allocation and freeing mechanism used by the client stubs with one supplied by the client |
| rpc_string_binding_compose | Combines the components of a string binding into a string binding |
| rpc_string_binding_parse | Returns, as separate strings, the components of a string binding |
| rpc_string_free | Frees a character string allocated by the runtime |
| set_values | Core method for processing resource changes. |
| set_values_almost, set_valuesA | Core method to negotiate compromise geometries. |
| set_values_hook, set_valuesB | Core method for processing subpart resources. |
| uuid_compare | Compares two UUIDs and determines their order |
| uuid_create | Creates a new UUID |
| uuid_create_nil | Creates a nil UUID |
| uuid_equal | Determines if two UUIDs are equal |
| uuid_from_string | Converts a string UUID to its binary representation |
| uuid_hash | Creates a hash value for a UUID |
| uuid_is_nil | Determines if a UUID is nil |
| uuid_to_string | Converts a UUID from a binary representation to a string representation |
| ApplicationShell, Application | the ApplicationShell widget class. |
| Composite | the Composite widget class. |
| Constraint | the Constraint widget class. |
| Constraint_ | |
| Core | The Core widget class. |
| 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. |
| 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 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. |
| MrmFetchWid | |
| 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). |
| MrmRegisterNamesInHierarchy, MrmRegisteC | Registers the values associated with the names referenced in UIL within a single hierarchy (for example, UIL callback function names or UIL identifier names). |
| MrmRegister | |
| Object -- The Object widget class., Object | |
| OverrideShell, OverrideShe | The OverrideShell widget class. |
| RectObj | The RectObj widget class. |
| Shell | The Shell widget class. |
| TopLevelShell, TopLevelShe | The TopLevelShell widget class. |
| TransientShell, TransientSh | The TransientShell widget class. |
| Uil | Invokes the UIL compiler from within an application. |
| UilDumpSymbolTable, UilDumpSymb | Dumps the contents of a named UIL symbol table to standard output. |
| VendorShell | The VendorShell widget class. |
| VirtualBindings, VirtualBind | Bindings for virtual mouse and key events. |
| WMShell | The WMShell widget class. |
| XGetExtensionVersion, XGetExtens | query the version of the input extension. |
| XHPAcknowledge, XHPAcknowle | Send an Acknowledge to an extended input device. |
| XHPChangeDeviceControl, XHPChangeDe | Change the control attributes of an extension input device. |
| XHPConvertLookup, XHPConvertL | convert key event into keysym and characters |
| XHPDeviceAutoRepeatOn, XHPDeviceAu | Turn autorepeat on for an extension input device. |
| XHPDisableReset, XHPDisableR | Disable the reset key sequence. |
| XHPEnableReset, XHPEnableRe | Enable the reset key sequence. |
| XHPFileToPixmap, XHPFileToPi | Transfer an image stored in a file into a pixmap. |
| XHPFileToWindow, XHPFileToWi | Transfer an image stored in a file into a window. |
| XHPFreeDeviceList, XHPFreeDevi | Free the input device list. |
| XHPGetCurrentDeviceMask, XHPGetCurre | Get the current extension event mask. |
| XHPGetDeviceFocus, XHPGetDevic | Get the focus window ID for an extension input device. |
| XHPGetEurasianCvt, XHPGetEuras | return the convert routine for Eurasian keyboards |
| XHPGetExtEventMask, XHPGetExtEv | Get an extension event mask. |
| XHPGetServerMode, XHPGetServe | Get the mode of the specified screen. |
| XHPGrabDevice, XHPGrabDevi | Grab an extended input device. |
| XHPInputChinese_s, XHPInputC_s | map keysyms into Chinese_s characters. |
| XHPInputChinese_t, XHPInputC_t | map keysyms into Chinese_t characters. |
| XHPInputISO7sub, XHPInputISO | map keysyms into ISO 7-bit substitution characters. |
| XHPInputJapanese, XHPInputJap | map keysyms into Japanese characters. |
| XHPInputKorean, XHPInputKor | map keysyms into Korean characters. |
| XHPInputRoman8, XHPInputRom | map keysyms into Roman8 characters. |
| XHPKeysymToRoman8, XHPRoman8ToKeysym, XHPKeysymTo | convert between X KeySyms and HP Roman8 characters |
| XHPListInputDevices, XHPListInpu | List all available X input devices. |
| XHPNlioctl | configure the 16-bit input environment |
| XHPPixmapToFile, XHPPixmapTo | Save the contents of a rectangular pixmap area in a file. |
| XHPPrompt | Send a prompt to an extended input device. |
| XHPQueryImageFile, XHPQueryIma | Return image file header structure. |
| XHPSelectExtensionEvent, XHPSelectEx | Select an extension event. |
| XHPSetDeviceFocus, XHPSetDevic | Set the focus for an extended input device. |
| XHPSetErrorHandler, XHPSetError | Register an X error handling routine. |
| XHPSetInputDevice, XHPSetInput | Open a device for X input. |
| XHPSetKeyboardMapping, XHPRefreshKeyboardMapping, XHPSetKeybo | set/refresh the keyboard mapping |
| XHPUngrabDevice, XHPUngrabDe | Release a grab of an extension input device. |
| XHPWindowToFile, XHPWindowTo | Save the contents of a rectangular window in a file. |
| XOpenDevice, XCloseDevice, XOpenInput | open or close an extension input device |
| XQueryDeviceState, XQueryDevi | query the state of an extension input device. |
| XSetDeviceMode, XSetDevMod | change the mode of a device. |
| XSetDeviceButtonMapping, XGetDeviceButtonMapping, XSetDevicB | query or change device button mappings |
| XmActivateProtocol, XmActivateP | A VendorShell function that activates a protocol. |
| XmActivateWMProtocol, XmActivateW | A VendorShell convenience interface that activates a protocol. |
| XmAddProtocolCallback, XmAddProtoA | A VendorShell function that adds client callbacks for a protocol. |
| XmAddProtocols, XmAddProtoB | A VendorShell function that adds the protocols to the protocol manager and allocates the internal tables. |
| XmAddProtoc | |
| XmAddTabGroup, XmAddTabGro | A function that adds a manager or a primitive widget to the list of tab groups. |
| XmAddWMProtocolCallback, XmAddWMProA | A VendorShell convenience interface that adds client callbacks for a protocol. |
| XmAddWMProtocols, XmAddWMProB | A VendorShell convenience interface that adds the protocols to the protocol manager and allocates the internal tables. |
| XmAddWMProt | |
| XmArrowButton, XmArrowButA | The ArrowButton widget class. |
| XmArrowButtonGadget, XmArrowButB | The ArrowButtonGadget widget class. |
| XmArrowButt | |
| XmBulletinBoard, XmBulletinB | The BulletinBoard widget class. |
| XmCascadeButton, XmCascadeBA | The CascadeButton widget class. |
| XmCascadeButtonGadget, XmCascadeBB | The CascadeButtonGadget widget class. |
| XmCascadeButtonGadgetHighlight, XmCascadeBC | A CascadeButtonGadget function that sets the highlight state. |
| XmCascadeButtonHighlight, XmCascadeBD | A CascadeButton and CascadeButtonGadget function that sets the highlight state. |
| XmCascadeBu | |
| XmClipboardCancelCopy, XmClipboarA | A clipboard function that cancels a copy to the clipboard. |
| XmClipboardCopy, XmClipboarB | A clipboard function that copies a data item to temporary storage for later copying to clipboard. |
| XmClipboardCopyByName, XmClipboarC | A clipboard function that copies a data item passed by name. |
| XmClipboardEndCopy, XmClipboarD | A clipboard function that ends a copy to the clipboard. |
| XmClipboardEndRetrieve, XmClipboarE | A clipboard function that ends a copy from the clipboard. |
| XmClipboardInquireCount, XmClipboarF | A clipboard function that returns the number of data item formats. |
| XmClipboardInquireFormat, XmClipboarG | a clipboard function that returns a specified format name. |
| XmClipboardInquireLength, XmClipboarH | A clipboard function that returns the length of the stored data. |
| XmClipboardInquirePendingItems, XmClipboarI | A clipboard function that returns a list of data_id/private_id pairs. |
| XmClipboardLock, XmClipboarJ | A clipboard function that locks the clipboard. |
| XmClipboardRegisterFormat, XmClipboarK | A clipboard function that registers a new format. |
| XmClipboardRetrieve, XmClipboarL | A clipboard function that retrieves a data item from the clipboard. |
| XmClipboardStartCopy, XmClipboarM | A clipboard function that sets up a storage and data structure. |
| XmClipboardStartRetrieve, XmClipboarN | A function that starts a copy from the clipboard. |
| XmClipboardUndoCopy, XmClipboarO | A clipboard function that deletes the last item placed on the clipboard. |
| XmClipboardUnlock, XmClipboarP | A clipboard function that unlocks the clipboard. |
| XmClipboardWithdrawFormat, XmClipboarQ | A clipboard function that indicates that the application no longer wants to supply a data item. |
| XmClipboardEndCopy, XmClipboard | A clipboard function that ends a copy to the clipboard. |
| XmCommand | The Command widget class. |
| XmCommandAppendValue, XmCommandAp | a Command function that appends the passed XmString to the end of the string displayed in the command area of the widget. |
| XmCommandError, XmCommandEr | a Command function that displays an error message. |
| XmCommandGetChild, XmCommandGe | a Command function that is used to access a component. |
| XmCommandSetValue, XmCommandSe | a Command function that replaces a displayed string. |
| XmConvertUnits, XmConvertUn | a function that converts a value in one unit type to another unit type. |
| XmCreateArrowButton, XmCreateArA | the ArrowButton widget creation function. |
| XmCreateArrowButtonGadget, XmCreateArB | the ArrowButtonGadget creation function. |
| XmCreateArr | |
| XmCreateBulletinBoard, XmCreateBuA | the BulletinBoard widget creation function. |
| XmCreateBulletinBoardDialog, XmCreateBuB | the BulletinBoard BulletinBoardDialog convenience creation function. |
| XmCreateBul | |
| XmCreateCascadeButton, XmCreateCaA | the CascadeButton widget creation function. |
| XmCreateCascadeButtonGadget, XmCreateCaB | the CascadeButtonGadget creation function. |
| XmCreateCas | |
| XmCreateCommand, XmCreateCom | the Command widget creation function. |
| XmCreateDialogShell, XmCreateDia | the DialogShell widget creation function. |
| XmCreateDrawingArea, XmCreateDrA | the DrawingArea widget creation function. |
| XmCreateDrawnButton, XmCreateDrB | the DrawnButton widget creation function. |
| XmCreateDrawingArea, XmCreateDra | the DrawingArea widget creation function. |
| XmCreateErrorDialog, XmCreateErr | the MessageBox ErrorDialog convenience creation function. |
| XmCreateFileSelectionBox, XmCreateFiA | the FileSelectionBox widget creation function. |
| XmCreateFileSelectionDialog, XmCreateFiB | the FileSelectionBox FileSelectionDialog convenience creation function. |
| XmCreateFil | |
| XmCreateForm, XmCreateFoA | the Form widget creation function. |
| XmCreateFormDialog, XmCreateFoB | a Form FormDialog convenience creation function. |
| XmCreateFor | |
| XmCreateFrame, XmCreateFra | the Frame widget creation function. |
| XmCreateInformationDialog, XmCreateInf | the MessageBox InformationDialog convenience creation function. |
| XmCreateLabel, XmCreateLaA | the Label widget creation function. |
| XmCreateLabelGadget, XmCreateLaB | the LabelGadget creation function. |
| XmCreateLab | |
| XmCreateList, XmCreateLis | the List widget creation function. |
| XmCreateMainWindow, XmCreateMai | the MainWindow widget creation function. |
| XmCreateMenuBar, XmCreateMeA | a RowColumn widget convenience creation function. |
| XmCreateMenuShell, XmCreateMeB | the MenuShell widget creation function. |
| XmCreateMessageBox, XmCreateMeC | the MessageBox widget creation function. |
| XmCreateMessageDialog, XmCreateMeD | the MessageBox MessageDialog convenience creation function. |
| XmCreateMen | |
| XmCreateMes | |
| XmCreateOptionMenu, XmCreateOpt | a RowColumn widget convenience creation function. |
| XmCreatePanedWindow, XmCreatePan | the PanedWindow widget creation function. |
| XmCreatePopupMenu, XmCreatePop | a RowColumn widget convenience creation function. |
| XmCreatePromptDialog, XmCreatePro | the SelectionBox PromptDialog convenience creation function. |
| XmCreatePulldownMenu, XmCreatePuA | a RowColumn widget convenience creation function. |
| XmCreatePushButton, XmCreatePuB | the PushButton widget creation function. |
| XmCreatePushButtonGadget, XmCreatePuC | the PushButtonGadget creation function. |
| XmCreatePul | |
| XmCreatePus | |
| XmCreateQuestionDialog, XmCreateQue | the MessageBox QuestionDialog convenience creation function. |
| XmCreateRadioBox, XmCreateRad | a RowColumn widget convenience creation function. |
| XmCreateRowColumn, XmCreateRow | the RowColumn widget creation function. |
| XmCreateScale, XmCreateScA | the Scale widget creation function. |
| XmCreateScrollBar, XmCreateScB | the ScrollBar widget creation function. |
| XmCreateScrolledList, XmCreateScC | the List ScrolledList convenience creation function. |
| XmCreateScrolledText, XmCreateScD | the Text ScrolledText convenience creation function. |
| XmCreateScrolledWindow, XmCreateScE | the ScrolledWindow widget creation function. |
| XmCreateScale, XmCreateSca | the Scale widget creation function. |
| XmCreateScr | |
| XmCreateSelectionBox, XmCreateSeA | the SelectionBox widget creation function. |
| XmCreateSelectionDialog, XmCreateSeB | the SelectionBox SelectionDialog convenience creation function. |
| XmCreateSeparator, XmCreateSeC | the Separator widget creation function. |
| XmCreateSeparatorGadget, XmCreateSeD | the SeparatorGadget creation function. |
| XmCreateSel | |
| XmCreateSep | |
| XmCreateSimpleCheckBox, XmCreateSiA | a RowColumn widget convenience creation function. |
| XmCreateSimpleMenuBar, XmCreateSiB | a RowColumn widget convenience creation function. |
| XmCreateSimpleOptionMenu, XmCreateSiC | a RowColumn widget convenience creation function. |
| XmCreateSimplePopupMenu, XmCreateSiD | a RowColumn widget convenience creation function. |
| XmCreateSimplePulldownMenu, XmCreateSiE | a RowColumn widget convenience creation function. |
| XmCreateSimpleRadioBox, XmCreateSiF | a RowColumn widget convenience creation function. |
| XmCreateSim | |
| XmCreateText, XmCreateTeA | the Text widget creation function. |
| XmCreateTextField, XmCreateTeB | the TextField widget creation function. |
| XmCreateTex | |
| XmCreateToggleButton, XmCreateToA | the ToggleButton widget creation function. |
| XmCreateToggleButtonGadget, XmCreateToB | the ToggleButtonGadget creation function. |
| XmCreateTog | |
| XmCreateWarningDialog, XmCreateWar | a MessageBox WarningDialog convenience creation function. |
| XmCreateWorkArea, XmCreateWoA | a function that creates a RowColumn work area. |
| XmCreateWorkingDialog, XmCreateWoB | the MessageBox WorkingDialog convenience creation function. |
| XmCreateWor | |
| XmCvtCTToXmString, XmCvtCTToXm | a compound string function that converts compound text to a compound string. |
| XmCvtStringToUnitType, XmCvtString | a function that converts a string to a unit-type value. |
| XmCvtXmStringToCT, XmCvtXmStri | a compound string function that converts a compound string to compound text. |
| XmDeactivateProtocol, XmDeactivaA | a VendorShell function that deactivates a protocol without removing it. |
| XmDeactivateWMProtocol, XmDeactivaB | a VendorShell convenience interface that deactivates a protocol without removing it. |
| XmDeactivat | |
| XmDestroyPixmap, XmDestroyPi | a pixmap caching function that removes a pixmap from the pixmap cache. |
| XmDialogShell, XmDialogShe | the DialogShell widget class. |
| XmDrawingArea, XmDrawingAr | the DrawingArea widget class. |
| XmDrawnButton, XmDrawnButt | the DrawnButton widget class. |
| XmFileSelectionBox, XmFileSeleA | the FileSelectionBox widget class. |
| XmFileSelectionBoxGetChild, XmFileSeleB | a FileSelectionBox function that is used to access a component. |
| XmFileSelectionDoSearch, XmFileSeleC | a FileSelectionBox function that initiates a directory search. |
| XmFileSelec | |
| XmFontList | Data type for a font list. |
| XmFontListAdd, XmFontListA | a compound string function that creates a new font list. |
| XmFontListCopy, XmFontListB | a compound string function that copies a font list. |
| XmFontListC | |
| XmFontListCreate, XmFontListD | a compound string function that creates a font list. |
| XmFontListFree, XmFontListE | a compound string function that recovers memory used by a font list. |
| XmFontListF | |
| XmFontListG | |
| XmFontListFreeFontContext, XmFontListH | a compound string function that instructs the toolkit that the font list context is no longer needed. |
| XmFontListI | |
| XmFontListGetNextFont, XmFontListJ | a compound string function that allows applications to access the fonts and character sets in a font list. |
| XmFontListInitFontContext, XmFontListK | a compound string function that allows applications to access the fonts and character sets in a font list. |
| XmForm | the Form widget class. |
| XmFrame | the Frame widget class. |
| XmGadget | the Gadget widget class. |
| XmGetAtomName, XmGetAtomNa | a function that returns the string representation for an atom. |
| XmGetColorCalculation, XmGetColorC | A function to get the procedure used for default color calculation |
| XmGetColors | a function that generates foreground, select, and shadow colors. |
| XmGetDestination, XmGetDestin | A function that returns the widget ID of the widget to be used as the current destination for quick paste and certain clipboard operations. |
| XmGetMenuCursor, XmGetMenuCu | a RowColumn function that returns the cursor ID for the current menu cursor. |
| XmGetPixmap | a pixmap caching function that generates a pixmap, stores it in a pixmap cache, and returns the pixmap. |
| XmGetPostedFromWidget, XmGetPosted | a RowColumn function that returns the widget from which a menu was posted. |
| XmInstallImage, XmInstallIm | a pixmap caching function that adds an image to the pixmap cache. |
| XmInternAtom, XmInternAto | a function that returns an atom for a given name. |
| XmIsMotifWMRunning, XmIsMotifWM | a function that specifies if the window manager is running. |
| XmLabel | the Label widget class. |
| XmLabelGadget, XmLabelGadg | the LabelGadget widget class. |
| XmList | the List widget class. |
| XmListAddItem, XmListAddIA | a List function that adds an item to the list. |
| XmListAddItems, XmListAddIB | a List function that adds items to the list. |
| XmListAddItemUnselected, XmListAddIC | a List function that adds an item to the list. |
| XmListAddIt | |
| XmListDeleteAllItems, XmListDeleA | a List function that deletes all items from the list. |
| XmListDeleteItem, XmListDeleB | a List function that deletes an item from the list. |
| XmListDeleteItems, XmListDeleC | a List function that deletes items from the list. |
| XmListDeleteItemsPos, XmListDeleD | a List function that deletes items from the list starting at the given position. |
| XmListDeletePos, XmListDeleE | a List function that deletes an item from a list at a specified position. |
| XmListDelet | |
| XmListDeselectAllItems, XmListDeseA | a List function that unhighlights and removes all items from the selected list. |
| XmListDeselectItem, XmListDeseB | a List function that deselects the specified item from the selected list. |
| XmListDeselectPos, XmListDeseC | a List function that deselects an item at a specified position in the list. |
| XmListDesel | |
| XmListGetMatchPos, XmListGetMa | a List function that returns all instances of an item in the list. |
| XmListGetSelectedPos, XmListGetSe | a List function that returns the position of every selected item in the list. |
| XmListItemExists, XmListItemE | a List function that checks if a specified item is in the list. |
| XmListItemPos, XmListItemP | a List function that returns the position of an item in the list. |
| XmListReplaceItems, XmListReplA | a List function that replaces the specified elements in the list. |
| XmListReplaceItemsPos, XmListReplB | a List function that replaces the specified elements in the list. |
| XmListReplaceItems, XmListRepla | a List function that replaces the specified elements in the list. |
| XmListSelectItem, XmListSeleA | a List function that selects an item in the list. |
| XmListSelectPos, XmListSeleB | a List function that selects an item at a specified position in the list. |
| XmListSelec | |
| XmListSetAddMode, XmListSetAd | a List function that sets add mode in the list. |
| XmListSetBottomItem, XmListSetBA | a List function that makes an existing item the last visible item in the list. |
| XmListSetBottomPos, XmListSetBB | a List function that makes a specified item the last visible item in the list. |
| XmListSetBo | |
| XmListSetHorizPos, XmListSetHo | a List function that scrolls to the specified position in the list. |
| XmListSetItem, XmListSetIt | a List function that makes an existing item the first visible item in the list. |
| XmListSetPos, XmListSetPo | a List function that makes the item at the given position the first visible position in the list. |
| XmMainWindow, XmMainWindA | the MainWindow widget class. |
| XmMainWindowSep1, XmMainWindB | a MainWindow function that returns the widget ID of the first Separator widget. |
| XmMainWindowSep2, XmMainWindC | a MainWindow function that returns the widget ID of the second Separator widget. |
| XmMainWindowSep3, XmMainWindD | a MainWindow function that returns the widget ID of the third Separator widget. |
| XmMainWindowSetAreas, XmMainWindE | a MainWindow function that identifies manageable children for each area. |
| XmMainWindo | |
| XmManager | the Manager widget class. |
| XmMenuPosition, XmMenuPosit | a RowColumn function that positions a Popup MenuPane. |
| XmMenuShell | the MenuShell widget class. |
| XmMessageBox, XmMessageBA | the MessageBox widget class. |
| XmMessageBoxGetChild, XmMessageBB | a MessageBox function that is used to access a component. |
| XmMessageBo | |
| XmOptionButtonGadget, XmOptionBut | a RowColumn function that obtains the widget ID for the CascadeButtonGadget in an OptionMenu. |
| XmOptionLabelGadget, XmOptionLab | a RowColumn function that obtains the widget ID for the LabelGadget in an OptionMenu. |
| XmPanedWindow, XmPanedWind | the PanedWindow widget class. |
| XmPrimitive | the Primitive widget class. |
| XmProcessTraversal, XmProcessTr | a function that determines which component receives keyboard events when a widget has the focus. |
| XmPushButton, XmPushButtA | the PushButton widget class. |
| XmPushButtonGadget, XmPushButtB | the PushButtonGadget widget class. |
| XmPushButto | |
| XmRemoveProtocolCallback, XmRemovePrA | a VendorShell function that removes a callback from the internal list. |
| XmRemoveProtocols, XmRemovePrB | a VendorShell function that removes the protocols from the protocol manager and deallocates the internal tables. |
| XmRemovePro | |
| XmRemoveTabGroup, XmRemoveTab | a function that removes a tab group. |
| XmRemoveWMProtocolCallback, XmRemoveWMA | a VendorShell convenience interface that removes a callback from the internal list. |
| XmRemoveWMProtocols, XmRemoveWMB | a VendorShell convenience interface that removes the protocols from the protocol manager and deallocates the internal tables. |
| XmRemoveWMP | |
| XmResolveAllPartOffsets, XmResolveAl | a function that allows writing of upward-compatible applications and widgets. |
| XmResolvePartOffsets, XmResolvePa | a function that allows writing of upward-compatible applications and widgets. |
| XmRowColumn | the RowColumn widget class. |
| XmScale | the Scale widget class. |
| XmScaleGetValue, XmScaleGetV | a Scale function that returns the current slider position. |
| XmScaleSetValue, XmScaleSetV | a Scale function that sets a slider value. |
| XmScrollBar, XmScrollBaA | the ScrollBar widget class. |
| XmScrollBarGetValues, XmScrollBaB | a ScrollBar function that returns the ScrollBar’s increment values. |
| XmScrollBarSetValues, XmScrollBaC | a ScrollBar function that changes ScrollBar’s increment values and the slider’s size and position. |
| XmScrollBar | |
| XmScrolledWindow, XmScrolledA | the ScrolledWindow widget class. |
| XmScrolledWindowSetAreas, XmScrolledB | a ScrolledWindow function that adds or changes a window work region and a horizontal or vertical ScrollBar widget to the ScrolledWindow widget. |
| XmScrolledW | |
| XmSelectionBox, XmSelectioA | the SelectionBox widget class. |
| XmSelectionBoxGetChild, XmSelectioB | a SelectionBox function that is used to access a component. |
| XmSelection | |
| XmSeparator, XmSeparatoA | the Separator widget class. |
| XmSeparatorGadget, XmSeparatoB | the SeparatorGadget widget class. |
| XmSeparator | |
| XmSetColorCalculation, XmSetColorC | A function to set the procedure used for default color calculation |
| XmSetFontUnit, XmSetFontUA | a function that sets the font unit value for a display. |
| XmSetFontUnits, XmSetFontUB | a function that sets the font unit value for a display. |
| XmSetFontUn | |
| XmSetMenuCursor, XmSetMenuCu | a RowColumn function that modifies the menu cursor for a client. |
| XmSetProtocolHooks, XmSetProtoc | a VendorShell function that allows pre and post actions to be executed when a protocol message is received from MWM. |
| XmSetWMProtocolHooks, XmSetWMProt | a VendorShell convenience interface that allows pre and post actions to be executed when a protocol message is received from the window manager. |
| XmString | Data type for a compound string. |
| XmStringBaseline, XmStringBas | 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, XmStringByt | a compound string function that indicates the results of a byte-by-byte comparison. |
| XmStringCompare, XmStringCom | a compound string function that compares two strings. |
| XmStringConcat, XmStringCon | a compound string function that appends one string to another. |
| XmStringCopy, XmStringCop | a compound string function that makes a copy of a string. |
| XmStringCreate, XmStringCrA | a compound string function that creates a compound string. |
| XmStringCreateLtoR, XmStringCrB | a compound string function that creates a compound string. |
| XmStringCreateSimple, XmStringCrC | a compound string function that creates a compound string in the language environment of a widget. |
| XmStringCre | |
| XmStringDirection, XmStringDiA | Data type for the direction of display in a string. |
| XmStringDirectionCreate, XmStringDiB | a compound string function that creates a compound string. |
| XmStringDir | |
| XmStringDraw, XmStringDrA | a compound string function that draws a compound string in an X window. |
| XmStringDrawImage, XmStringDrB | a compound string function that draws a compound string in an X Window and creates an image. |
| XmStringDrawUnderline, XmStringDrC | a compound string function that underlines a string drawn in an X Window. |
| XmStringDraw, XmStringDra | a compound string function that draws a compound string in an X window. |
| XmStringEmpty, XmStringEmp | a compound string function that provides information on the existence of non-zero length text components. |
| XmStringExtent, XmStringExt | a compound string function that determines the size of the smallest rectangle that will enclose the compound string. |
| XmStringFree, XmStringFrA | a compound string function that recovers memory. |
| XmStringFreeContext, XmStringFrB | a compound string function that instructs the toolkit that the context is no longer needed. |
| XmStringFre | |
| XmStringGetLtoR, XmStringGeA | a compound string function that searches for a text segment in the input compound string. |
| XmStringGetNextComponent, XmStringGeB | a compound string function that returns the type and value of the next component in a compound string. |
| XmStringGetNextSegment, XmStringGeC | a compound string function that fetches the octets in the next segment of a compound string. |
| XmStringGet | |
| XmStringHasSubstring, XmStringHas | a compound string function that indicates whether one compound string is contained within another. |
| XmStringHeight, XmStringHei | a compound string function that returns the line height of the given compound string. |
| XmStringInitContext, XmStringIni | a compound string function that allows applications to read out the content segment by segment. |
| XmStringLength, XmStringLen | a compound string function that obtains the length of a compound string. |
| XmStringLineCount, XmStringLin | a compound string function that returns the number of separators plus one in the provided compound string. |
| XmStringNConcat, XmStringNCA | a compound string function that appends a specified number of bytes to a compound string. |
| XmStringNCopy, XmStringNCB | a compound string function that creates a copy of a compound string. |
| XmStringNCo | |
| XmStringPeekNextComponent, XmStringPee | a compound string function that returns the component type of the next component fetched. |
| XmStringSegmentCreate, XmStringSeg | a compound string function that creates a compound string. |
| XmStringSeparatorCreate, XmStringSep | a compound string function that creates a compound string. |
| XmStringTable, XmStringTab | Data type for an array of compound strings. |
| XmStringWidth, XmStringWid | a compound string function that returns the width of the longest sequence of text components in a compound string. |
| XmText | the Text widget class. |
| XmTextClearSelection, XmTextClear | a Text function that clears the primary selection. |
| XmTextCopy | a Text function that copies the primary selection to the clipboard |
| XmTextCut | a Text function that copies the primary selection to the clipboard and deletes the selected text |
| XmTextField, XmTextFielA | the TextField class. |
| XmTextFieldClearSelection, XmTextFielB | a TextField function that clears the primary selection. |
| XmTextFieldCopy, XmTextFielC | a TextField function that copies the primary selection to the clipboard |
| XmTextFieldCut, XmTextFielD | a TextField function that copies the primary selection to the clipboard and deletes the selected text |
| XmTextFieldGetBaseline, XmTextFielE | a TextField function that accesses the x position of the first baseline |
| XmTextFieldGetEditable, XmTextFielF | a TextField function that accesses the edit permission state. |
| XmTextFieldGetInsertionPosition, XmTextFielG | a TextField function that accesses the position of the insertion cursor |
| XmTextFieldGetLastPosition, XmTextFielH | a TextField function that accesses the position of the last text character |
| XmTextFieldGetMaxLength, XmTextFielI | a TextField function that accesses the value of the current maximum allowable length of a text string entered from the keyboard. |
| XmTextFieldGetSelection, XmTextFielJ | a TextField function that retrieves the value of the primary selection. |
| XmTextFieldGetSelectionPosition, XmTextFielK | a TextField function that accesses the position of the primary selection |
| XmTextFieldGetString, XmTextFielL | a TextField function that accesses the string value. |
| XmTextFieldInsert, XmTextFielM | a TextField function that inserts a character string into a text string. |
| XmTextFieldPaste, XmTextFielN | a TextField function that inserts the clipboard selection |
| XmTextFieldPosToXY, XmTextFielO | a TextField function that accesses the x and y position of a character position |
| XmTextFieldRemove, XmTextFielP | a TextField function that deletes the primary selection |
| XmTextFieldReplace, XmTextFielQ | a TextField function that replaces part of a text string. |
| XmTextFieldSetEditable, XmTextFielS | a TextField function that sets the edit permission. |
| XmTextFieldSetHighlight, XmTextFielT | a TextField function that highlights text |
| XmTextFieldSetInsertionPosition, XmTextFielU | a TextField function that sets the position of the insertion cursor |
| XmTextFieldSetMaxLength, XmTextFielV | a TextField function that sets the value of the current maximum allowable length of a text string entered from the keyboard. |
| XmTextFieldSetSelection, XmTextFielW | a TextField function that sets the primary selection of the text. |
| XmTextFieldSetString, XmTextFielX | a TextField function that sets the string value. |
| XmTextFieldShowPosition, XmTextFielY | a TextField function that forces text at a given position to be displayed |
| XmTextFieldXYToPos, XmTextFielZ | a TextField function that accesses the character position nearest an x and y position |
| XmTextFieldCut, XmTextField | a TextField function that copies the primary selection to the clipboard and deletes the selected text |
| XmTextGetBaseline, XmTextGetBa | a Text function that accesses the x position of the first baseline |
| XmTextGetEditable, XmTextGetEd | a Text function that accesses the edit permission state. |
| XmTextGetInsertionPosition, XmTextGetIn | a Text function that accesses the position of the insert cursor |
| XmTextGetLastPosition, XmTextGetLa | a Text function that accesses the position of the last text character |
| XmTextGetMaxLength, XmTextGetMa | a Text function that accesses the value of the current maximum allowable length of a text string entered from the keyboard. |
| XmTextGetSelection, XmTextGetSA | a Text function that retrieves the value of the primary selection. |
| XmTextGetSelectionPosition, XmTextGetSB | a Text function that accesses the position of the primary selection |
| XmTextGetSource, XmTextGetSC | a Text function that accesses the source of the widget |
| XmTextGetString, XmTextGetSD | a Text function that accesses the string value. |
| XmTextGetSe | |
| XmTextGetSo | |
| XmTextGetSt | |
| XmTextGetTopCharacter, XmTextGetTo | a Text function that accesses the position of the first character displayed |
| XmTextInsert, XmTextInser | a Text function that inserts a character string into a text string. |
| XmTextPaste | a Text function that inserts the clipboard selection |
| XmTextPosToXY, XmTextPosTo | a Text function that accesses the x and y position of a character position |
| XmTextPosition, XmTextPosit | Data type for a character position within a text string. |
| XmTextRemove, XmTextRemov | a Text function that deletes the primary selection |
| XmTextReplace, XmTextRepla | a Text function that replaces part of a text string. |
| XmTextScroll, XmTextScrol | a Text function that scrolls text |
| XmTextSetAddMode, XmTextSetAd | a Text function that sets the state of Add Mode |
| XmTextSetEditable, XmTextSetEd | a Text function that sets the edit permission. |
| XmTextSetHighlight, XmTextSetHi | a Text function that highlights text |
| XmTextSetInsertionPosition, XmTextSetIn | a Text function that sets the position of the insert cursor |
| XmTextSetMaxLength, XmTextSetMa | a Text function that sets the value of the current maximum allowable length of a text string entered from the keyboard. |
| XmTextSetSelection, XmTextSetSe | a Text function that sets the primary selection of the text. |
| XmTextSetSource, XmTextSetSo | a Text function that sets the source of the widget |
| XmTextSetString, XmTextSetSt | a Text function that sets the string value. |
| XmTextSetTopCharacter, XmTextSetTo | a Text function that sets the position of the first character displayed |
| XmTextShowPosition, XmTextShowP | a Text function that forces text at a given position to be displayed |
| XmTextXYToPos, XmTextXYToP | a Text function that accesses the character position nearest an x and y position |
| XmToggleButton, XmToggleBuA | the ToggleButton widget class. |
| XmToggleButtonGadget, XmToggleBuB | the ToggleButtonGadget widget class. |
| XmToggleButtonGadgetGetState, XmToggleBuC | a ToggleButtonGadget function that obtains the state of a ToggleButtonGadget. |
| XmToggleButtonGadgetSetState, XmToggleBuD | a ToggleButtonGadget function that sets or changes the current state. |
| XmToggleButtonGetState, XmToggleBuE | a ToggleButton function that obtains the state of a ToggleButton. |
| XmToggleButtonSetState, XmToggleBuF | a ToggleButton function that sets or changes the current state. |
| XmToggleBut | |
| XmUninstallImage, XmUninstall | a pixmap caching function that removes an image from the image cache. |
| XmUpdateDisplay, XmUpdateDis | a function that processes all pending exposure events immediately. |
| XmVaCreateSimpleCheckBox, XmVaCreateA | a RowColumn widget convenience creation function. |
| XmVaCreateSimpleMenuBar, XmVaCreateB | a RowColumn widget convenience creation function. |
| XmVaCreateSimpleOptionMenu, XmVaCreateC | a RowColumn widget convenience creation function. |
| XmVaCreateSimplePopupMenu, XmVaCreateD | a RowColumn widget convenience creation function. |
| XmVaCreateSimplePulldownMenu, XmVaCreateE | a RowColumn widget convenience creation function. |
| XmVaCreateSimpleRadioBox, XmVaCreateF | a RowColumn widget convenience creation function. |
| XmVaCreateS | |
| XtAppAddAct | |
| XtAppGetErr | |
| XtAppSetErr | |
| XtAppSetWar | |
| XtAppWarnin | |
| XtCallCallb | |
| XtCallbackN | |
| XtCallbackP | |
| XtCallbackR | |
| XtConvertSe | |
| XtCreateApp | |
| XtGetApplic | |
| XtGetErrorD | |
| XtGetSelect | |
| XtInitializ | |
| XtLoseSelec | |
| XtManageChi | |
| XtOwnSelect | |
| XtRemoveCal | |
| XtSelection | |
| XtSetWarnin | |
| XtTranslate | |
| XtUngrabKey | |
| XtUnmanageC | |
| XvAppInit | initializes an HP VUE client. |
| XvHelpOnHelp, XvHelpOnHlp | displays help on the help system. |
| XvHelpOnItem, XvHelpOnIt | provides context-sensitive help. |
| XvHelpOnManual, XvHelpOnMan | displays a man page on the help system. |
| XvHelpOnTopic, XvHelpOnTop | displays help on a particular topic. |
| XvHelpOnVersion, XvHelpOnVer | displays the application’s version number on the help system. |
| XvHelpTopLevel, XvHelpTopLv | displays the top level index for the help system. |
| XvInit | initializes an HP VUE client. |
| XvSessionRestorePath, XvSessResPt | returns the path for an application to restore session information from. |
| XvSessionSavePath, XvSessSvPth | returns a path and file name for an application to save session information to. |
| Bitset, bitset | set of ints/enums/bits package |
| boolean | simple TRUE/FALSE type for C/C++ |
| codelibs | C++ code re-use library |
| dynarray | generic dynamic arrays for C++ |
| hashtable | generic hashtable for C++ |
| Heap, heap | heap management class |
| longer | 64-bit integer class |
| mbstring | multi-byte character string operations: mbslen, mbschr, mbsrchr |
| Mutex, mutex | mutual exclusion class |
| nap | millisecond sleep function |
| pathbase, pathdir, pathcollapse, pathutils | various file-path manipulation utilities |
| pidalive | report liveliness of a process |
| ptysystem, ptyexecvp, ptyclose, ptyopen | pty utilities |
| set_values_ | |
| shellscan, shellutils | shell−style lexical analysis tools |
| Sma, sma | Shared memory allocator |
| sorttable | generic sorted table for C++ |
| xgets, stdiox | read arbitrary length lines from a file |
| stringx | character string operations: strapp, strnapp, strbld, strbldf, strchg, strins, strdel, strcmpi, strncmpi, strnew, strfree, strend, strhash, strhashi, strstrx, strrstrx, strwcmp, strwcmpi, strwpat, strupper, strlower, strtokx, strsep, strsepb, strcmbn, strcmbnb, strvdup, strvfree, strvlen |
| 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 |
| BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, XScreenNumberOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen, BlackPixel | screen information functions and macros |
| ImageByteOrder, BitmapBitOrder, BitmapPad, BitmapUnit, DisplayHeight, DisplayHeightMM, DisplayWidth, DisplayWidthMM, XListPixmapFormats, XPixmapFormatValues, ImageByteO | image format functions and macros |
| IsCursorKey, IsFunctionKey, IsKeypadKey, IsMiscFunctionKey, IsModiferKey, IsPFKey, IsCursorKe | keysym classifiaction macros |
| XAddHosts, XListHosts, XRemoveHost, XRemoveHosts, XSetAccessControl, XEnableAccessControl, XDisableAccessControl, XHostAddress, XAddHost | control host access and host control structure |
| XAllocClassHint, XSetClassHint, XGetClassHint, XClassHint, XAllocClas | allocate class hints structure and set or read a window’s WM_CLASS property |
| XAllocNamedColor, XAllocColorCells, XAllocColorPlanes, XFreeColors, XAllocColor | allocate and free colors |
| XAllocIconSize, XSetIconSizes, XGetIconSizes, XIconSize, XAllocIcon | allocate icon size structure and set or read a window’s WM_ICON_SIZES property |
| XAllocSizeHints, XSetWMNormalHints, XGetWMNormalHints, XSetWMSizeHints, XGetWMSizeHints, XSizeHints, XAllocSize | allocate size hints structure and set or read a window’s WM_NORMAL_HINTS property |
| XAllocStandardColormap, XSetRGBColormaps, XGetRGBColormaps, XStandardColormap, XAllocStan | allocate, set, or read a standard colormap structure |
| XAllocWMHints, XSetWMHints, XGetWMHints, XWMHints, XAllocWmHi | allocate window manager hints structure and set or read a window’s WM_HINTS property |
| XAllowDeviceEvents, XAllowDevE | release queued events |
| XAllowEvents, XAllowEvent | release queued events |
| XEvent, XAnyEvent | generic X event structures |
| XButtonEvent, XKeyEvent, XMotionEvent, XButtonEve | KeyPress, KeyRelease, ButtonPress, ButtonRelease, and MotionNotify event structures |
| XGetFeedbackControl, XChangeFeedbackControl, XChangeFee | query and change input device feedbacks |
| XGetDeviceKeyMapping, XChangeDeviceKeyMapping, XChangeKeM | query or change device key mappings |
| XChangeKeyboardDevice, XChangeKey | change which device is used as the X keyboard |
| XChangeKeyboardControl, XGetKeyboardControl, XAutoRepeatOn, XAutoRepeatOff, XBell, XQueryKeymap, XKeyboardControl, XChangeKeyC | manipulate keyboard settings and keyboard contol structure |
| XChangeKeyboardMapping, XGetKeyboardMapping, XDisplayKeycodes, XSetModifierMapping, XGetModifierMapping, XNewModifiermap, XInsertModifiermapEntry, XDeleteModifiermapEntry, XFreeModifierMap XModifierKeymap, XChangeKeyM | manipulate keyboard encoding and keyboard encoding structure |
| XChangePointerDevice, XChangePoi | change which device is the X pointer |
| XChangePointerControl, XGetPointerControl, XChangePoin | control pointer |
| XChangeSaveSet, XAddToSaveSet, XRemoveFromSaveSet, XChangeSave | change a client’s save set |
| XChangeWindowAttributes, XSetWindowBackground, XSetWindowBackgroundPixmap, XSetWindowBorder, XSetWindowBorderPixmap, XChangeWin | change window attributes |
| XCreateWindowEvent, XChangeWind | CreateNotify event structure |
| XClientMessageEvent, XCheckMask | ColormapNotify event structure |
| XCreateWindowEvent, XCheckWind | CreateNotify event structure |
| XCirculateRequestEvent, XCirReqEve | CirculateRequest event structure |
| XCirculateEvent, XCirculate | CirculateNotify event structure |
| XClearWindow, XClearArea | clear area or window |
| XColormapEvent, XColorMapE | ColormapNotify event structure |
| XConfigureRequestEvent, XConfigurR | ConfigureRequest event structure |
| XConfigureEvent, XConfigure | ConfigureNotify event structure |
| XConfigureWindow, XMoveWindow, XResizeWindow, XMoveResizeWindow, XSetWindowBorderWidth, XWindowChanges, XConfigureW | configure windows and window changes structure |
| XCopyPlane, XCopyArea | copy areas |
| XCreateColormap, XCopyColormapAndFree, XFreeColormap, XSetWindowColormap, XColor, XCreateColo | create, copy, or destroy colormaps and color struture |
| XCreateFontCursor, XCreatePixmapCursor, XCreateGlyphCursor, XCreateFont | create cursors |
| XCopyGC, XChangeGC, XGetGCValues, XFreeGC, XGContextFromGC, XGCValues, XCreateGC | create or free graphics contexts and graphics context structure |
| XCreateImage, XGetPixel, XPutPixel, XSubImage, XAddPixel, XDestroyImage, XCreateImag | image utilities |
| XCreatePixmap, XFreePixmap, XCreatePixm | create or destroy pixmaps |
| XCreateRegion, XSetRegion, XDestroyRegion, XCreateRegi | create or destroy regions |
| XCreateWindow, XCreateSimpleWindow, XSetWindowAttributes, XCreateWind | create windows and window attributes structure |
| XCrossingEvent, XCrossingE | EnterNotify and LeaveNotify event structure |
| XDefineCursor, XUndefineCursor, XDefineCurs | define cursors |
| XDestroyWindowEvent, XDestroyWi | DestroyNotify event structure |
| XDestroyWindow, XDestroySubwindows, XDestroyWin | destroy windows |
| XDrawArcs, XArc, XDrawArc | draw arcs and arc structure |
| XDrawImageString, XDrawImageString16, XDrawImageS | draw image text |
| XDrawLines, XDrawSegments, XSegment, XDrawLine | draw lines, polygons, and line structure |
| XDrawPoints, XPoint, XDrawPoint | draw points and points structure |
| XDrawRectangle, XDrawRectangles, XRectangle, XDrawRectan | draw rectangles and rectangles structure |
| XDrawString16, XDrawString | draw text characters |
| XDrawText16, XTextItem, XTextItem16, XDrawText | draw polytext text and text drawing structures |
| XEmptyRegion, XEqualRegion, XPointInRegion, XRectInRegion, XEmptyRegio | determine if regions are empty or equal |
| XErrorEvent, XErrorEven | X error event structure |
| XExposeEvent, XExposeEve | Expose event structure |
| XFillRectangle, XFillRectangles, XFillPolygon, XFillArc, XFillArcs, XFillRectan | fill rectangles, polygons, or arcs |
| XSync, XEventsQueued, XPending, XFlush | handle output buffer or event queue |
| XFocusChangeEvent, XFocusChan | FocusIn and FocusOut event structure |
| XNoOp, XFree | free client data |
| XResourceManagerString, XGetDefault | get X program defaults |
| XGetDeviceModifierMapping, XSetDeviceModifierMapping, XGetDevicM | query or change device modifier mappings |
| XGetDeviceMotionEvents, XDeviceTimeCoord, XGetDevice | get device motion history |
| XGetVisualInfo, XMatchVisualInfo, XVisualIDFromVisual, XVisualInfo, XGetVisualI | obtain visual information and visual structure |
| XGetWindowAttributes, XGetGeometry, XWindowAttributes, XGetWindowA | get current window attribute or geometry and current window attributes structure |
| XGetWindowProperty, XListProperties, XChangeProperty, XRotateWindowProperties, XDeleteProperty, XGetWindowP | obtain and change window properties |
| XUngrabButton, XGrabButton | grab pointer buttons |
| XGrabDeviceButton, XUngrabDeviceButton, XGrabDeviB | grab/ ungrab extension input device buttons |
| XGrabDeviceKey, XUngrabDeviceKey, XGrabDeviK | grab/ungrab extension input device Keys |
| XGrabDevice, XUngrabDevice, XGrabDevic | grab the specified extension device. |
| XUngrabKey, XGrabKey | grab keyboard keys |
| XGrabKeyboard, XUngrabKeyboard, XGrabKeyboa | grab the keyboard |
| XGrabPointer, XUngrabPointer, XChangeActivePointerGrab, XGrabPointe | grab the pointer |
| XUngrabServer, XGrabServer | grab the server |
| XGraphicsExposeEvent, XNoExposeEvent, XGraphicsE | GraphicsExpose and NoExpose event structures |
| XGravityEvent, XGravityEv | GravityNotify event structure |
| XIconifyWindow, XWithdrawWindow, XReconfigureWMWindow, XIconifyWi | manipulate top-level windows |
| XCheckIfEvent, XPeekIfEvent, XIfEvent | check the event queue with a predicate procedure |
| XInstallColormap, XUninstallColormap, XListInstalledColormaps, XInstallCol | control colormaps |
| XGetAtomName, XInternAtom | create or return atom names |
| XIntersectRegion, XUnionRegion, XUnionRectWithRegion, XSubtractRegion, XXorRegion, XOffsetRegion, XShrinkRegion, XIntersectR | region arthmetic |
| XKeymapEvent, XKeymapEve | KeymapNotify event structure |
| XFreeFontNames, XListFontsWithInfo, XFreeFontInfo, XListFonts | obtain or free font names and information |
| XListInputDevices, XFreeDeviceList, XListInput | list available input devices. |
| XQueryFont, XLoadQueryFont, XFreeFont, XGetFontProperty, XUnloadFont, XCharStruct, XFontProp, XChar2b, XFontStruct, XLoadFont | load or unload fonts and font metric structures |
| XLookupKeysym, XRefreshKeyboardMapping, XLookupString, XRebindKeySym, XLookupKeys | handle keyboard input events |
| XMapRequestEvent, XMapReques | MapRequest event structure |
| XMapRaised, XMapSubwindows, XMapWindow | map windows |
| XMapEvent, XMappingEvent, XMotionEve | MapNotify and MappingNotify event structures |
| XPeekEvent, XWindowEvent, XCheckWindowEvent, XMaskEvent, XCheckMaskEvent, XCheckTypedEvent, XCheckTypedWindowEvent, XNextEvent | select events by type |
| XOpenDisplay, XCloseDisplay, XOpenDispla | connect or disconnect to X server |
| XParseGeometry, XParseColor, XParseGeome | parse window geometry and color |
| XPropertyEvent, XPeekEvent | PropertyNotify event structure |
| XPolygonRegion, XClipBox, XPolygonReg | generate regions |
| XPutBackEvent, XPutBackEve | put events back on the queue |
| XGetImage, XGetSubImage, XPutImage | transfer images |
| XQueryBestSize, XQueryBestTile, XQueryBestStipple, XQueryBestS | determine efficient sizes |
| XQueryColors, XLookupColor, XQueryColor | obtain color values |
| XQueryPointer, XQueryPoint | get pointer coordinates |
| XQueryTree | query window tree information |
| XRaiseWindow, XLowerWindow, XCirculateSubwindows, XCirculateSubwindowsUp, XCirculateSubwindowsDown, XRestackWindows, XRaiseWindo | change window stacking order |
| XReadBitmapFile, XWriteBitmapFile, XCreatePixmapFromBitmapData, XCreateBitmapFromData, XReadBitmap | manipulate bitmaps |
| XRecolorCursor, XFreeCursor, XQueryBestCursor, XRecolorCur | manipulate cursors |
| XReparentEvent, XReparentE | ReparentNotify event structure |
| XReparentWindow, XReparentWi | reparent windows |
| XResizeRequestEvent, XResizeReq | ResizeRequest event structure |
| XSaveContext, XFindContext, XDeleteContext, XUniqueContext, XSaveContex | associative look-up routines |
| XSelectionClearEvent, XSelClearE | SelectionClear event structure |
| XSelectionEvent, XSelEvent | SelectionNotify event structure |
| XSelectionRequestEvent, XSelReques | SelectionRequest event structure |
| XSelectInput, XSelectInpu | select input events |
| XSelectExtensionEvent, XGetSelectedExtensionEvents, XSelextExt | select extension events, get the list of currently selected extension events |
| XDisplayMotionBufferSize, XGetMotionEvents, XTimeCoord, XSendEvent | send events and pointer motion history structure |
| XSendExtensionEvent, XSendExten | send input extension events to a client |
| XSetSubwindowMode, XSetGraphicsExposure, XSetArcMode | GC convience routines |
| XSetClipOrigin, XSetClipMask, XSetClipRectangles, XSetClipOri | GC convience routines |
| XSetCloseDownMode, XKillClient, XSetCloseDo | control clients |
| XGetCommand, XSetCommand | set or read a window’s WM_COMMAND property |
| XSetDeviceFocus, XGetDeviceFocus, XSetDevicF | control extension input device focus |
| XSetErrorHandler, XGetErrorText, XDisplayName, XSetIOErrorHandler, XGetErrorDatabaseText, XSetErrorHa | default error handlers |
| XSetFillStyle, XSetFillRule, XSetFillSty | GC convience routines |
| XSetFont | GC convience routines |
| XSetFontPath, XGetFontPath, XFreeFontPath, XSetFontPat | set, get, or free the font search path |
| XSetInputFocus, XGetInputFocus, XSetInputFo | control input focus |
| XSetLineAttributes, XSetDashes, XSetLineAtt | GC convience routines |
| XSetPointerMapping, XGetPointerMapping, XSetPointer | manipulate pointer settings |
| XSetScreenSaver, XForceScreenSaver, XActivateScreenSaver, XResetScreenSaver, XGetScreenSaver, XSetScreenS | manipulate the screen saver |
| XSetSelectionOwner, XGetSelectionOwner, XConvertSelection, XSetSelecti | manipulate window selection |
| XSetFunction, XSetPlaneMask, XSetForeground, XSetBackground, XSetState | GC convience routines |
| XSetTextProperty, XGetTextProperty, XSetTextPr | set and read text properties |
| XSetStipple, XSetTSOrigin, XSetTile | GC convience routines |
| XSetTransientForHint, XGetTransientForHint, XSetTransi | set or read a window’s WM_TRANSIENT_FOR property |
| XSetWMClientMachine, XGetWMClientMachine, XSetWMCMac | set or read a window’s WM_CLIENT_MACHINE property |
| XSetWMColormapWindows, XGetWMColormapWindows, XSetWMCWin | set or read a window’s WM_COLORMAP_WINDOWS property |
| XSetWMIconName, XGetWMIconName, XSetIconName, XGetIconName, XSetWMINam | set or read a window’s WM_ICON_NAME property |
| XGetWMName, XStoreName, XFetchName, XSetWMName | set or read a window’s WM_NAME property |
| XSetWMProperties, XWMGeometry, XSetWMProp | window manager convenience functions |
| XSetWMProtocols, XGetWMProtocols, XSetWMProt | set or read a window’s WM__PROTOCOLS property |
| XStoreBuffer, XFetchBytes, XFetchBuffer, XRotateBuffers, XStoreBytes | manipulate cut and paste buffers |
| XStoreColors, XStoreNamedColor, XStoreColor | set colors |
| XStringListToTextProperty, XTextPropertyToStringList, XFreeStringList, XTextProperty, XStringLis | convert string lists and text property structure |
| XStringToKeysym, XKeysymToString, XKeycodeToKeysym, XKeysymToKeycode, XStringToKe | convert keysyms |
| XSynchronize, XSetAfterFunction, XSynchroniz | enable or disable synchronization |
| XTextExtents, XTextExtents16, XQueryTextExtents, XQueryTextExtents16, XTextExtent | compute or query text extents |
| XTextWidth16, XTextWidth | compute text width |
| XTranslateCoordinates, XTranslateC | translate window coordinates |
| XUnmapEvent, XUnmapEven | UnmapNotify event structure |
| XUnmapWindow, XUnmapSubwindows, XUnmapWindo | unmap windows |
| XVisibilityNotifyEvent, XVisibilit | VisibilityNotify event structure |
| XWarpPointer, XWarpPointe | move pointer |
| XrmGetResource, XrmQGetResource, XrmQGetSearchList, XrmQGetSearchResource, XrmGetReso | retrieve database resources and search lists |
| XrmInitialize, XrmParseCommand, XrmValue, XrmOptionKind, XrmOptionDescRec, XrmInitial | initialize the Resource Manager, Resource Manager structures, and parse the command line |
| XrmMergeDatabases, XrmGetFileDatabase, XrmPutFileDatabase, XrmGetStringDatabase, XrmDestroyDatabase, XrmMergeDa | manipulate resource databases |
| XrmPutResource, XrmQPutResource, XrmPutStringResource, XrmQPutStringResource, XrmPutLineResource, XrmPutReso | store database resources |
| XrmUniqueQuark, XrmStringToQuark, XrmQuarkToString, XrmStringToQuarkList, XrmStringToBindingQuarkList, XrmUniqueQ | manipulate resource quarks |