Home
last modified time | relevance | path

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

/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DTrackerInit.cpp1291 PPListBox* listBoxInstrumentsDst = NULL; in initInstrumentChooser() local
1517 listBoxInstrumentsDst = new PPListBox(INSTRUMENT_CHOOSER_LIST_DST, screen, this, in initInstrumentChooser()
1519 listBoxInstrumentsDst->setShowIndex(true); in initInstrumentChooser()
1521 fillInstrumentListBox(listBoxInstrumentsDst, in initInstrumentChooser()
1524 container->addControl(listBoxInstrumentsDst); in initInstrumentChooser()
1526 y2+=listBoxInstrumentsDst->getSize().height+12; in initInstrumentChooser()
1544 fillSampleListBox(listBoxSamplesDst, listBoxInstrumentsDst->getSelectedIndex(), in initInstrumentChooser()
1572 listBoxInstrumentsDst->setShowIndex(true); in initInstrumentChooser()
1574 fillInstrumentListBox(listBoxInstrumentsDst); in initInstrumentChooser()
1576 container->addControl(listBoxInstrumentsDst); in initInstrumentChooser()
[all …]