X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fgtkmm2ext%2Fgtkmm2ext%2Factions.h;h=9101f8ea92b6c4e86a8fe07f2e5d539147ccee9e;hb=0aac62e013e15e380001dafae39d554f8765a4a1;hp=e35ee1f442cc293c592eb084b65319a17611d641;hpb=b9ff443085b0513d95c867cce81595b9509b2dff;p=ardour.git diff --git a/libs/gtkmm2ext/gtkmm2ext/actions.h b/libs/gtkmm2ext/gtkmm2ext/actions.h index e35ee1f442..9101f8ea92 100644 --- a/libs/gtkmm2ext/gtkmm2ext/actions.h +++ b/libs/gtkmm2ext/gtkmm2ext/actions.h @@ -86,7 +86,9 @@ namespace ActionManager { std::vector& tooltips, std::vector& 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__ */