LookupOlColors(3W) — MISC. REFERENCE MANUAL PAGES
Dynamic Settings
NAME
LookupOlColors
SYNOPSIS
#include <OpenLook.h>
#include <Dynamic.h>
...
extern void LookupOlColors(w, colors)
Widget w;
OlDynamicColors ∗ colors;
DESCRIPTION
The LookupOlColors procedure is used to determine the current dynamic settings for the various OPEN LOOK(tm) defined dynamic colors. The function returns these values in the space provided by the caller pointed to by colors. The colors parameter should be a pointer to an OlDynamicColors struct -
typedef struct _OlDynamicColors
{
Pixel textForeground;
Pixel textBackground;
Pixel inputFocus;
} OlDynamicColors;
SEE ALSO
Sun Release 4.0 — Last change: