xsetplanemask(3) hpux man page | unix.com

Man Page: xsetplanemask

Operating Environment: hpux

Section: 3

XSetPlaneMask() 														   XSetPlaneMask()

Name
  XSetPlaneMask - set the plane mask in a graphics context.

Synopsis
  XSetPlaneMask(display, gc, plane_mask)
	Display *display;
	GC gc;
	unsigned long plane_mask;

Arguments
  display   Specifies a connection to an X server; returned from XOpenDisplay().

  gc	    Specifies the graphics context.

  plane_mask
	    Specifies the plane mask.  You can use the macro AllPlanes() if desired.

Description
  XSetPlaneMask()  sets the plane_mask component of the specified GC.  The plane_mask determines which planes of the destination drawable are
  affected by a graphics request.

  For more information, see Volume One, Chapter 5, The Graphics Context.

Errors
  BadAlloc
  BadGC

See Also
  XDefaultGC(), XChangeGC(), XCopyGC(), XCreateGC(), XFreeGC(), XGContextFromGC(), XSetArcMode(), XSetBackground(), XSetClipMask(),  XSetCli-
  pOrigin(),  XSetClipRectangles(), XSetDashes(), XSetFillRule(), XSetFillStyle(), XSetForeground(), XSetFunction(), XSetGraphicsExposures(),
  XSetLineAttributes(), XSetState(), XSetStipple(), XSetSubwindowMode(), XSetTSOrigin().

Xlib - Graphics Context 													   XSetPlaneMask()
Related Man Pages
xsetbackground(3x11) - redhat
xsetbackground(3) - debian
xsetforeground(3) - debian
xsetfunction(3) - hpux
xsetlineattributes(3) - hpux
Similar Topics in the Unix Linux Community
How to list file size on HPUX?
How to extract every repeated string between two specific string?
SAN Migration question
Sequence extraction
Thank you members and admins