*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: XmGetColors | Section: 3 | Source: Digital UNIX | File: XmGetColors.3X.gz
XmGetColors(3X) XmGetColors(3X) NAME XmGetColors - A function that generates foreground, select, and shadow colors SYNOPSIS #include <Xm/Xm.h> void XmGetColors (screen, colormap, background, foreground, top_shadow, bottom_shadow, select) Screen * screen; Colormap colormap; Pixel background; Pixel * foreground; Pixel * top_shadow; Pixel * bottom_shadow; Pixel * select; DESCRIPTION XmGetColors takes a screen, a colormap, and a background pixel, and it returns pixel values for foreground, select, and shadow colors. Speci- fies the screen for which these colors should be allocated. Specifies the colormap from which these colors should be allocated. Specifies the background on which the colors should be based. Specifies a pointer to the returned foreground pixel value. If this argument is NULL no value is allocated or returned for this color. Specifies a pointer to the returned top shadow pixel value. If this argument is NULL no value is allocated or returned for this color. Specifies a pointer to the returned bottom shadow pixel value. If this argument is NULL no value is allocated or returned for this color. Specifies a pointer to the returned select pixel value. If this argument is NULL no value is allocated or returned for this color. SEE ALSO XmChangeColor(3X), XmGetColorCalculation(3X), XmSetColorCalculation(3X) XmGetColors(3X)

Navigation Options