XmStringCreateLocalized creates a compound string containing the specified text and assigns XmFONTLIST_DEFAULT_TAG as the font list entry tag. An identical compound string would result from the functi...
XmStringCreateLtoR creates a compound string with two components: text and a font list element tag. This function imposes the semantic of scanning for \n characters in the text. When one is found, th...
XmStringCreateSimple creates a compound string with two components: text and a character set. It derives the character set from the current language environment. The routine attempts to derive a chara...
XmStringDirection is the data type for specifying the direction in which the system displays characters of a string, or characters of a segment of a compound string. This is an enumeration with two po...
XmStringDirectionCreate creates a compound string with a single component, a direction with the given value. Specifies the value of the directional component
XmStringDraw draws a compound string in an X Window. If a compound string segment uses a font list entry that defines a font set, the graphic context passed to this routine will have the GC font membe...
XmStringDrawImage draws a compound string in an X Window and paints both the foreground and background bits of each character. If a compound string segment uses a font list entry that defines a font s...
XmStringDrawUnderline draws a compound string in an X Window. If the substring identified by underline can be matched in string, the substring will be underlined. Once a match has occurred, no further...
XmStringEmpty returns a Boolean value indicating whether any non-zero length text components exist in the provided compound string. It returns True if there are no text segments in the string. If this...
XmStringExtent determines the width and height, in pixels, of the smallest rectangle that will enclose the provided compound string. Specifies the font list Specifies the string Specifies a pointer to...
XmStringFreeContext instructs the toolkit that the context is no longer needed and will not be used without reinitialization. Specifies the string context structure that was allocated by the XmStringI...
XmStringGetLtoR searches for a text segment in the input compound string that matches the given font list element tag. Specifies the compound string. Specifies the font list element tag associated wit...
XmStringGetNextComponent returns the type and value of the next component in the compound string identified by context. It is a low-level component function. Components are returned one at a time. On ...
XmStringGetNextSegment fetches the octets in the next segment; repeated calls fetch sequential segments. The text, tag, and direction of the fetched segment are returned each time. A Boolean status is...