X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fgtkmm2ext%2Fgtkmm2ext%2Fapplication.h;h=65c4731ce0733d40cf93910b2ef8c864bc13df11;hb=b9c9777b9a2be6fab826fd1236820bb67859d292;hp=f0d029d3e7076a0e1f650326e7438efa7df3a79b;hpb=cf806123ca5faaef483f898daba3f7bd38ec62eb;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 ();