Provide dialogs to edit pan values numerically, at least for
[ardour.git] / gtk2_ardour / midi_scroomer.h
index 30f77b79e140fb7fb97fc8a2fc909c2e69246955..5f758c727d5baab917c0e3eb3558195f0903a3bc 100644 (file)
 #include <gdkmm/pixbuf.h>
 
 class MidiScroomer : public Gtkmm2ext::Scroomer {
-public:
+  public:
        MidiScroomer(Gtk::Adjustment&);
        ~MidiScroomer();
 
        bool on_expose_event(GdkEventExpose*);
-
        void on_size_request(Gtk::Requisition*);
        void on_size_allocate(Gtk::Allocation&);