|
XmCreateWarningDialog(3) -- The MessageBox WarningDialog convenience creation function
|
XmCreateWarningDialog is a convenience creation function that creates a DialogShell and an unmanaged MessageBox child of the DialogShell. A WarningDialog warns users of action consequences and gives them a choice of resolutions. It includes a symbol, a message, and three buttons. The default symbol is an exclamation point. The default button labels are OK, Cancel, and Help. Use XtManageChild to po... |
XmCreateWorkArea(3) -- A function that creates a RowColumn WorkArea
|
XmCreateWorkArea creates an instance of a RowColumn widget and returns the associated widget ID. The widget is created with XmNrowColumnType set to XmWORK_AREA. parent Specifies the parent widget ID name Specifies the name of the created widget arglist Specifies the argument list argcount Specifies the number of attribute/value pairs in the argument list (arglist) For a complete definition of RowC... |
|
XmCreateWorkingDialog(3) -- The MessageBox WorkingDialog convenience creation function
|
XmCreateWorkingDialog is a convenience creation function that creates a DialogShell and an unmanaged MessageBox child of the DialogShell. A WorkingDialog informs users that there is a time-consuming operation in progress and allows them to cancel the operation. It includes a symbol, a message, and three buttons. The default symbol is an hourglass. The default button labels are OK, Cancel, and Help... |
XmCvtByteStreamToXmString(3) -- A compound string function that converts from a compound string in Byte Stream format to a compound string
|
XmCvtByteStreamToXmString converts a stream of bytes representing a compound string in Byte Stream format to a compound string. This routine is typically used by the destination of a data transfer operation to produce a compound string from a transferred Byte Stream representation. property Specifies a compound string representation in Byte Stream format. |
XmCvtCTToXmString(3) -- A compound string function that converts compound text to a compound string
|
XmCvtCTToXmString converts a (char *) string in compound text format to a compound string. The application must call XtAppInitialize before calling this function. Conversion of compound text to compound strings is implementation dependent. text Specifies a string in compound text format to be converted to a compound string. |
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... |