add ActionManager::set_sensitive() for Gtk::ActionGroup
[ardour.git] / libs / gtkmm2ext / gtkmm2ext / actions.h
index b396294f119f2d483a9af089706e88da97f1ece7..6311a98631396e36acefe3557104a4efd4cdb67e 100644 (file)
@@ -56,6 +56,7 @@ namespace ActionManager {
        LIBGTKMM2EXT_API extern std::string unbound_string;  /* the key string returned if an action is not bound */
        LIBGTKMM2EXT_API extern Glib::RefPtr<Gtk::UIManager> ui_manager;
 
+       LIBGTKMM2EXT_API extern void set_sensitive (Glib::RefPtr<Gtk::ActionGroup> group, bool yn);
        LIBGTKMM2EXT_API extern void set_sensitive (std::vector<Glib::RefPtr<Gtk::Action> >& actions, bool);
        LIBGTKMM2EXT_API extern std::string get_key_representation (const std::string& accel_path, Gtk::AccelKey& key);
        LIBGTKMM2EXT_API extern Gtk::Widget* get_widget (const char * name);