Make Dropdown menus at least as wide as the button
[ardour.git] / gtk2_ardour / midi_scroomer.h
index 30f77b79e140fb7fb97fc8a2fc909c2e69246955..b27c66dbe9a00feba6e3cca52cac6e63589534ac 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&);
 
        void get_colors(double color[], Component comp);
 };