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

Definition at line 198 of file dui_util.c.

References locks, and set_something().

201 {
202  set_something(w,XmNbackgroundPixmap,locks[color]);
203 }
static Pixmap locks[MAX_COLORS]
Definition: dui_util.c:164
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: