summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/wscript
diff options
context:
space:
mode:
authorJohannes Mueller <github@johannes-mueller.org>2019-04-20 12:37:07 +0200
committerJohannes Mueller <github@johannes-mueller.org>2019-04-20 15:25:32 +0200
commitb141d17274c5d778fc8847e6129b37105be858ae (patch)
treed5987acde88b56aef27e4e2b03d69cab4742d1c2 /libs/gtkmm2ext/wscript
parent8cbbd3dd00af150ac6b4f2f33771fa12b4a36f21 (diff)
Provide an API to get all available actions by one singleton class
The singleton ActionModel provides a Gtk::Treestore of all actions known to ardour. To be used for example by surface control editors to implement action bindings.
Diffstat (limited to 'libs/gtkmm2ext/wscript')
-rw-r--r--libs/gtkmm2ext/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/gtkmm2ext/wscript b/libs/gtkmm2ext/wscript
index 605596f951..7a64ea01d3 100644
--- a/libs/gtkmm2ext/wscript
+++ b/libs/gtkmm2ext/wscript
@@ -24,6 +24,7 @@ I18N_PACKAGE = 'gtkmm2ext3'
gtkmm2ext_sources = [
'actions.cc',
+ 'action_model.cc',
'application.cc',
'bindings.cc',
'cairo_packer.cc',