Query: tk_getpixmap
OS: opensolaris
Section: 3tk
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Tk_GetPixmap(3TK) Tk Library Procedures Tk_GetPixmap(3TK) __________________________________________________________________________________________________________________________________________________NAMETk_GetPixmap, Tk_FreePixmap - allocate and free pixmapsSYNOPSIS#include <tk.h> Pixmap Tk_GetPixmap(display, d, width, height, depth) Tk_FreePixmap(display, pixmap)ARGUMENTSDisplay *display (in) X display for the pixmap. Drawable d (in) Pixmap or window where the new pixmap will be used for drawing. int width (in) Width of pixmap. int height (in) Height of pixmap. int depth (in) Number of bits per pixel in pixmap. Pixmap pixmap (in) Pixmap to destroy. _________________________________________________________________DESCRIPTIONThese procedures are identical to the Xlib procedures XCreatePixmap and XFreePixmap, except that they have extra code to manage X resource identifiers so that identifiers for deleted pixmaps can be reused in the future. It is important for Tk applications to use these proce- dures rather than XCreatePixmap and XFreePixmap; otherwise long-running applications may run out of resource identifiers. Tk_GetPixmap creates a pixmap suitable for drawing in d, with dimensions given by width, height, and depth, and returns its identifier. Tk_FreePixmap destroys the pixmap given by pixmap and makes its resource identifier available for reuse.KEYWORDSpixmap, resource identifierATTRIBUTESSee attributes(5) for descriptions of the following attributes: +--------------------+-----------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +--------------------+-----------------+ |Availability | SUNWTk | +--------------------+-----------------+ |Interface Stability | Uncommitted | +--------------------+-----------------+NOTESSource for Tk is available on http://opensolaris.org. Tk 4.0 Tk_GetPixmap(3TK)
Related Man Pages |
---|
tk_freepixmap(3) - mojave |
tk_getpixmap(3) - suse |
tk_getpixmap(3tk) - opensolaris |
tk_freepixmap(3) - redhat |
tk_getpixmap(3) - redhat |
Similar Topics in the Unix Linux Community |
---|
Study UNIX Kernel |
Free Sun Blade 2k, Ultra 2, Ross Hyperstation 30, cards, memory- Baltimore, MD |
Identify problem with while getopts |
Solaris 10 - password complexity not working |
What is good? |