logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XmRendition — The Rendition registry "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.

   ClassesXmRendition does not inherit from any widget class.

   NewResources
       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).

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

Name

XmRendition — The Rendition registry "XmRendition"

Synopsis

       #include <Xm/Xm.h>
       XmRendition

return

See Also