Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xmstringcreatesimple(3x) [osf1 man page]

XmStringCreateSimple(3X)												  XmStringCreateSimple(3X)

NAME
XmStringCreateSimple - A compound string function that creates a compound string in the language environment of a widget SYNOPSIS
#include <Xm/Xm.h> XmString XmStringCreateSimple (text) char * text; DESCRIPTION
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 charac- ter set, the routine uses a vendor-specific 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 previous releases. It has been replaced by XmStringCreateLocalized. Specifies a null-terminated string to be used as the text component of the compound string. RETURN VALUE
Returns a new compound string. SEE ALSO
XmStringCreate(3X), XmStringCreateLocalized(3X) XmStringCreateSimple(3X)

Check Out this Related Man Page

XmString(3X)															      XmString(3X)

NAME
XmString - Data type for a compound string SYNOPSIS
#include <Xm/Xm.h> DESCRIPTION
XmString is the data type for a compound string. Compound strings include one or more segments, each of which may contain a font list ele- ment tag, string direction, and text component. When a compound string is displayed, the font list element tag and the direction are used to determine how to display the text. Whenever a font list element tag is set to XmFONTLIST_DEFAULT_TAG the text is handled as a locale text segment. Calling XtGetValues for a resource whose type is XmString yields a copy of the compound string resource value. The application is responsi- ble for using XmStringFree to free the memory allocated for the copy. Refer to the XmFontList(3X) man page for a description of the algorithm that associates the font list element tag of a compound string seg- ment with a font list entry in a font list. The compound string interface consists of the routines listed under SEE ALSO. SEE ALSO
XmStringBaseline(3X), XmStringByteCompare(3X), XmStringCompare(3X), XmStringConcat(3X), XmStringCopy(3X), XmStringCreate(3X), XmStringCre- ateLtoR(3X), XmStringCreateLocalized(3X), XmStringCreateSimple(3X), XmStringDirection(3X), XmStringDirectionCreate(3X), XmStringDraw(3X), XmStringDrawImage(3X), XmStringDrawUnderline(3X), XmStringEmpty(3X), XmStringExtent(3X), XmStringFree(3X), XmStringFreeContext(3X), XmStringGetLtoR(3X), XmStringGetNextComponent(3X), XmStringGetNextSegment(3X), XmStringHasSubstring(3X), XmStringHeight(3X), XmStringInit- Context(3X), XmStringLength(3X), XmStringLineCount(3X), XmStringNConcat(3X), XmStringNCopy(3X), XmStringPeekNextComponent(3X), XmStringSeg- mentCreate(3X), XmStringSeparatorCreate(3X), XmStringTable(3X), XmStringWidth(3X) XmString(3X)
Man Page

We Also Found This Discussion For You

1. What is on Your Mind?

Throw my Toys out of the Pram!

Hi Folks, Today hasn't been the best one of my career in IT. I've been a contractor for a major utility company for a number of years, on a number of seperate IT contracts mostly Unix. The company had 10 different flavours of unix and multiple different varsions of most of them. At the... (3 Replies)
Discussion started by: gull04
3 Replies