Home
last modified time | relevance | path

Searched refs:detach_from_menu (Results 1 – 3 of 3) sorted by relevance

/dports/audio/din/din-52/src/
H A Dspinner.h30 extern button& detach_from_menu (widget** wa, int n, int posx, int posy);
57 button& b_close = detach_from_menu (wa, 1, sp.dec.posx, sp.lbl.posy); in clicked()
H A Dspinner2.h30 extern button& detach_from_menu (widget** wa, int n, int posx, int posy);
56 button& b_close = detach_from_menu (wa, 1, sp.dec.posx, sp.lbl.posy); in clicked()
H A Dmenu.cc4359 …button& b_close = detach_from_menu (slrs, COLOR_SLIDERS_N, MENU.s_red_max.posx, MENU.s_red_max.pos… in START_SLIDE()
4459 button& detach_from_menu (widget** wa, int n, int posx, int posy) { in detach_from_menu() function