Home
last modified time | relevance | path

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

/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DSectionDiskMenu.cpp69 DISKMENU_BUTTON_EXIT, enumerator
505 case DISKMENU_BUTTON_EXIT: in handleEvent()
580 …PPButton* button = new PPButton(DISKMENU_BUTTON_EXIT, screen, this, PPPoint(x, y), PPSize(buttonWi… in init()
714 if (controls.get(i)->getID() != DISKMENU_BUTTON_EXIT) in init()
835 …buttonWidth = container->getControlByID(DISKMENU_BUTTON_EXIT)->getLocation().x - (x + bWidth + 4) … in init()