Provided by: libmotif-dev_2.3.8-4_amd64 bug

NAME

       XmRendition — The Rendition registry "XmRendition"

SYNOPSIS

       #include <Xm/Xm.h>
       XmRendition

DESCRIPTION

       XmRendition  is  a  pseudo  widget  used  for  the  rendering  of  XmStrings.  XmRendition has two parts:
       XmStringTag and rendering information. The XmStringTag part can be matched with an XmStringTag associated
       with a LOCALE, CHARSET, or RENDITION[BEGIN|END] component within  XmString.   The  rendering  information
       contains  information  about  the font or fontset, colors, tabs, and lines to be used in rendering a text
       component.

       If a resource in a rendition is unspecified, usually by setting it  to  XmAS_IS  or  XmUNSPECIFIED_PIXEL,
       then  the  value  to  be  used  for  that resource is the value of the immediately preceding rendition in
       XmString. If that value is unspecified, then the preceding value is used, and so  on.  If  no  renditions
       specify a value for a resource, then a default value will be used.

   Classes
       XmRendition does not inherit from any widget class.

   New Resources
       The  following  table  defines  a  set  of  widget  resources  used by the programmer to specify data. To
       reference a resource by name or by class in a .Xdefaults file, remove the XmN or XmC prefix and  use  the
       remaining  letters.  To specify one of the defined values for a resource in a .Xdefaults file, remove the
       Xm prefix and use the remaining letters (in either lowercase or uppercase, but  include  any  underscores
       between words). The codes in the access column indicate if the given resource can be set at creation time
       (C), set by using XmRenditionUpdate (S), retrieved by using XmRenditionRetrieve (G), or is not applicable
       (N/A).

       ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
--

RELATED

       XmRenditionCreate(3), XmRenditionFree(3), XmRenditionRetrieve(3), XmRenditionUpdate(3), and XmString(3).

                                                                                                  XmRendition(3)