Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

base(1x) [debian man page]

Base(1x)						   AfterStep X11 window manager 						  Base(1x)

NAME
Base - essential AfterStep configuration options CONFIGURATION OPTIONS
BrowserCommand number command Selects web browser to be used by AfterStep when using the ExecBrowser command. Out of supplied list - all possibilities are checked to be present on the system, and first available one will be used. The default number/command combination is: 0 - $BROWSER, 1 - sensible-browser, 2 - x-www-browser, 3 - firefox, 4 - mozilla-firefox, 5 - mozilla, 6 - opera CursorPath path[:path] Specifies the paths to locate the cursor files in. DeskTopScale number If the geometry is not specified, then a desktop reduction factor is used to calculate the pager's size. Things in the pager window are shown at 1/number of the actual size. DeskTopSize W x H If W or H are less or equal to 100 - they define number of rows and columns in virtual desktop, each sized same as the screen. Oth- erwise W and H define the exact size of the virtual desktop in pixels, but to be no less then the size of the screen. DisableKDEGlobalsTheming If set will prevent AfterStep from updating private kdeglobals file when colorscheme is changed. kdeglobals needs to be updated in order to set colors for KDE apps to match that of the selected colorscheme. DisableSharedMemory Disables shared memory support in afterstep. Use this if you run X remotely, or have issues with shared memory in general. EditorCommand number command Selects editor to be used by AfterStep when using the ExecEditor command. Out of supplied list - all possibilities are checked to be present on the system, and first available one will be used. The default number/command combination is: 0- $EDITOR, 1-nedit, 2-xemacs, 3-gedit, 4-kedit, 5-kate FontPath path[:path] Specifies the paths to locate the font files in. Suported are standard X11 fonts and Truetype fonts through the FreeType library. IconPath path[:path] Specifies the paths to locate the bitmaps in, typically used only if XPM, JPEG, or PNG images aren't available. Valid bitmaps are standard X11 XBM's. ModulePath path[:path] Specifies the paths to locate the Modules in. Path path:path:path Specifies the search paths for icons (IconPath), fonts (FontPath), pixmaps (PixmapPath), cursors (CursorPath) and scripts (Script- Path). Multiple entries for a given search path are separated by a colon. PixmapPath path[:path] Specifies the paths to locate the pixmaps in. Valid pixmaps are currently XCF, XPM, PPM/PNM, ICO, GIF, XML Images, JPEG, PNG and TIFF. TermCommand number command Selects terminal emulator to be used by AfterStep when using the ExecInTerm command, where the first matching one will be used. The default number/command combination is: 0 - x-terminal-emulator, 1-aterm, 2-rxvt, 3-eterm, 4-xterm gtkrc20Path path set fullfilename for gtkrc file to be generated by AfterStep from gtkrc-20_template on colorscheme changes. Default is ~/.gtkrc-2.0. Change to prevent mangling of your own gtkrc. More sensible approach is to edit the template. gtkrcPath path set fullfilename for gtkrc file to be generated by AfterStep from gtkrc_template on colorscheme changes for GTK 1.x apps. Default is ~/.gtkrc. Change to prevent mangling of your own gtkrc. More sensible approach is to edit the template. 3rd Berkeley Distribution AfterStep v.2.2.11 Base(1x)

Check Out this Related Man Page

XmGetPixmap(library call)												 XmGetPixmap(library call)

NAME
XmGetPixmap -- A pixmap caching function that generates a pixmap, stores it in a pixmap cache, and returns the pixmap SYNOPSIS
#include <Xm/Xm.h> Pixmap XmGetPixmap( Screen *screen, char *image_name, Pixel foreground, Pixel background); DESCRIPTION
XmGetPixmap 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 sup- ports 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: o %B o $XAPPLRESDIR/%L/bitmaps/%N/%B o $XAPPLRESDIR/%l_%t/bitmaps/%N/%B o $XAPPLRESDIR/%l/bitmaps/%N/%B o $XAPPLRESDIR/bitmaps/%N/%B o $XAPPLRESDIR/%L/bitmaps/%B o $XAPPLRESDIR/%l_%t/bitmaps/%B o $XAPPLRESDIR/%l/bitmaps/%B o $XAPPLRESDIR/bitmaps/%B o $HOME/bitmaps/%B o $HOME/%B o /usr/lib/X11/%L/bitmaps/%N/%B o /usr/lib/X11/%l_%t/bitmaps/%N/%B o /usr/lib/X11/%l/bitmaps/%N/%B o /usr/lib/X11/bitmaps/%N/%B o /usr/lib/X11/%L/bitmaps/%B o /usr/lib/X11/%l_%t/bitmaps/%B o /usr/lib/X11/%l/bitmaps/%B o /usr/lib/X11/bitmaps/%B o /usr/include/X11/bitmaps/%B If neither XBMLANGPATH nor XAPPLRESDIR is set, the following pathnames are searched: o %B o $HOME/%L/bitmaps/%N/%B o $HOME/%l_%t/bitmaps/%N/%B o $HOME/%l/bitmaps/%N/%B o $HOME/bitmaps/%N/%B o $HOME/%L/bitmaps/%B o $HOME/%l_%t/bitmaps/%B o $HOME/%l/bitmaps/%B o $HOME/bitmaps/%B o $HOME/%B o /usr/lib/X11/%L/bitmaps/%N/%B o /usr/lib/X11/%l_%t/bitmaps/%N/%B o /usr/lib/X11/%l/bitmaps/%N/%B o /usr/lib/X11/bitmaps/%N/%B o /usr/lib/X11/%L/bitmaps/%B o /usr/lib/X11/%l_%t/bitmaps/%B o /usr/lib/X11/%l/bitmaps/%B o /usr/lib/X11/bitmaps/%B o /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 set- locale(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. RETURN
Returns a pixmap when successful; returns XmUNSPECIFIED_PIXMAP if the image corresponding to image_name cannot be found. RELATED
XmDestroyPixmap(3), XmGetPixmapByDepth(3), XmInstallImage(3), and XmUninstallImage(3). XmGetPixmap(library call)
Man Page