Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XmeGetLocalizedString(3X) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought



     XmeGetLocalizedString(3X) UNIX System V XmeGetLocalizedString(3X)



     NAME
          XmeGetLocalizedString - Returns a localized version of the
          input string

     SYNOPSIS
          #include <Xm/XmosP.h>
          XmString XmeGetLocalizedString(
          char *reserved,
          Widget widget,
          char *resource,
          String string);

     VERSION
          This page documents Motif 2.1.

     DESCRIPTION
          XmeGetLocalizedString returns a localized version of string.
          On most implementations of Motif, XmeGetLocalizedString
          ignores the values of reserved, widget, and resource.  For
          these implementations, a call to XmeGetLocalizedString is
          equivalent to a call to XmStringCreateLocalized.

          However, Motif vendors may use the values of widget and/or
          resourcein an implementation-specific way. For example, if
          string is NULL, some Motif implementations return the
          localized version of the name of widget.

          reserved  Reserved for future use.

          widget    Specifies a widget ID.

          resource  Specifies a resource name.

          string    Specifies a string in ISO 8859-1 string format.

     RETURN
          Returns a localized version of string in XmString format.

     RELATED
          XmStringCreateLocalized(3).















     Page 1                                          (printed 1/22/99)



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