summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-08-09 14:04:05 +0200
committerRobin Gareus <robin@gareus.org>2017-08-09 16:29:24 +0200
commitcba622cdcecdba2fd88556c4364646c96f4451c6 (patch)
tree939e71dba666100de6c090f27333751205362c26 /gtk2_ardour/editor.h
parentbbc8c1354e98abd1fa71e9e0346747c49df6c9c9 (diff)
Add Lua bindings to set toggle-actions
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index dfc0ab2cb5..1e3f4c9a99 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -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;