Index Index for
Section 3X
Index Alphabetical
listing for D
Bottom of page Bottom of
page

DXmGetLocaleString(3X)

NAME

DXmGetLocaleString - Provides locale-sensitive Motif compound string version of Toolkit ASCII default values.

SYNOPSIS

XmString DXmGetLocaleString( I18nContext context, char *string, I18nWordType word_type );

PARAMETERS

context Reserved for future use. (Null value passed.) string Null-terminated string specifying the ASCII string value whose locale sensitive version is to be retrieved (for example, the string "OK"). word_type Specifies the type (part of speech) of a word in the string, as indicated by one of the following values: _________________________________________ Value Description _________________________________________ I18NADJECTIVE The word is an adjective. I18NADVERB The word is an adverb. I18NNOUN The word is a noun. I18NVERB The word is a verb. _________________________________________

DESCRIPTION

The DXmGetLocaleString routine provides a locale-sensitive Motif compound string version of Toolkit ASCII default values, such as "OK" or "Cancel". You can specify the part of speech (adjective, adverb, verb, or noun) associated with each word in the string.

RETURN VALUES

A pointer to the Motif compound string containing the value.

Index Index for
Section 3X
Index Alphabetical
listing for D
Top of page Top of
page