*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages              
Title
Content
Arch
Section
 
 Xm/XmStringByteCompare(o) -- 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 XmStringCreateLocalized in the same language environment, the compound strings compare as equal. If two compound strings are created with the same (char *) string and the same font list element tag set other than XmFONTLIST_DEFAULT_TAG using XmStringCreate, the strings compare as equal. In some cases...
 Xm/XmStringCompare(o) -- 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 components, font list element tags, directions, and separators. In general, if two compound strings are created with the same (char *) string using XmStringCreateLocalized in the same language environment, the compound strings compare as equal. If two compound strings are created with the same (char *) st...
 Xm/XmStringConcat(o) -- 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 function. After using this function, free this space by calling XmStringFree. s1 Specifies the compound string to which a copy of s2 is appended s2 Specifies the compound string that is appended to the end of s1...
 Xm/XmStringCopy(o) -- 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 memory can be recovered by calling XmStringFree. s1 Specifies the compound string to be copied
 Xm/XmStringCreate(o) -- A compound string function that creates a compound string
    XmStringCreate creates a compound string with two components: text and a font list element tag. text Specifies a null-terminated string to be used as the text component of the compound string. tag Specifies the font list element tag to be associated with the given text. The value XmFONTLIST_DEFAULT_TAG identifies a locale text segment.
 Xm/XmStringCreateLocalized(o) -- A compound string function that creates a compound string in the current locale
    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 function XmStringCreate called with XmFONTLIST_DEFAULT_TAG explicitly as the font list entry tag. text Specifies a null-terminated string of text encoded in the current locale to be used as the text component of the compound string...
 Xm/XmStringCreateLtoR(o) -- A compound string function that creates a compound string
    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, the text up to that point is put into a segment followed by a separator component. No final separator component is appended to the end of the compound string. The direction defaults to left-to-right. This function assumes that the encoding is single octet rather than double octet per character of text...
 Xm/XmStringCreateSimple(o) -- A compound string function that creates a compound string in the language environment of a widget
    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 character set from the value of the LANG environment variable. If this does not result in a valid character set, the routine uses a vendorspecific default. If the vendor has not specified a different value, this default is ISO8859-1. NOTE: This routine is obsolete and exists for compatibility with previo...
 Xm/XmStringDirection(o) -- Data type for the direction of display in a string
    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 possible values: XmSTRING_DIRECTION_L_TO_R Specifies left to right display XmSTRING_DIRECTION_R_TO_L Specifies right to left display
 Xm/XmStringDirectionCreate(o) -- A compound string function that creates a compound string
    XmStringDirectionCreate creates a compound string with a single component, a direction with the given value. direction Specifies the value of the directional component
 Xm/XmStringDraw(o) -- A compound string function that draws a compound string in an X window
    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 member left in an undefined state. The underlying XmbStringDraw function called by this routine modifies the font id field of the GC passed into it and does not attempt to restore the font id to the incoming value. If the compound string segment is not drawn using a font set, the graphic context must con...
 Xm/XmStringDrawImage(o) -- A compound string function that draws a compound string in an X Window and creates an image
    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 set, the graphic context passed to this routine will have the GC font member left in an undefined state. The underlying XmbStringDraw function called by this routine modifies the font id field of the GC passed into it and does not attempt to restore the font id to the incoming value. If the compound ...
 Xm/XmStringDrawUnderline(o) -- A compound string function that underlines a string drawn in an X Window
    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 matches or underlining will be done. 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 member left in an undefined state. The underlying XmbStringDraw function called by this routine modifies the font id fie...
 Xm/XmStringEmpty(o) -- A compound string function that provides
    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 routine is passed NULL as the string, it returns True. s1 Specifies the compound string
 Xm/XmStringExtent(o) -- A compound string function that determines the size of the smallest rectangle that will enclose the compound s
    XmStringExtent determines the width and height, in pixels, of the smallest rectangle that will enclose the provided compound string. fontlist Specifies the font list string Specifies the string width Specifies a pointer to the width of the rectangle height Specifies a pointer to the height of the rectangle
<<  [Prev]  438  439  440  441  442  443  444  445  446  447  448  449  450  451  452  453  454  455  456  457  458  
459  460  461  462  463  464  465  466  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service