Support midnam files with a channel (not patch) NoteNameList.
[ardour.git] / gtk2_ardour / ardour_button.h
index 18de7230d2291d6a5604637a12707f743a175f4b..7b8d2a2372c5cb60947c014b94143b1545dedbf0 100644 (file)
@@ -108,6 +108,9 @@ class ArdourButton : public CairoWidget , public Gtkmm2ext::Activatable
        void on_name_changed ();
        bool on_enter_notify_event (GdkEventCrossing*);
        bool on_leave_notify_event (GdkEventCrossing*);
+       bool on_focus_in_event (GdkEventFocus*);
+       bool on_focus_out_event (GdkEventFocus*);
+       bool on_key_release_event (GdkEventKey *);
 
        void controllable_changed ();
        PBD::ScopedConnection watch_connection;
@@ -168,6 +171,8 @@ class ArdourButton : public CairoWidget , public Gtkmm2ext::Activatable
        bool _fixed_diameter;
        bool _distinct_led_click;
        bool _hovering;
+       bool _focused;
+       bool _fixed_colors_set;
     
        static bool _flat_buttons;