Home
last modified time | relevance | path

Searched refs:widget_create_pushbutton_op (Results 1 – 2 of 2) sorted by relevance

/dports/audio/fossmixer/detroit-0.2.3/engine/
H A Dwidget.h734 static int widget_create_pushbutton_op(struct w_stack *, char *, int, int, unsigned int, unsigned i…
H A Dwidget.c2558 return(widget_create_pushbutton_op(w, s, x, y, o, k, o_x, o_y, z, in widget_create_pushbutton_1()
2563 return(widget_create_pushbutton_op(w, s, x, y, o, k, o_x, o_y, z, in widget_create_pushbutton_2()
2568 return(widget_create_pushbutton_op(w, s, x, y, o, k, o_x, o_y, z, in widget_create_pushbutton_3()
2572 static int widget_create_pushbutton_op(struct w_stack *w, char *s, int x, int y, unsigned int o, un… in widget_create_pushbutton_op() function