DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

XmChangeColor(X3mot)


XmChangeColor -- recalculates all associated colors of a widget

Synopsis

#include <Xm/Xm.h>

void XmChangeColor (widget, background) Widget widget; Pixel background;

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.

widget
Specifies the widget ID whose colors will be updated

pixel
Specifies the background color pixel value

References

XmGetColorCalculation(X3mot), XmGetColors(X3mot) and XmSetColorCalculation(X3mot).
25 April 2004
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004