Home
last modified time | relevance | path

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

/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DTrackerInit.cpp1292 PPListBox* listBoxSamplesDst = NULL; in initInstrumentChooser() local
1539 listBoxSamplesDst = new PPListBox(INSTRUMENT_CHOOSER_LIST_DST2, screen, this, in initInstrumentChooser()
1541 listBoxSamplesDst->setShowIndex(true); in initInstrumentChooser()
1542 listBoxSamplesDst->setIndexBaseCount(0); in initInstrumentChooser()
1544 fillSampleListBox(listBoxSamplesDst, listBoxInstrumentsDst->getSelectedIndex(), in initInstrumentChooser()
1547 container->addControl(listBoxSamplesDst); in initInstrumentChooser()
1596 listBoxSamplesDst = new PPListBox(INSTRUMENT_CHOOSER_LIST_DST2, screen, this, in initInstrumentChooser()
1598 listBoxSamplesDst->setShowIndex(true); in initInstrumentChooser()
1599 listBoxSamplesDst->setIndexBaseCount(0); in initInstrumentChooser()
1603 container->addControl(listBoxSamplesDst); in initInstrumentChooser()
[all …]