Home
last modified time | relevance | path

Searched refs:jump_to_selection (Results 1 – 4 of 4) sorted by relevance

/dports/audio/rezound/rezound-0.13.1beta/src/images/
H A Dmake_menu_thumbs.sh3 for i in jump_to_beginning.gif jump_to_next_q.gif jump_to_previous_q.gif jump_to_selection.gif paus…
/dports/audio/rezound/rezound-0.13.1beta/src/frontend_fox/
H A DCFOXIcons.cpp5081 jump_to_selection(new FXGIFIcon(app,jump_to_selection_icon)), in CFOXIcons()
5175 delete jump_to_selection; in ~CFOXIcons()
5268 if(strcmp(name,"jump_to_selection")==0) return jump_to_selection; in getByName()
H A DCFOXIcons.h64 FXIcon *jump_to_selection; variable
H A DCMainWindow.cpp238 …yControlsFrame,FXString("\t")+_("Jump to Start Position"),FOXIcons->jump_to_selection,this,ID_JUMP… in FXIMPLEMENT()