Merge branch 'master' into windows
[ardour.git] / libs / gtkmm2ext / gtkmm2ext / actions.h
index e35ee1f442cc293c592eb084b65319a17611d641..9101f8ea92b6c4e86a8fe07f2e5d539147ccee9e 100644 (file)
@@ -86,7 +86,9 @@ namespace ActionManager {
                                     std::vector<std::string>& tooltips,
                                     std::vector<Gtk::AccelKey>& bindings);
 
+       extern void check_toggleaction (std::string);
        extern void uncheck_toggleaction (std::string);
+       extern void set_toggleaction_state (std::string, bool);
 };
 
 #endif /* __libgtkmm2ext_actions_h__ */