X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fmidi_scroomer.h;h=b27c66dbe9a00feba6e3cca52cac6e63589534ac;hb=7b687d08a19a74af3b84ec310150be7576c9ee9d;hp=a0021de92626926471e47b6c8d7dd0936b8d557e;hpb=2db91c126edc8fcaeda711d35369970576715719;p=ardour.git diff --git a/gtk2_ardour/midi_scroomer.h b/gtk2_ardour/midi_scroomer.h index a0021de926..b27c66dbe9 100644 --- a/gtk2_ardour/midi_scroomer.h +++ b/gtk2_ardour/midi_scroomer.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2008 Paul Davis + Copyright (C) 2008 Paul Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -24,14 +24,12 @@ #include 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); };