|
XmCvtStringToUnitType(3) -- A function that converts a string to a unittype value
|
XmCvtStringToUnitType converts a string to a unit type. Refer to the reference pages for XmGadget, XmManager, or XmPrimitive for a description of the valid unit types. Use of this function as a resource converter is obsolete. It has been replaced by a new resource converter that uses the RepType facility. args Specifies a list of additional XrmValue arguments to the converter if additional context... |
XmCvtTextPropertyToXmStringTable(3) -- A function that converts from a TextProperty Structure to a StringTable
|
XmCvtTextPropertyToXmStringTable converts the specified XTextProperty structure into an XmStringTable, as follows: + If the encoding member of text_prop is the Atom STRING, each returned XmString has a tag of "ISO8859-1" and a text type of XmCHARSET_TEXT. + If the encoding member of text_prop is the encoding of the current locale, and if that encoding is not STRING, each returned XmString has a ... |
XmCvtXmStringTableToTextProperty(3) -- A function that converts from XmStringTable to an XTextProperty Structure
|
XmCvtXmStringTableToTextProperty converts the XmStrings in the specified XmStringTable into an XTextProperty structure. The function sets the encoding member of text_prop_return to an Atom for the specified display naming the encoding determined by the specified style, and it converts the first count compound strings in the specified XmStringTable to this encoding for storage in the text_prop_retu... |
XmCvtXmStringToByteStream(3) -- A compound string function that converts a compound string to a Byte Stream format
|
XmCvtXmStringToByteStream converts a compound string to a string of bytes representing the compound string in Byte Stream format. This routine is typically used by the source of a data transfer operation to produce a Byte Stream representation for transferring a compound string to a destination. If prop_return is not NULL, this function creates a string of characters in Byte Stream format and retu... |
XmCvtXmStringToCT(3) -- A compound string function that converts a compound string to compound text
|
XmCvtXmStringToCT converts a compound string to a (char *) string in compound text format. The application must call XtAppInitialize before calling this function. The converter uses the font list tag associated with a given compound string segment to select a compound text format for that segment. A registry defines a mapping between font list tags and compound text encoding formats. The converter... |
XmDeactivateProtocol(3) -- A VendorShell function that deactivates a protocol without removing it
|
XmDeactivateProtocol deactivates a protocol without removing it. It updates the handlers and the property if the shell is realized. It is sometimes useful to allow a protocol's state information (callback lists, and so on) to persist, even though the client may choose to temporarily resign from the interaction. The main use of this capability is to gray/ungray f.send_msg entries in the MWM system... |
XmDeactivateWMProtocol(3) -- A VendorShell convenience interface that deactivates a protocol without removing it
|
XmDeactivateWMProtocol is a convenience interface. It calls XmDeactivateProtocol with the property value set to the atom returned by interning WM_PROTOCOLS. shell Specifies the widget with which the protocol property is associated protocol Specifies the protocol atom For a complete definition of VendorShell and its associated resources, see VendorShell(3). |
XmDestroyPixmap(3) -- A pixmap caching function that removes a pixmap from the pixmap cache
|
XmDestroyPixmap removes pixmaps that are no longer used. Pixmaps are completely freed only when there is no further reference to them. screen Specifies the display screen for which the pixmap was requested pixmap Specifies the pixmap to be destroyed |
XmDialogShell(3) -- The DialogShell widget class
|
Modal and modeless dialogs use DialogShell as the Shell parent. DialogShell widgets cannot be iconified. Instead, all secondary DialogShell widgets associated with an ApplicationShell widget are iconified and de-iconified as a group with the primary widget. The client indirectly manipulates DialogShell through the convenience interfaces during creation, and it can directly manipulate its BulletinB... |
XmDirection(3) -- Data type for the direction of widget components
|
XmDirection is the data type specifying the direction in which the system displays subwidgets, children of widgets, or other visual components that are to be laid out. This data type also affects traversal order within tab groups. XmDirection is implemented as an unsigned char bit mask. The horizontal and vertical directions can be specified independent of each other. XmDirection also specifies th... |
XmDirectionMatch(3) -- A function that checks for a specified direction component
|
XmDirectionMatch compares two XmDirection values. The function returns a Boolean value depending on whether or not the two input values "match." The simplest match is when d1 and d2 are identical. However, other matches are possible. XmDirectionMatch attempts to compare specified bits only; nonspecified bits automatically match. For example, suppose that d1 equals XmTOP_TO_BOTTOM_RIGHT_TO_LEFT. ... |
XmDirectionMatchPartial(3) -- A function that checks for a specified direction component
|
XmDirectionMatchPartial compares d1 and d2 along the direction component specified by dmask. For example, if dmask equals XmVERTICAL_MASK, then the function will compare only the vertical components of d1 and d2. d1 Specifies an XmDirection value to check. d2 Specifies an XmDirection value to check. dmask Specifies the direction component along which d1 and d2 are to be checked. Appropriate values... |
XmDirectionToStringDirection(3) -- A function that converts an XmDirection value to an XmStringDirection value
|
XmDirectionToStringDirection converts the specified XmDirection direction value to its equivalent XmStringDirection value. Basically, if the XmDirection value has a horizontal direction specification, that horizontal element is used; otherwise, the XmStringDirection value is interpreted as XmSTRING_DIRECTION_L_TO_R. This function provides backward compatibility with the XmStringDirection data type... |