|
XmToggleButtonGadgetSetState(3) -- A ToggleButtonGadget function that sets or changes the current state
|
XmToggleButtonGadgetSetState sets or changes the ToggleButtonGadget's current state. widget Specifies the ToggleButtonGadget widget ID. state Specifies a Boolean value that indicates whether the ToggleButtonGadget state is selected or unselected. If the value is True, the button state is selected; if it is False, the button state is unselected. notify Indicates whether XmNvalueChangedCallback is ... |
XmToggleButtonGetState(3) -- A ToggleButton function that obtains the state of a ToggleButton
|
XmToggleButtonGetState obtains the state of a ToggleButton. widget Specifies the ToggleButton widget ID For a complete definition of ToggleButton and its associated resources, see XmToggleButton(3). |
XmToggleButtonSetState(3) -- A ToggleButton function that sets or changes the current state
|
XmToggleButtonSetState sets or changes the ToggleButton's current state. widget Specifies the ToggleButton widget ID. state Specifies a Boolean value that indicates 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. notify Indicates whether XmNvalueChangedCallback is called; it can be either... |
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 |