hpux man page for xgcontextfromgc

Query: xgcontextfromgc

OS: hpux

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

XGContextFromGC()														 XGContextFromGC()

Name
  XGContextFromGC - obtain the GContext (resource ID) associated with the specified graphics context.

Synopsis
  GContext XGContextFromGC(gc)
	GC gc;

Arguments
  gc	    Specifies the graphics context of the desired resource ID.

Returns
  The GContext.

Description
  XGContextFromGC() extracts the resource ID from the GC structure.  The GC structure is Xlib's local cache of GC values and contains a field
  for the GContext ID.	This function is essentially a macro that accesses this field, since the GC structure is intended to be opaque.

  A GContext is needed to set a field of the XVisualInfo structure prior to calling XGetVisualInfo().

See Also
  XDefaultGC(), XChangeGC(), XCopyGC(), XCreateGC(), XFreeGC(),  XSetArcMode(),  XSetBackground(),  XSetClipMask(),  XSetClipOrigin(),	XSet-
  ClipRectangles(),  XSetDashes(),  XSetFillRule(),  XSetFillStyle(),  XSetForeground(), XSetFunction(), XSetGraphicsExposures(), XSetLineAt-
  tributes(), XSetPlaneMask(), XSetState(), XSetStipple(), XSetSubwindowMode(), XSetTSOrigin().

Xlib - Graphics Context 													 XGContextFromGC()
Related Man Pages
xsetbackground(3) - x11r4
xsetforeground(3) - x11r4
xsetcliprectangles(3) - hpux
xsetdashes(3) - hpux
xsetlineattributes(3) - hpux
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
How to extract every repeated string between two specific string?
Wrong Array...
Tar Command