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

  man pages->HP-UX 11i man pages              
Title
Content
Arch
Section
 
 XmSimpleSpinBoxSetItem(3) -- set an item in the XmSimpleSpinBox list
    The XmSimpleSpinBoxSetItem function selects an item in the list of the given XmSimpleSpinBox widget and makes it the current value. The w argument specifies the widget ID. The item argument specifies the XmString for the item to be set in the XmSimpleSpinBox. If the item is not found on the list, XmSimpleSpinBoxSetItem notifies the user via the XtWarning function.
 XmSpinBox(3) -- The SpinBox widget class
    SpinBox allows the user to select a value from a ring of related but mutually exclusive choices which are displayed in sequence. The SpinBox always has an increment arrow, a decrement arrow, and one or more other children. The choices are displayed, one at a time, in a traversable text child ( XmText or XmTextField. The user clicks on an arrow to display the next (or previous) item in the r...
 XmSpinBoxValidatePosition(3) -- translate the current value of the specified XmSpinBox child into a valid position
    The XmSpinBoxValidatePosition function is a utility that can be used by applications wanting to implement a policy for tracking user modifications to editable XmSpinBox children of type XmNUMERIC. The specifics of when and how the user's modifications take effect is left up to the application. text_field The text_field argument specifies the widget ID of the child of the XmSpinBox that is being m...
 XmString(3) -- Data type for a compound string
    XmString is the data type for a compound string. Compound strings consist of a sequence of components, including, but not limited to, the following: + XmSTRING_COMPONENT_SEPARATOR + XmSTRING_COMPONENT_TAB + XmSTRING_COMPONENT_LAYOUT_POP + XmSTRING_COMPONENT_DIRECTION + XmSTRING_COMPONENT_LAYOUT_PUSH + XmSTRING_COMPONENT_CHARSET + XmSTRING_COMPONENT_FONTLIST_ELEMENT_TAG + XmSTRING_COMPONENT_LOCALE ...
 XmStringBaseline(3) -- A compound string function that returns the number of pixels between the top of the character box and the base
    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. rendertable Specifies the render table string Specifies the string
 XmStringByteCompare(3) -- A compound string function that indicates the
    This function is obsolete and exists for compatibility with previous releases. 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 a...
 XmStringByteStreamLength(3) -- A function that returns the size of a string
    XmStringByteStreamLength receives a byte stream format string and returns the size, in bytes, of that stream, including the header. Because of this header information, even a NULL string will cause XmStringByteStreamLength to return a non-zero value. string Specifies the byte stream format string.
 XmStringCompare(3) -- 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, ...
 XmStringComponentCreate(3) -- A compound string function that creates arbitrary components
    XmStringComponentCreate creates a new XmString component of type c_type, containing value. If value is invalid for the particular component type, this function fails and returns NULL. c_type Specifies the type of component to be created. length Specifies the length in bytes of value. Note that this must be precisely the length of the value string, not including any trailing null characters. value ...
 XmStringComponentType(3) -- Data type for compound string components
    XmStringComponentType is the data type specifying compound string component types. A compound string component identifies some part of a compound string, and can have a value and length. A compound string component can be one of the following types. These component types are grouped according to their length and value types. The following components have values of NULL and lengths of 0 (zero).
 XmStringConcat(3) -- 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 function will allocate space to hold the returned compound string. The application is responsible for managing the allocated space. The application can recover the allocated space by calling XmStringFree. s1 Specifies the compound string to which a copy of s2 is ap...
 XmStringConcatAndFree(3) -- A compound string function that appends one string to another and frees the original strings
    XmStringConcatAndFree copies s2 to the end of s1 and returns a copy of the resulting compound string. The original strings are freed. The function will allocate space to hold the returned compound string. The application is responsible for managing the allocated space. The application can recover the allocated space by calling XmStringFree. s1 Specifies the compound string to which a copy of s2 is...
 XmStringCopy(3) -- A compound string function that makes a copy of a string
    XmStringCopy makes a copy of an existing compound string. When the application no longer needs the returned compound string, the application should call XmStringFree. s1 Specifies the compound string to be copied
 XmStringCreate(3) -- A compound string function that creates a compound string
    XmStringCreate creates a compound string with two components: text and a font list element tag. The function will allocate space to hold the returned compound string. When the application no longer needs the returned compound string, the application should call XmStringFree. text Specifies a NULL-terminated string to be used as the text component of the compound string. tag Specifies the tag compo...
 XmStringCreateLocalized(3) -- A compound string function that creates a compound string in the current locale
    XmStringCreateLocalized creates a compound string containing the specified text in the current language environment. An identical compound string would result from the function XmStringCreate called with XmFONTLIST_DEFAULT_TAG explicitly as the tag component. The function will allocate space to hold the returned compound string. The application is responsible for managing the allocated space. The ...
<<  [Prev]  47  48  49  50  51  52  53  54  55  56  57  58  59  60  61  62  63  64  65  66  67  
68  69  70  71  72  73  74  75  76  77  78  79  80  81  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service