Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ DrawLogo.Xmu() — OpenDesktop Software Development System 3.0.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought


 XmuDrawLogo(Xmu)  X Version 11 (Release 5) 6 January 1993   XmuDrawLogo(Xmu)


 Name

    XmuDrawLogo - draw X Window System logo

 Syntax


    cc  . . .  -lXmu


    #include <X11/Xmu/Drawing.h>

    XmuDrawLogo(dpy, drawable, gcFore, gcBack, x, y, width, height)
          Display *dpy;
          Drawable drawable;
          GC gcFore, gcBack;
          int x, y;
          unsigned int width, height;


 Arguments


    dpy       Specifies the connection to the X server.

    drawable  Specifies the drawable.

    gcFore    Specifies the foreground GC.

    gcBack    Specifies the background GC.

    x         Specifies the upper left x coordinate.

    y         Specifies the upper left y coordinate.

    width     Specifies the logo width.

    height    Specifies the logo height.


 Description

    The XmuDrawLogo function draws the official X Window System logo.  The
    bounding box of the logo in the drawable is given by x, y, width, and
    height. The logo itself is filled using gcFore, and the rest of the rec-
    tangle is filled using gcBack.

 See also

    XmuDrawRoundedRectangle(Xmu), XmuCreateStippledPixmap(Xmu),
    XmuReadBitmapData(Xmu), XmuLocateBitmapFile(Xmu), XmuCre-
    atePixmapFromBitmap(Xmu)
    Xlib - C Language X Interface


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