X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fgtkmm2ext%2Fgtkmm2ext%2Fapplication.h;h=65c4731ce0733d40cf93910b2ef8c864bc13df11;hb=ee541036b40327854b445c631c318d79d5c93b07;hp=f0d029d3e7076a0e1f650326e7438efa7df3a79b;hpb=b9185d2c07c77eccf3679ac99f6b69f8fdd79c48;p=ardour.git diff --git a/libs/gtkmm2ext/gtkmm2ext/application.h b/libs/gtkmm2ext/gtkmm2ext/application.h index f0d029d3e7..65c4731ce0 100644 --- a/libs/gtkmm2ext/gtkmm2ext/application.h +++ b/libs/gtkmm2ext/gtkmm2ext/application.h @@ -1,4 +1,4 @@ -/* GTK+ Integration with platform-specific application-wide features +/* GTK+ Integration with platform-specific application-wide features * such as the OS X menubar and application delegate concepts. * * Copyright (C) 2009 Paul Davis @@ -38,13 +38,14 @@ namespace Glib { namespace Gtkmm2ext { -class LIBGTKMM2EXT_API Application +class LIBGTKMM2EXT_API Application { public: static Application* instance(); ~Application (); void ready (); + void hide (); void cleanup (); void set_menu_bar (Gtk::MenuShell&); GtkApplicationMenuGroup* add_app_menu_group ();