|
XmToggleButtonSetValue(3) -- A ToggleButton function that sets or changes the current state
|
XmToggleButtonSetValue sets or changes the ToggleButton's current state. widget Specifies the ToggleButton widget ID. state Specifies whether the ToggleButton state is selected or unselected. If the value is True, the button state is selected; if it is False, the button state is unselected, if it is XmINDETERMINATE, the button state is neither. notify Indicates whether XmNvalueChangedCallback is ... |
XmTrackingEvent(3) -- A Toolkit function that provides a modal interaction
|
XmTrackingEvent provides a modal interface for selection of a component. It is intended to support context help. The function calls the XmUpdateDisplay function. XmTrackingEvent then grabs the pointer and discards succeeding events until BSelect is released or a key is pressed and then released. The function then returns the widget or gadget that contains the pointer when BSelect is released or a ... |
XmTrackingLocate(3) -- A Toolkit function that provides a modal interaction
|
XmTrackingLocate provides a modal interface for selection of a component. It is intended to support context help. This function is implemented as XmTrackingEvent. NOTE: This function is obsolete and exists for compatibility with previous releases. It has been replaced by XmTrackingEvent. widget Specifies the widget ID of a widget to use as the basis of the modal interaction. That is, the widget wi... |
XmTransferDone(3) -- A toolkit function that completes a data transfer
|
XmTransferDone completes an already-initiated data transfer operation. An application can call this routine from an XmNdestinationCallback procedure or any function called as a result, including the selection procedures called as a result of calls to XmTransferValue. The caller of XmTransferDone supplies an identifier for the transfer operation and an indication of the completion status. XmTransfe... |
XmTransferSendRequest(3) -- A toolkit function that transfers a MULTIPLE request
|
XmTransferSendRequest marks the end of a MULTIPLE request started by XmTransferStartRequest. transfer_id Specifies a unique indentifier for the data transfer operation. time Specifies the time of the XEvent that triggered the data transfer. You should typically set this field to XtLastTimestampProcessed. |
XmTransferSetParameters(3) -- A toolkit function that establishes parameters to be passed by the next call to XmTransferValue
|
XmTransferSetParameters establishes a parameter definition. Your application calls XmTransferSetParameters just before calling XmTransferValue, and only if XmTransferValue needs to transfer a value containing a parameter. transfer_id Specifies a unique indentifier for the data transfer operation. The value must be the same as the value of the transfer_id member of the XmDestinationCallbackStruct p... |
XmTransferStartRequest(3) -- A toolkit function that begins a MULTIPLE transfer
|
XmTransferStartRequest begins a MULTIPLE request. The MULTIPLE request may contain one or more calls to XmTransferValue. Your application concludes a MULTIPLE request by calling XmTransferSendRequest. XmTransferStartRequest is typically called by a destination callback or by a transfer procedure. transfer_id Specifies a unique indentifier for the data transfer operation. You should use the transfe... |
XmTransferValue(3) -- A toolkit function that transfers data to a destination
|
XmTransferValue converts a selection, transferring any data from the selection owner, in the context of an already-initiated data transfer operation. An application can call this routine from an XmNdestinationCallback procedure or any function called as a result. The caller of XmTransferValue supplies the target to which the selection is converted. The caller also supplies a callback procedure to ... |
XmTranslateKey(3) -- The default keycode-to-keysym translator
|
XmTranslateKey is the default XtKeyProc translation procedure for Motif applications. The function takes a keycode and modifiers and returns the corresponding keysym. XmTranslateKey serves two main purposes: to enable new translators with expanded functionality to get the default Motif keycode-to-keysym translation in addition to whatever they add, and to reinstall the default translator. This fun... |
XmUninstallImage(3) -- A pixmap caching function that removes an image from the image cache
|
XmUninstallImage removes an image from the image cache. image Points to the image structure given to the XmInstallImage() routine |
XmUpdateDisplay(3) -- A function that processes all pending exposure events immediately
|
XmUpdateDisplay provides the application with a mechanism for forcing all pending exposure events to be removed from the input queue and processed immediately. When a user selects a button within a menu pane, the menu panes are unposted and then any activation callbacks registered by the application are invoked. If one of the callbacks performs a time-consuming action, the portion of the applicati... |
XmVaCreateSimpleCheckBox(3) -- A RowColumn widget convenience creation function
|
XmVaCreateSimpleCheckBox creates an instance of a RowColumn widget of type XmWORK_AREA and returns the associated widget ID. This routine uses the ANSI C variable-length argument list (varargs) calling convention. This routine creates a CheckBox and its ToggleButtonGadget children. A CheckBox is similar to a RadioBox, except that more than one button can be selected at a time. The name of each but... |
XmVaCreateSimpleMenuBar(3) -- A RowColumn widget convenience creation function
|
XmVaCreateSimpleMenuBar creates an instance of a RowColumn widget of type XmMENU_BAR and returns the associated widget ID. This routine uses the ANSI C variable-length argument list (varargs) calling convention. This routine creates a MenuBar and its CascadeButtonGadget children. The name of each button is button_n, where n, where n is an integer from 0 (zero) to the number of buttons in the menu ... |