Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XmStringDrB(Xm) — OpenDesktop Software Development System 1.0.0d

Media Vault

Software Library

Restoration Projects

Artifacts Sought


     XmStringDrawImage(Xm)                          UNIX System V



     NAME
          XmStringDrawImage - a compound string function that draws  a
          compound string in an X Window and creates an image.



     SYNOPSIS
          #include <Xm/Xm.h>

          void XmStringDrawImage (d, w, fontlist, string,  gc,  x,  y,
          width, alignment, layout_direction, clip)
               Display   * d;
               Window    w;
               XmFontListfontlist;
               XmString  string;
               GC        gc;
               Position  x;
               Position  y;
               Dimension width;
               Byte      alignment;
               Byte      layout_direction;
               XRectangle* clip;



     DESCRIPTION
          XmStringDrawImage draws a compound string in an X Window and
          paints  both  the  foreground  and  background  bits of each
          character.


          d           Specifies the display.

          w           Specifies the window.

          fontlist    Specifies the font list.

          string      Specifies the string.

          gc          Specifies the graphics context to use.

          x           Specifies a coordinate of  the  rectangle  which
                      will contain the displayed compound string.

          y           Specifies a coordinate of  the  rectangle  which
                      will contain the displayed compound string.

          width       Specifies the width of the rectangle which  will
                      contain the displayed compound string.

          alignment   Specifies how the string will be aligned  within
                      the   specified   rectangle.    It   is   either
                      XmALIGNMENTBEGINNING,  XmALIGNMENTCENTER,   or
                      XmALIGNMENTEND.

          layout_direction
                      Controls the direction in which the segments  of
                      the  compound  string will be laid out.  It also
                      determines  the   meaning   of   the   alignment
                      parameter.

          clip        Allows the application to restrict the area into
                      which  the  compound  string  will be drawn.  If
                      NULL, no clipping will be done.



     RELATED INFORMATION
          XmStringCreate(Xm).



     (printed 2/14/90)                      XmStringDrawImage(Xm)

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