Catch keyboard events on notes.
[ardour.git] / gtk2_ardour / gain_meter.h
index a24b93c034a21631df2c315236b60f8c3f9e033c..3839221e7368fec67fb23e026c1523490c45d974 100644 (file)
@@ -30,6 +30,7 @@
 #include <gtkmm/button.h>
 #include <gtkmm/table.h>
 #include <gtkmm/drawingarea.h>
+#include <gdkmm/colormap.h>
 
 #include <ardour/types.h>
 
@@ -148,7 +149,7 @@ class GainMeter : public Gtk::VBox
        Gtk::HBox   meter_packer;
 
        void gain_adjusted ();
-       void gain_changed (void *);
+       void gain_changed ();
        
        void meter_point_clicked ();
        void gain_unit_changed ();
@@ -185,6 +186,9 @@ class GainMeter : public Gtk::VBox
        static Glib::RefPtr<Gdk::Pixbuf> slider;
        static Glib::RefPtr<Gdk::Pixbuf> rail;
        static int setup_slider_pix ();
+
+       void on_theme_changed ();
+       bool style_changed;
 };
 
 #endif /* __ardour_gtk_gain_meter_h__ */