Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XmStringCreate(3X)

XmStringCreateSimple(3X)  —  Subroutines

OSF

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 character set, the routine uses a vendor-specific default.  If the vendor has not specified a different value, this default is ISO8859-1. 

textSpecifies a null-terminated string to be used as the text component of the compound string. 

RETURN VALUE

Returns a new compound string. 

RELATED INFORMATION

XmStringCreate(3X). 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026