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

  man pages->HP-UX 11i man pages              
Title
Content
Arch
Section
 
 XmStringDirectionCreate(3) -- A compound string function that creates a compound string
    XmStringDirectionCreate creates a compound string with a single component, a direction with the given value. When the application no longer needs the returned compound string, the application should call XmStringFree. direction Specifies the value of the direction component. The possible values are:
 XmStringDirectionToDirection(3) -- A function that converts from XmStringDirection to XmDirection
    XmStringDirectionToDirection converts the specified XmStringDirection direction value to its equivalent XmDirection value. This function provides backward compatibility with the XmStringDirection data type. direction Specifies the XmStringDirection value to be converted.
 XmStringDraw(3) -- 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 rendition that contains 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 va...
 XmStringDrawImage(3) -- 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 rendition that contains 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 pas...
 XmStringDrawUnderline(3) -- 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. Only the first text component of underline is used for matching. If a compound string segment uses a rendition that contains a font set, the graphic context passe...
 XmStringEmpty(3) -- A compound string function that provides information
    XmStringEmpty returns a Boolean value indicating whether any nonzero-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
 XmStringExtent(3) -- 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. rendertable Specifies the render table string Specifies the string width Specifies a pointer to the width of the rectangle height Specifies a pointer to the height of the rectangle
 XmStringFree(3) -- A compound string function that conditionally deallocates memory
    XmStringFree conditionally recovers memory used by a compound string. Applications should call XmStringFree when the application no longer needs string. string Specifies the compound string to be freed
 XmStringFreeContext(3) -- A compound string function that releases the string scanning context data structure
    XmStringFreeContext releases the string scanning context data structure. context Specifies the string context structure that was allocated by the XmStringInitContext function
 XmStringGenerate(3) -- A convenience function that generates a compound string
    XmStringGenerate calls the XmStringParseText function with a default parse table of entries consisting of '0', which maps to Separator, and '', which maps to Tab. Matching RENDITION_BEGIN and RENDITION_END components containing rendition are placed around the resulting XmString. text Specifies a NULL-terminated string containing characters of a type determined by type. tag Specifies the tag to...
 XmStringGetLtoR(3) -- A compound string function that searches for a text segment in the input compound string
    This function is obsolete and exists for compatibility with previous releases. It is replaced by XmStringUnparse. XmStringGetLtoR returns the first text component in the input compound string that is tagged with the given tag component. The returned text is to be a NULLterminated sequence of single byte characters. If the function returns True, the function will allocate space to hold the returned...
 XmStringGetNextComponent(3) -- A compound string function that returns the type and value of the next component in a compound string
    This function is obsolete and exists for compatibility with previous releases. It is replaced by XmStringGetNextTriple. XmStringGetNextComponent returns the type and value of the next component in the compound string identified by context. Components are returned one at a time. On return, only some output parameters will be valid; which ones can be determined by examining the returned component ty...
 XmStringGetNextSegment(3) -- A compound string function that fetches the bytes in the next segment of a compound string
    This routine is obsolete and exists for compatibility with previous releases. To read the contents of a compound string, read each component of the string with XmStringGetNextTriple. This XmString function returns the type, length, and value of the next component in the compound string. XmStringGetNextSegment fetches the bytes in the next segment; repeated calls fetch sequential segments. The text...
 XmStringGetNextTriple(3) -- An XmString function that returns the type, length, and value of the next component in the compound string
    XmStringGetNextTriple returns the type, length, and value of the next component in the compound string identified by context. This function returns one component at a time. context Specifies the string context structure that was allocated by the XmStringInitContext function. length Specifies a pointer to the length of the value of the returned component. value Specifies a pointer to the value of t...
 XmStringHasSubstring(3) -- A compound string function that indicates whether one compound string is contained within another
    XmStringHasSubstring indicates whether or not one compound string is contained within another. string Specifies the compound string to be searched substring Specifies the compound string to be searched for
<<  [Prev]  160  161  162  163  164  165  166  167  168  169  170  171  172  173  174  175  176  177  178  179  180  
181  182  183  184  185  186  187  188  189  190  191  192  193  194  195  196  197  198  199  200  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service