Home
last modified time | relevance | path

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

/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DTrackerInit.cpp1290 PPListBox* listBoxModulesSrc = NULL; in initInstrumentChooser() local
1297 listBoxModulesSrc = new PPListBox(INSTRUMENT_CHOOSER_LIST_SRC3, screen, this, in initInstrumentChooser()
1299 listBoxModulesSrc->setShowIndex(true); in initInstrumentChooser()
1301 fillModuleListBox(listBoxModulesSrc); in initInstrumentChooser()
1304 listBoxModulesSrc->setSelectedIndex(srcSelection3, false); in initInstrumentChooser()
1306 container->addControl(listBoxModulesSrc); in initInstrumentChooser()
1347 tabManager->getModuleEditorFromTabIndex(listBoxModulesSrc->getSelectedIndex())); in initInstrumentChooser()
1374 tabManager->getModuleEditorFromTabIndex(listBoxModulesSrc->getSelectedIndex())); in initInstrumentChooser()