Home
last modified time | relevance | path

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

/dports/audio/rezound/rezound-0.13.1beta/src/frontend_fox/
H A DCMacroActionParamsDialog.cpp78startPosRadioButton1=new FXRadioButton(frame1,_("Leave in the Same Position From Previous Action")… in FXIMPLEMENT()
132 startPosRadioButton1->setCheck(TRUE); in showIt()
166 if(startPosRadioButton1->getCheck()==TRUE) in showIt()
H A DCMacroActionParamsDialog.h62 FXRadioButton *startPosRadioButton1; variable