FACT++  1.0
void set_unlock ( Widget  w)

Definition at line 205 of file dui_util.c.

References set_something(), and unlock.

207 {
208  set_something(w,XmNbackgroundPixmap,unlock);
209 }
static Pixmap unlock
Definition: dui_util.c:165
void set_something(Widget w, char *resource, char *value)
Definition: dui_util.c:62

+ Here is the call graph for this function: