| 50 | } |
| 51 | |
| 52 | void ofApp::onScrollViewEvent(ofxDatGuiScrollViewEvent e) |
| 53 | { |
| 54 | cout << e.target->getLabel() << " [index " << e.target->getIndex() << "] selected in [" << e.parent->getName() << "]" << endl; |
| 55 | } |
| 56 | |
| 57 | void ofApp::onAddNewItemButtonClick(ofxDatGuiButtonEvent e) |
| 58 | { |