Home
last modified time | relevance | path

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

/dports/audio/rezound/rezound-0.13.1beta/src/frontend_fox/
H A DCMainWindow.h81 long onHotKeyFocusFixup(FXObject *sender,FXSelector sel,void *ptr);
H A DCMainWindow.cpp171 FXMAPFUNC(SEL_KEYPRESS, CMainWindow::ID_SOUND_LIST, CMainWindow::onHotKeyFocusFixup),
172 …APFUNC(SEL_KEYPRESS, CMainWindow::ID_CROSSFADE_EDGES_COMBOBOX, CMainWindow::onHotKeyFocusFixup),
173 FXMAPFUNC(SEL_KEYPRESS, CMainWindow::ID_CLIPBOARD_COMBOBOX, CMainWindow::onHotKeyFocusFixup),
521 long CMainWindow::onHotKeyFocusFixup(FXObject *sender,FXSelector sel,void *ptr) in onHotKeyFocusFixup() function in CMainWindow