|
XmSeparator(3X) -- The Separator widget class
|
Separator is a primitive widget that separates items in a display. Several different line drawing styles are provided, as well as horizontal or vertical orientation. The Separator line drawing is auto... |
XmSeparatorGadget(3X) -- The SeparatorGadget widget class
|
SeparatorGadget separates items in a display. Several line drawing styles are provided, as well as horizontal or vertical orientation. Lines drawn within the SeparatorGadget are automatically centered... |
|
XmSetColorCalculation(3X) -- A function to set the procedure used for default color calculation
|
XmSetColorCalculation sets the procedure to calculate default colors. This procedure is used to calculate the foreground, top shadow, bottom shadow, and select colors on the basis of a given backgroun... |
XmSetFontUnit(3X) -- A function that sets the font unit value for a display
|
XmSetFontUnit provides an external function to initialize font unit values. Applications may want to specify resolution-independent data based on a global font size. See the XmNunitType resource descr... |
XmSetFontUnits(3X) -- A function that sets the font unit value for a display
|
XmSetFontUnits provides an external function to initialize font unit values. Applications may want to specify resolution-independent data based on a global font size. This function must be called befo... |
XmSetMenuCursor(3X) -- A function that modifies the menu cursor for a client
|
XmSetMenuCursor programmatically modifies the menu cursor for a client; after the cursor has been created by the client, this function registers the cursor with the menu system. After calling this fun... |
XmSetProtocolHooks(3X) -- A VendorShell function that allows pre and post actions to be executed when a protocol message is re...
|
XmSetProtocolHooks is used by shells that want to have pre and post actions executed when a protocol message is received from MWM. Since there is no guaranteed ordering in execution of event handlers ... |
XmSetWMProtocolHooks(3X) -- A VendorShell convenience interface that allows pre and post actions to be executed when a protocol ...
|
XmSetWMProtocolHooks is a convenience interface. It calls XmSetProtocolHooks with the property value set to the atom returned by interning WM_PROTOCOLS. Specifies the widget with which the protocol pr... |
XmString(3X) -- Data type for a compound string
|
XmString is the data type for a compound string. Compound strings include one or more segments, each of which may contain a font list element tag, string direction, and text component. When a compound... |
XmStringBaseline(3X) -- A compound string function that returns the number of pixels between the top of the character box an...
|
XmStringBaseline returns the number of pixels between the top of the character box and the baseline of the first line of text in the provided compound string. Specifies the font list Specifies the str... |
XmStringByteCompare(3X) -- A compound string function that
|
XmStringByteCompare returns a Boolean indicating the results of a byte-by-byte comparison of two compound strings. In general, if two compound strings are created with the same (char *) string using X... |
XmStringCompare(3X) -- A compound string function that compares two strings
|
XmStringCompare returns a Boolean value indicating the results of a semantically equivalent comparison of two compound strings. Semantically equivalent means that the strings have the same text compon... |
XmStringConcat(3X) -- A compound string function that appends one string to another
|
XmStringConcat copies s2 to the end of s1 and returns a copy of the resulting compound string. The original strings are preserved. The space for the resulting compound string is allocated within the f... |
XmStringCopy(3X) -- A compound string function that makes a copy of a string
|
XmStringCopy makes a copy of a compound string. The space for the resulting compound string is allocated within the function. The application is responsible for managing the allocated space. The memor... |
XmStringCreate(3X) -- A compound string function that creates a compound string
|
XmStringCreate creates a compound string with two components: text and a font list element tag. Specifies a null-terminated string to be used as the text component of the compound string. Specifies th... |