Add Lua bindings to set toggle-actions
[ardour.git] / gtk2_ardour / editor.h
index dfc0ab2cb5e3ef280a8c134be6b63d911427860e..1e3f4c9a990273e4fcb66c2d43edb78b55652c6e 100644 (file)
@@ -1114,7 +1114,8 @@ private:
        void control_scroll (float);
        void control_select (boost::shared_ptr<ARDOUR::Stripable>, Selection::Operation);
        void control_unselect ();
-       void access_action (std::string,std::string);
+       void access_action (const std::string&, const std::string&);
+       void set_toggleaction (const std::string&, const std::string&, bool);
        bool deferred_control_scroll (framepos_t);
        sigc::connection control_scroll_connection;