a bunch of stuff to make tab/window switching work better, and provide Alt-m to toggl...
[ardour.git] / libs / gtkmm2ext / gtkmm2ext / binding_proxy.h
index 022a0cbcd9145b688a00a673dc69a7a2d2b58654..7108c46eb2b8af8c66c760b698c09f272511ae65 100644 (file)
@@ -39,7 +39,7 @@ class LIBGTKMM2EXT_API BindingProxy : public sigc::trackable
        BindingProxy (boost::shared_ptr<PBD::Controllable>);
        BindingProxy ();
        virtual ~BindingProxy();
-       
+
        void set_bind_button_state (guint button, guint statemask);
 
        static bool is_bind_action (GdkEventButton *);
@@ -51,10 +51,10 @@ class LIBGTKMM2EXT_API BindingProxy : public sigc::trackable
   protected:
        Gtkmm2ext::PopUp*  prompter;
        boost::shared_ptr<PBD::Controllable> controllable;
-       
+
        static guint bind_button;
        static guint bind_statemask;
-       
+
        PBD::ScopedConnection learning_connection;
        void learning_finished ();
        bool prompter_hiding (GdkEventAny *);