19 #ifndef _WIDGETS_ARDOUR_SPINNER_H_
20 #define _WIDGETS_ARDOUR_SPINNER_H_
22 #include <ytkmm/adjustment.h>
23 #include <ytkmm/alignment.h>
24 #include <ytkmm/spinbutton.h>
36 ArdourSpinner (std::shared_ptr<PBD::Controllable>, Gtk::Adjustment* adj);