]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Application.h
* Hartmut's csv2lyx script
[lyx.git] / src / frontends / Application.h
index 0cc2ed00f69eef03e37bcfa262035469e4d083a3..28a64a48d6df2fa4a110a827a174c39cb518fc28 100644 (file)
@@ -219,6 +219,11 @@ public:
        */
        virtual void readMenus(Lexer & lex) = 0;
 
+       /**
+       * initialize the global menubar on Mac
+       */
+       virtual void initGlobalMenu() = 0;
+       
        /**
        * add a callback for socket read notification
        * @param fd socket descriptor (file/socket/etc)
@@ -240,6 +245,7 @@ public:
 
 frontend::Application * theApp();
 frontend::Application * createApplication(int & argc, char * argv[]);
+void hideDialogs(std::string const & name, Inset * inset);
 
 } // namespace lyx