FACT++  1.0
void set_face ( Widget  w,
int  color 
)

Definition at line 211 of file dui_util.c.

References faces, and set_something().

214 {
215  set_something(w,XmNbackgroundPixmap,faces[color]);
216 }
static Pixmap faces[MAX_COLORS]
Definition: dui_util.c:166
function color(col)
Definition: color.js:31
void set_something(Widget w, char *resource, char *value)
Definition: dui_util.c:62

+ Here is the call graph for this function: