... XmGetPixmap - Online Linux Manual PageSection : library call
NAMEXmGetPixmap — A pixmap caching function that generates a pixmap, stores it in a pixmap cache, and returns the pixmap .iX "XmGetPixmap" .iX "pixmaps"
SYNOPSIS#include <Xm/Xm.h>
Pixmap XmGetPixmap(
Screen *screen,
char *image_name,
Pixel foreground,
Pixel background);
DESCRIPTIONXmGetPixmap uses the parameter data to perform a lookup in the pixmap cache to see if a pixmap has already been generated that matches the data. If one is found, a reference count is incremented and the pixmap is returned. Applications should use XmDestroyPixmap when the pixmap is no longer needed. screen Specifies the display screen on which the pixmap is to be drawn. The depth of the pixmap is the default depth for this screen. image_name Specifies the name of the image to be used to generate the pixmap foreground Combines the image with the foreground color to create the pixmap if the image referenced is a bit-per-pixel image background Combines the image with the background color to create the pixmap if the image referenced is a bit-per-pixel image If a pixmap is not found, image_name is used to perform a lookup in the image cache. If an image is found, it is used to generate the pixmap, which is then cached and returned. If an image is not found, the image_name is used as a filename, and a search is made for an X10 or X11 bitmap file. If it is found, the file is read, converted into an image, and cached in the image cache. The image is then used to generate a pixmap, which is cached and returned. If image_name has a leading slash (/), it specifies a full pathname, and XmGetPixmap opens the file as specified. Otherwise, image_name specifies a filename. In this case, XmGetPixmap looks for the file along a search path specified by the XBMLANGPATH environment variable or by a default search path, which varies depending on whether or not the XAPPLRESDIR environment variable is set. The default search path contains a lot of directories. Therefore, XmGetPixmap will need a relatively long time to search through all these directories for pixmaps and bitmaps. Applications that use a lot of pixmaps and bitmaps will probably run more quickly if XBMLANGPATH is set to a short list of directories. In addition to X bitmap files (XBM), Motif also supports XPM (X Pixmap) file formats and, from version 2.3, JPEG and PNG image formats. (Note that support of JPEG and PNG image format is an optional feature of Motif, in order to check if current version supports PNG ang JPEG image formats the PNG_SUPPORT and JPEG_SUPPORT macros should be checked correspondingly.) The XBMLANGPATH specifies the path for both XBM, XPM, PNG and JPEG files. Refer to the XmGetPixmapByDepth reference page for further details. The XBMLANGPATH environment variable specifies a search path for X bitmap files. It can contain the substitution field %B, where the image_name argument to XmGetPixmap is substituted for %B. It can also contain the substitution fields accepted by XtResolvePathname. The substitution field %T is always mapped to bitmaps, and %S is always mapped to NULL. If XBMLANGPATH is not set but the environment variable XAPPLRESDIR is set, the following pathnames are searched: • %B • $XAPPLRESDIR/%L/bitmaps/%N/%B • $XAPPLRESDIR/%l_%t/bitmaps/%N/%B • $XAPPLRESDIR/%l/bitmaps/%N/%B • $XAPPLRESDIR/bitmaps/%N/%B • $XAPPLRESDIR/%L/bitmaps/%B • $XAPPLRESDIR/%l_%t/bitmaps/%B • $XAPPLRESDIR/%l/bitmaps/%B • $XAPPLRESDIR/bitmaps/%B • $HOME/bitmaps/%B • $HOME/%B • /usr/lib/X11/%L/bitmaps/%N/%B • /usr/lib/X11/%l_%t/bitmaps/%N/%B • /usr/lib/X11/%l/bitmaps/%N/%B • /usr/lib/X11/bitmaps/%N/%B • /usr/lib/X11/%L/bitmaps/%B • /usr/lib/X11/%l_%t/bitmaps/%B • /usr/lib/X11/%l/bitmaps/%B • /usr/lib/X11/bitmaps/%B • /usr/include/X11/bitmaps/%B If neither XBMLANGPATH nor XAPPLRESDIR is set, the following pathnames are searched: • %B • $HOME/%L/bitmaps/%N/%B • $HOME/%l_%t/bitmaps/%N/%B • $HOME/%l/bitmaps/%N/%B • $HOME/bitmaps/%N/%B • $HOME/%L/bitmaps/%B • $HOME/%l_%t/bitmaps/%B • $HOME/%l/bitmaps/%B • $HOME/bitmaps/%B • $HOME/%B • /usr/lib/X11/%L/bitmaps/%N/%B • /usr/lib/X11/%l_%t/bitmaps/%N/%B • /usr/lib/X11/%l/bitmaps/%N/%B • /usr/lib/X11/bitmaps/%N/%B • /usr/lib/X11/%L/bitmaps/%B • /usr/lib/X11/%l_%t/bitmaps/%B • /usr/lib/X11/%l/bitmaps/%B • /usr/lib/X11/bitmaps/%B • /usr/include/X11/bitmaps/%B These paths are defaults that vendors may change. For example, a vendor may use different directories for /usr/lib/X11 and /usr/include/X11. The following substitutions are used in these paths: %B The image name, from the image_name argument %N The class name of the application %L The display's language string. This string is influenced by XtSetLanguageProc. The default string is determined by calling setlocale(LC_ALL, NULL). %l_%t The language and territory component of the display's language string %l The language component of the display's language string The contents of the file must conform to the rules for X11 bitmap files. In other words, Motif can read any X11 conformant bitmap file.
RETURNReturns a pixmap when successful; returns XmUNSPECIFIED_PIXMAP if the image corresponding to image_name cannot be found.
RELATEDXmDestroyPixmap(3), XmGetPixmapByDepth(3), XmInstallImage(3), and XmUninstallImage(3). ... 0
Johanes Gumabo
Data Size : 26,614 byte
man-XmGetPixmap.3Build : 2024-12-05, 20:55 :
Visitor Screen : x
Visitor Counter ( page / site ) : 3 / 200,663
Visitor ID : :
Visitor IP : 18.116.89.70 :
Visitor Provider : AMAZON-02 :
Provider Position ( lat x lon ) : 39.962500 x -83.006100 : x
Provider Accuracy Radius ( km ) : 1000 :
Provider City : Columbus :
Provider Province : Ohio , : ,
Provider Country : United States :
Provider Continent : North America :
Visitor Recorder : Version :
Visitor Recorder : Library :
Online Linux Manual Page : Version : Online Linux Manual Page - Fedora.40 - march=x86-64 - mtune=generic - 24.12.05
Online Linux Manual Page : Library : lib_c - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Online Linux Manual Page : Library : lib_m - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Data Base : Version : Online Linux Manual Page Database - 24.04.13 - march=x86-64 - mtune=generic - fedora-38
Data Base : Library : lib_c - 23.02.07 - march=x86-64 - mtune=generic - fedora.36
Very long time ago, I have the best tutor, Wenzel Svojanovsky . If someone knows the email address of Wenzel Svojanovsky , please send an email to johanes_gumabo@yahoo.co.id .
If error, please print screen and send to johanes_gumabo@yahoo.co.id
Under development. Support me via PayPal.
ERROR : Need New Coding : (parse_manual_page_|249|XmGetPixmap.3|2|..|... ) (parse_manual_page_|249|XmGetPixmap.3|52|iX|.iX "XmGetPixmap"
) (parse_manual_page_|249|XmGetPixmap.3|53|iX|.iX "pixmaps"
) (parse_manual_page_|249|XmGetPixmap.3|244|..|... )