hpux man page for xquerybestb

Query: xquerybestb

OS: hpux

Section: 3

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

XQueryBestStipple()													       XQueryBestStipple()

Name
  XQueryBestStipple - obtain the fastest supported stipple shape.

Synopsis
  Status XQueryBestStipple(display, which_screen, width, height,
	    width_return, height_return)
	Display *display;
	Drawable which_screen;
	unsigned int width, height;
	unsigned int *width_return, *height_return;

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

  which_screen	 Specifies a drawable that tells the server which screen you want the best size for.

  width 	 Specify the preferred width and height in pixels.
  height

  width_return	 Return the width and height, in pixels, of the stipple best supported by the display hardware.
  height_return

Returns
  Zero on failure, non-zero on success.

Description
  XQueryBestStipple() returns the closest stipple size that can be stippled fastest.  The drawable indicates the screen and possibly the vis-
  ual class and depth.	An InputOnly window cannot be used as the drawable (else a BadMatch error occurs).

  XQueryBestStipple() returns non-zero if the call succeeded in getting a supported size (may be the same or  different  from  the  specified
  size), or zero if the call failed.

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

Errors
  BadDrawable

  BadMatch  InputOnly window.

See Also
  XCreateBitmapFromData(),  XCreatePixmap(),  XCreatePixmapFromBitmapData(),  XFreePixmap(), XQueryBestSize(), XQueryBestTile(), XReadBitmap-
  File(), XSetTile(), XSetWindowBackgroundPixmap(), XSetWindowBorderPixmap(), XWriteBitmapFile().

Xlib - Pixmaps and Tiles												       XQueryBestStipple()
Related Man Pages
xquerybestsize(3x11) - osf1
xquerybesttile(3x11) - redhat
xquerybestsize(3) - debian
xquerybesttile(3) - centos
xquerybestsize(3) - suse
Similar Topics in the Unix Linux Community
How to list file size on HPUX?
PHP Man Pages Now Available (Over 10,000)
SAN Migration question
Thank you members and admins
awk - Multi-line data to be stored in variable