XCreateBitmapFromData man page on HP-UX

Man page or keyword search:  
man Server   10987 pages
apropos Keyword Search (all sections)
Output format
HP-UX logo
[printable version]

XCreateBitmapFromData(3X)	XLIB FUNCTIONS	     XCreateBitmapFromData(3X)

NAME
       XCreateBitmapFromData - manipulate bitmaps

SYNTAX
       map XCreateBitmapFromData(display, d, data, width, height)
	     Display *display;
	     Drawable d;
	     char *data;
	     unsigned int width, height;

ARGUMENTS
       display	 Specifies the connection to the X server.

       d	 Specifies the drawable that indicates the screen.

       data	 Specifies the data in bitmap format.

       width
       height

       Specify the width and height.

DESCRIPTION
       The XCreateBitmapFromData function allows you to include in your C pro‐
       gram (using #include) a bitmap file that was written out by
       XWriteBitmapFile (X version 11 format only) without reading in the bit‐
       map file.  The following example creates a gray bitmap:

       Pixmap bitmap;
       bitmap = XCreateBitmapFromData(display, window, gray_bits, gray_width,
       gray_height);

       If insufficient working storage was allocated, XCreateBitmapFromData
       returns None.  It is your responsibility to free the bitmap using
       XFreePixmap when finished.

       XCreateBitmapFromData can generate a BadAlloc error.

DIAGNOSTICS
       BadAlloc	 The server failed to allocate the requested resource or
		 server memory.

       BadDrawable
		 A value for a Drawable argument does not name a defined Win‐
		 dow or Pixmap.

       BadMatch	 An InputOnly window is used as a Drawable.

SEE ALSO
       XReadBitmapFile(3X), XReadBitmapFileData(3X), XWriteBitmapFile(3X),
       XCreatePixmapFromBitmapData(3X)

X Version 11			   Release 6	     XCreateBitmapFromData(3X)
[top]

List of man pages available for HP-UX

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net