a bunch of stuff to make tab/window switching work better, and provide Alt-m to toggl...
[ardour.git] / libs / gtkmm2ext / gtkmm2ext / stateful_button.h
index eb3ae0d567da4eed9a38cc80313ae5969fb61983..63d6890df43de21fccff08bf9f4b9abcf3246378 100644 (file)
@@ -28,7 +28,7 @@
 
 namespace Gtkmm2ext {
 
-class LIBGTKMM2EXT_API StateButton 
+class LIBGTKMM2EXT_API StateButton
 {
    public:
        StateButton();
@@ -80,12 +80,12 @@ class LIBGTKMM2EXT_API StatefulButton : public StateButton, public Gtk::Button
        explicit StatefulButton(const std::string &label);
        virtual ~StatefulButton() {}
        void set_widget_name (const std::string& name);
-        
+
   protected:
        void on_realize ();
         void on_style_changed (const Glib::RefPtr<Gtk::Style>& style);
         void on_state_changed (Gtk::StateType old_state);
-        
+
         Gtk::Widget* get_child_widget ();
        std::string get_widget_name() const { return get_name(); }
 };