Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XmGetColorCalculation(3X)

XmGetColors(3X)

XmSetColorCalculation(3X)

XmChangeColor(3X)  —  Subroutines

OSF/Motif

NAME

XmChangeColor − Recalculates all associated colors of  a widget

SYNOPSIS

#include <Xm/Xm.h>
void XmChangeColor (widget, background)
Widgetwidget;
Pixelbackground;

DESCRIPTION

XmChangeColor handles all color modifications for the specified widget when a new background pixel value is specified.  The function recalculates the foreground, select, and shadow colors based on the new background color and sets the corresponding resources for the widget.  If a color calculation procedure has been set by a call to XmSetColorCalculation, XmChangeColor uses that procedure to calculate the new colors.  Otherwise, the routine uses a default procedure. 

widgetSpecifies the widget ID whose colors will be updated

pixelSpecifies the background color pixel value

RELATED INFORMATION

XmGetColorCalculation(3X), XmGetColors(3X), and XmSetColorCalculation(3X). 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026