*** 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: MrmFetchColorLiteral | Section: 3 | Source: Digital UNIX | File: MrmFetchColorLiteral.3X.gz
MrmFetchColorLiteral(3X) MrmFetchColorLiteral(3X) NAME MrmFetchColorLiteral - Fetches a named color literal from a UID file SYNOPSIS #include <Mrm/MrmPublic.h> int MrmFetchColorLiteral(hierarchy_id, index, display, colormap_id, pixel) MrmHierarchy hierarchy_id; String index; Display *display; Colormap colormap_id; Pixel *pixel; DESCRIPTION The MrmFetchColorLiteral function fetches a named color literal from a UID file, and converts the color literal to a pixel color value. Spec- ifies the ID of the UID hierarchy that contains the specified literal. The hierarchy_id was returned in a previous call to MrmOpenHierarchy- PerDisplay. Specifies the UIL name of the color literal to fetch. You must define this name in UIL as an exported value. Specifies the dis- play used for the pixmap. The display argument specifies the connection to the X server. For more information on the Display structure, see the Xlib function XOpenDisplay. Specifies the ID of the color map. If NULL, the default color map is used. Returns the ID of the color lit- eral. RETURN VALUE This function returns one of these status return constants: The func- tion executed successfully. The hierarchy ID was invalid. The color literal was not found in the UIL file. The caller tried to fetch a literal of a type not supported by this function. The function failed. SEE ALSO MrmFetchBitmapLiteral(3X), MrmOpenHierarchyPerDisplay(3X), Mrm- FetchIconLiteral(3X), MrmFetchLiteral(3X), XOpenDisplay(3X11) MrmFetchColorLiteral(3X)

Navigation Options