Home
last modified time | relevance | path

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

/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DTrackerInit.cpp1288 PPListBox* listBoxInstrumentsSrc = NULL; in initInstrumentChooser() local
1344 listBoxInstrumentsSrc->setShowIndex(true); in initInstrumentChooser()
1346 fillInstrumentListBox(listBoxInstrumentsSrc, in initInstrumentChooser()
1350 listBoxInstrumentsSrc->setSelectedIndex(srcSelection, false); in initInstrumentChooser()
1352 container->addControl(listBoxInstrumentsSrc); in initInstrumentChooser()
1354 y2+=listBoxInstrumentsSrc->getSize().height+12; in initInstrumentChooser()
1373 fillSampleListBox(listBoxSamplesSrc, listBoxInstrumentsSrc->getSelectedIndex(), in initInstrumentChooser()
1405 listBoxInstrumentsSrc->setShowIndex(true); in initInstrumentChooser()
1407 fillInstrumentListBox(listBoxInstrumentsSrc); in initInstrumentChooser()
1410 listBoxInstrumentsSrc->setSelectedIndex(srcSelection, false); in initInstrumentChooser()
[all …]