Home
last modified time | relevance | path

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

/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DTrackerInit.cpp1293 PPListBox* listBoxModulesDst = NULL; in initInstrumentChooser() local
1478 listBoxModulesDst = new PPListBox(INSTRUMENT_CHOOSER_LIST_DST3, screen, this, in initInstrumentChooser()
1480 listBoxModulesDst->setShowIndex(true); in initInstrumentChooser()
1481 fillModuleListBox(listBoxModulesDst); in initInstrumentChooser()
1482 container->addControl(listBoxModulesDst); in initInstrumentChooser()
1522 tabManager->getModuleEditorFromTabIndex(listBoxModulesDst->getSelectedIndex())); in initInstrumentChooser()
1545 tabManager->getModuleEditorFromTabIndex(listBoxModulesDst->getSelectedIndex())); in initInstrumentChooser()