Query: xsetwindowcolormap
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XSetWindowColormap() XSetWindowColormap() Name XSetWindowColormap - set the colormap attribute for a window. Synopsis XSetWindowColormap(display, w, colormap) Display *display; Window w; Colormap colormap; Arguments display Specifies a connection to an X server; returned from XOpenDisplay(). w Specifies the ID of the window for which you want to set the colormap. colormap Specifies the colormap. Description XSetWindowColormap() sets the colormap attribute of the specified window. The colormap need not be installed to be set as an attribute. colormap will be used to translate pixel values drawn into this window when colormap is installed in the hardware, which will be taken care of by the window manager. In Release 3, applications must install their own colormaps if they cannot use the default colormap. In Release 4 and later, they should never do so. The colormap must have the same visual as the window. Errors BadColor Invalid colormap. BadMatch BadWindow See Also XChangeWindowAttributes(), XGetGeometry(), XGetWindowAttributes(), XSetWindowBackground(), XSetWindowBackgroundPixmap(), XSetWindowBor- der(), XSetWindowBorderPixmap(), XSetWMColormapWindows(). Xlib - Window Attributes XSetWindowColormap()
Related Man Pages |
---|
xlistinstalledcolormaps(3x11) - redhat |
xuninstallcolormap(3x11) - redhat |
xinstallcolormap(3) - suse |
xinstallcolormap(3x11) - osf1 |
xlistinstalledcolormaps(3x11) - osf1 |
Similar Topics in the Unix Linux Community |
---|
How to list file size on HPUX? |
PHP Man Pages Now Available (Over 10,000) |
How to extract every repeated string between two specific string? |
Wrong Array... |
Tar Command |