z/OS Communications Server: IP Programmer's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Xt Intrinsics routines

z/OS Communications Server: IP Programmer's Guide and Reference
SC27-3659-02

Table 1 provides the Xt Intrinsics routines and a short description of each routine.

Table 1. Xt Intrinsics routines
Routine Description
CompositeClassPartInitialize Initializes the CompositeClassPart of a composite widget.
CompositeDeleteChild Deletes a child widget from a composite widget.
CompositeDestroy Destroys a composite widget.
CompositeInitialize Initializes a composite widget structure.
CompositeInsertChild Inserts a child widget in a composite widget.
RemoveCallback Removes a callback procedure from a callback list.
XrmCompileResourceList Compiles an XtResourceList into an XrmResourceList.
XtAddActions Declares an action table and registers it with the translation manager
XtAddCallback Adds a callback procedure to the callback list of the specified widget.
XtAddCallbacks Adds a list of callback procedures to the callback list of specified widget.
XtAddConverter Adds a new converter.
XtAddEventHandler Registers an event handler procedure with the dispatch mechanism when an event matching the mask occurs on the specified widget.
XtAddExposureToRegion Computes the union of the rectangle defined by the specified exposure event and region.
XtAddGrab Redirects user input to a model widget.
XtAddInput Registers a new source of events.
XtAddRawEventHandler Registers an event handler procedure with the dispatch mechanism without causing the server to select for that event.
XtAddTimeOut Creates a timeout value in the default application context and returns an identifier for it.
XtAddWorkProc Registers a work procedure in the default application context.
XtAppAddActionHook Adds an actionhook procedure to an application context.
XtAppAddActions Declares an action table and registers it with the translation manager.
XtAppAddConverter Registers a new converter.
XtAppAddInput Registers a new file as an input source for a specified application.
XtAppAddTimeOut Creates a timeout value and returns an identifier for it.
XtAppAddWorkProc Registers a work procedure for a specified procedure.
XtAppCreateShell Creates a top-level widget that is the root of a widget tree.
XtAppError Calls the installed unrecoverable error procedure.
XtAppErrorMsg Calls the high-level error handler.
XtAppGetErrorDatabase Obtains the error database and merges it with an application or database specified by a widget.
XtAppGetErrorDatabaseText Obtains the error database text for an error or warning for an error message handler.
XtAppGetSelectionTimeout Gets and returns the current selection timeout (ms) value.
XtAppInitialize A convenience routine for initializing the toolkit.
XtAppMainLoop Process input by calling XtAppNextEvent and XtDispatchEvent.
XtAppNextEvent Returns the value from the top of a specified application input queue.
XtAppPeekEvent Returns the value from the top of a specified application input queue without removing input from queue.
XtAppPending Determines if the input queue has any events for a specified application.
XtAppProcessEvent Processes applications that require direct control of the processing for different types of input.
XtAppReleaseCacheRefs Decrements the reference count for the conversion entries identified by the refs argument.
XtAppSetErrorHandler Registers a procedure to call on unrecoverable error conditions. The default error handler prints the message to standard error.
XtAppSetErrorMsgHandler Registers a procedure to call on unrecoverable error conditions. The default error handler constructs a string from the error resource database.
XtAppSetFallbackResources Sets the fallback resource list that will be loaded at display initialization time.
XtAppSetSelectionTimeout Sets the Intrinsics selection timeout value.
XtAppSetTypeConverter Registers the specified type converter and destructor in all application contexts created by the calling process.
XtAppSetWarningHandler Registers a procedure to call on nonfatal error conditions. The default warning handler prints the message to standard error.
XtAppSetWarningMsgHandler Registers a procedure to call on nonfatal error conditions. The default warning handler constructs a string from error resource database.
XtAppWarning Calls the installed nonfatal error procedure.
XtAppWarningMsg Calls the installed high-level warning handler.
XtAugmentTranslations Merges new translations into an existing widget translation table.
XtBuildEventMask Retrieves the event mask for a specified widget.
XtCallAcceptFocus Calls the accept_focus procedure for the specified widget.
XtCallActionProc Searches for the named action routine and, if found, calls it.
XtCallbackExclusive Calls customized code for callbacks to create pop-up shell.
XtCallbackNone Calls customized code for callbacks to create pop-up shell.
XtCallbackNonexclusive Calls customized code for callbacks to create pop-up shell.
XtCallbackPopdown Pops down a shell that was mapped by callback functions.
XtCallbackReleaseCacheRef A callback that can be added to a callback list to release a previously returned XtCacheRef value.
XtCallbackReleaseCacheRefList A callback that can be added to a callback list to release a list of previously returned XtCacheRef value.
XtCallCallbackList Calls all callbacks on a callback list.
XtCallCallbacks Executes the callback procedures in a widget callback list.
XtCallConverter Looks up the specified type converter in the application context and invokes the conversion routine.
XtCalloc Allocates and initializes an array.
XtClass Obtains the class of a widget and returns a pointer to the widget class structure.
XtCloseDisplay Closes a display and removes it from an application context.
XtConfigureWidget Moves and resizes the sibling widget of the child making the geometry request.
XtConvert Invokes resource conversions.
XtConvertAndStore Looks up the type converter registered to convert from_type to to_type and then calls XtCallConverter.
XtConvertCase Determines upper and lowercase equivalents for a KeySym.
XtCopyAncestorSensitive Copies the sensitive value from a widget record.
XtCopyDefaultColormap Copies the default colormap from a widget record.
XtCopyDefaultDepth Copies the default depth from a widget record.
XtCopyFromParent Copies the parent from a widget record.
XtCopyScreen Copies the screen from a widget record.
XtCreateApplicationContext Creates an opaque type application context.
XtCreateApplicationShell Creates an application shell widget by calling XtAppCreateShell.
XtCreateManagedWidget Creates and manages a child widget in a single procedure.
XtCreatePopupShell Creates a pop-up shell.
XtCreateWidget Creates an instance of a widget.
XtCreateWindow Calls XcreateWindow with the widget structure and parameter.
XtDatabase Obtains the resource database for a particular display.
XtDestroyApplicationContext Destroys an application context.
XtDestroyGC Deallocates graphics context when it is no longer needed.
XtDestroyWidget Destroys a widget instance.
XtDirectConvert Invokes resource conversion.
XtDisownSelection Informs the Intrinsics selection mechanism that the specified widget is to lose ownership of the selection.
XtDispatchEvent Receives X events and calls appropriate event handlers.
XtDisplay Returns the display pointer for the specified widget.
XtDisplayInitialize Initializes a display and adds it to an application context.
XtDisplayOfObject Returns the display pointer for the specified widget.
XtDisplayStringConversionWarning Issues a warning message for conversion routines.
XtDisplayToApplicationContext Retrieves the application context associated with a Display.
XtError Calls the installed unrecoverable error procedure.
XtErrorMsg A low-level error and warning handler procedure type.
XtFindFile Searches for a file using substitutions in a path list.
XtFree Frees an allocated block of storage.
XtGetActionKeysym Retrieves the KeySym and modifiers that matched the final event specification in a translation table entry.
XtGetApplicationNameAndClass Returns the application name and class as passed to XtDisplayInitialize
XtGetApplicationResources Retrieves resources that are not specific to a widget, but apply to the overall application.
XtGetConstraintResourceList Returns the constraint resource list for a particular widget.
XtGetErrorDatabase Obtains the error database and returns the address of the error database.
XtGetErrorDatabaseText Obtains the error database text for an error or warning.
XtGetGC Returns a read-only sharable GC.
XtGetKeysymTable Returns a pointer to the KeySym to KeyCode mapping table for a particular display.
XtGetMultiClickTime Returns the multiclick time setting.
XtGetResourceList Obtains the resource list structure for a particular class.
XtGetSelectionRequest Retrieves the SelectionRequest event that triggered the convert_selection procedure.
XtGetSelectionTimeout Obtains the current selection timeout.
XtGetSelectionValue Obtains the selection value in a single, logical unit.
XtGetSelectionValueIncremental Obtains the selection value using incremental transfers.
XtGetSelectionValues Takes a list of target types and client data and obtains the current value of the selection converted to each of the targets.
XtGetSelectionValuesIncremental A function similar to XtGetSelectionValueIncremental except that it takes a list of targets and client_data.
XtGetSubresources Obtains resources other than widgets.
XtGetSubvalues Retrieves the current value of a nonwidget resource data associated with a widget instance.
XtGetValues Retrieves the current value of a resource associated with a widget instance.
XtGrabButton Passively grabs a single pointer button.
XtGrabKey Passively grabs a single key of the keyboard.
XtGrabKeyboard Actively grabs the keyboard.
XtGrabPointer Actively grabs the pointer.
XtHasCallbacks Finds the status of a specified widget callback list.
XtInitialize Initializes the toolkit, application, and shell.
XtInitializeWidgetClass Initializes a widget class without creating any widgets.
XtInsertEventHandler Registers an event handler procedure that receives events before or after all previously registered event handlers.
XtInsertRawEventHandler Registers an event handler procedure that receives events before or after all previously registered event handlers without selecting for the events.
XtInstallAccelerators Installs accelerators from a source widget to destination widget.
XtInstallAllAccelerators Installs all the accelerators from a widget and all the descendants of the widget onto one destination widget.
XtIsApplicationShell Determines whether a specified widget is a subclass of an application shell widget.
XtIsComposite Determines whether a specified widget is a subclass of a composite widget.
XtIsConstraint Determines whether a specified widget is a subclass of a constraint widget.
XtIsManaged Determines the managed state of a specified child widget.
XtIsObject Determines whether a specified widget is a subclass of an object widget.
XtIsOverrideShell Determines whether a specified widget is a subclass of an override shell widget.
XtIsRealized Determines if a widget has been realized.
XtIsRectObj Determines whether a specified widget is a subclass of a RectObj widget.
XtIsSensitive Determines the current sensitivity state of a widget.
XtIsShell Determines whether a specified widget is a subclass of a shell widget.
XtIsSubclass Determines whether a specified widget is in a specific subclass.
XtIsTopLevelShell Determines whether a specified widget is a subclass of a TopLevelShell widget.
XtIsTransientShell Determines whether a specified widget is a subclass of a TransientShell widget.
XtIsVendorShell Determines whether a specified widget is a subclass of a VendorShell widget.
XtIsWidget Determines whether a specified widget is a subclass of a Widget widget.
XtIsWMShell Determines whether a specified widget is a subclass of a WMShell widget.
XtKeysymToKeycodeList Returns the list of KeyCodes that map to a particular KeySym.
XtLastTimestampProcessed Retrieves the timestamp from the most recent call to XtDispatchEvent.
XtMainLoop An infinite loop that processes input.
XtMakeGeometryRequest A request from the child widget to a parent widget for a geometry change.
XtMakeResizeRequest Makes a resize request from a widget.
XtMalloc Allocates storage.
XtManageChild Adds a single child to a parent widget list of managed children.
XtManageChildren Adds a list of widgets to the geometry-managed, displayable, subset of its composite parent widget.
XtMapWidget Maps a widget explicitly.
XtMenuPopupAction Pops up a menu when a pointer button is pressed or when the pointer is moved into the widget.
XtMergeArgLists Merges two ArgList structures.
XtMoveWidget Moves a sibling widget of the child making the geometry request.
XtName Returns a pointer to the instance name of the specified object.
XtNameToWidget Translates a widget name to a widget instance.
XtNewString Copies an instance of a string.
XtNextEvent Returns the value from the header of the input queue.
XtOpenDisplay Opens, initializes, and adds a display to an application context.
XtOverrideTranslations Overwrites existing translations with new translations.
XtOwnSelection Sets the selection owner when using atomic transfer.
XtOwnSelectionIncremental Sets the selection owner when using incremental transfers.
XtParent Returns the parent widget for the specified widget.
XtParseAcceleratorTable Parses an accelerator table into the opaque internal representation.
XtParseTranslationTable Compiles a translation table into the opaque internal representation of type XtTranslations.
XtPeekEvent Returns the value from the front of the input queue without removing it from the queue.
XtPending Determines if the input queue has events pending.
XtPopdown Unmaps a pop-up from within an application.
XtPopup Maps a pop-up from within an application.
XtPopupSpringLoaded Maps a spring-loaded pop-up from within an application.
XtProcessEvent Processes one input event, timeout, or alternate input source.
XtQueryGeometry Queries the preferred geometry of a child widget.
XtRealizeWidget Realizes a widget instance.
XtRealloc Changes the size of an allocated block of storage, sometimes moving it.
XtRegisterCaseConverter Registers a specified case converter.
XtRegisterGrabAction Registers button and key grabs for a widget window according to the event bindings in the widget translation table.
XtReleaseGC Deallocates a shared GC when it is no longer needed.
XtRemoveActionHook Removes an action hook procedure without destroying the application context.
XtRemoveAllCallbacks Deletes all callback procedures from a specified widget callback list.
XtRemoveCallback Deletes a callback procedure from a specified widget callback list only if both the procedure and the client data match.
XtRemoveCallbacks Deletes a list of callback procedures from a specified widget callback list.
XtRemoveEventHandler Removes a previously registered event handler.
XtRemoveGrab Removes the redirection of user input to a modal widget.
XtRemoveInput Discontinues a source of input by causing the Intrinsics read routine to stop watching for input from the input source.
XtRemoveRawEventHandler Removes previously registered raw event handler.
XtRemoveTimeOut Clears a timeout value by removing the timeout.
XtRemoveWorkProc Removes the specified background work procedure.
XtResizeWidget Resizes a sibling widget of the child making the geometry request.
XtResizeWindow Resizes a child widget that already has the values for its width, height, and border width.
XtResolvePathname Searches for a file using standard substitutions in a path list.
XtScreen Returns the screen pointer for the specified widget.
XtScreenOfObject Returns the screen pointer for the nearest ancestor of object that is of class Widget.
XtSetErrorHandler Registers a procedure to call under unrecoverable error conditions.
XtSetErrorMsgHandler Registers a procedure to call under unrecoverable error conditions.
XtSetKeyboardFocus Redirects keyboard input to a child of a composite widget without calling XSetInputFocus.
XtSetKeyTranslator Registers a key translator.
XtSetMappedWhenManaged Changes the widget map_when_managed field.
XtSetMultiClickTime Sets the multi-click time for an application.
XtSetSelectionTimeout Sets the Intrinsics selection timeout.
XtSetSensitive Sets the sensitivity state of a widget.
XtSetSubvalues Sets the current value of a nonwidget resource associated with an instance.
XtSetTypeConverter Registers a type converter for all application contexts in a process.
XtSetValues Modifies the current value of a resource associated with widget instance.
XtSetWarningHandler Registers a procedure to be called on non-fatal error conditions.
XtSetWarningMsgHandler Registers a procedure to be called on nonfatal error conditions.
XtSetWMColormapWindows Sets the value of the WM_COLORMAP_WINDOWS property on a widget’s window.
XtStringConversionWarning A convenience routine for old format resource converters that convert from strings.
XtSuperclass Obtains the superclass of a widget by returning a pointer to the superclass structure of the widget.
XtToolkitInitialize Initializes the X Toolkit internals.
XtTranslateCoords Translates an [x,y] coordinate pair from widget coordinates to root coordinates.
XtTranslateKey The default key translator routine.
XtTranslateKeycode Registers a key translator.
XtUngrabButton Cancels a passive button grab.
XtUngrabKey Cancels a passive key grab.
XtUngrabKeyboard Cancels an active keyboard grab.
XtUngrabPointer Cancels an active pointer grab.
XtUninstallTranslations Causes the entire translation table for widget to be removed.
XtUnmanageChild Removes a single child from the managed set of its parent.
XtUnmanageChildren Removes a list of children from the managed list of the parent, but does not destroy the children widgets.
XtUnmapWidget Unmaps a widget explicitly.
XtUnrealizeWidget Destroys the associated widget and its descendants.
XtVaAppCreateShell Creates a top-level widget that is the root of a widget tree using varargs lists.
XtVaAppInitialize Initializes the Xtk internals, creates an application context, opens and initializes a display, and creates the initial application shell instance using varargs lists.
XtVaCreateArgsList Dynamically allocates a varargs list for use with XtVaNestedList in multiple calls.
XtVaCreateManagedWidget Creates and manages a child widget in a single procedure using varargs lists.
XtVaCreatePopupShell Creates a pop-up shell using varargs lists.
XtVaCreateWidget Creates an instance of a widget using varargs lists.
XtVaGetApplicationResources Retrieves resources for the overall application using varargs list.
XtVaGetSubresources Fetches resources for widget subparts using varargs list.
XtVaGetSubvalues Retrieves the current values of nonwidget resources associated with a widget instance using varargs lists.
XtVaGetValues Retrieves the current values of resources associated with a widget instance using varargs lists.
XtVaSetSubvalues Sets the current values of nonwidget resources associated with a widget instance using varargs lists.
XtVaSetValues Modifies the current values of resources associated with a widget instance using varargs lists.
XtWarning Calls the installed non-fatal error procedure.
XtWarningMsg Calls the installed high-level warning handler.
XtWidgetToApplicationContext Gets the application context for given widget.
XtWindow Returns the window of the specified widget.
XtWindowOfObject Returns the window for the nearest ancestor of object that is of class Widget.
XtWindowToWidget Translates a window and display pointer into a widget instance.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014