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

Definition at line 191 of file dui_util.c.

References set_something(), and watch_colors.

194 {
195  set_something(w,XmNbackgroundPixmap,watch_colors[color]);
196 }
static Pixmap watch_colors[MAX_COLORS]
Definition: dui_util.c:163
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: