Home
last modified time | relevance | path

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

/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DTrackerInit.cpp1289 PPListBox* listBoxSamplesSrc = NULL; in initInstrumentChooser() local
1368 listBoxSamplesSrc = new PPListBox(INSTRUMENT_CHOOSER_LIST_SRC2, screen, this, in initInstrumentChooser()
1370 listBoxSamplesSrc->setShowIndex(true); in initInstrumentChooser()
1371 listBoxSamplesSrc->setIndexBaseCount(0); in initInstrumentChooser()
1377 listBoxSamplesSrc->setSelectedIndex(srcSelection2, false); in initInstrumentChooser()
1379 container->addControl(listBoxSamplesSrc); in initInstrumentChooser()
1431 listBoxSamplesSrc->setShowIndex(true); in initInstrumentChooser()
1432 listBoxSamplesSrc->setIndexBaseCount(0); in initInstrumentChooser()
1437 listBoxSamplesSrc->setSelectedIndex(srcSelection2, false); in initInstrumentChooser()
1439 container->addControl(listBoxSamplesSrc); in initInstrumentChooser()
[all …]