Home
last modified time | relevance | path

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

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Deditor.cc694 …ed().connect (sigc::hide_return (sigc::bind (sigc::mem_fun (*this, &Editor::scroll_press), LEFT))); in Editor()
699 …d().connect (sigc::hide_return (sigc::bind (sigc::mem_fun (*this, &Editor::scroll_press), RIGHT))); in Editor()
5776 Editor::scroll_press (Direction dir) in scroll_press() function in Editor
5807 sigc::bind (sigc::mem_fun (*this, &Editor::scroll_press), dir), 100 in scroll_press()
H A Deditor.h1112 bool scroll_press (Direction);