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