]> git.lyx.org Git - lyx.git/blobdiff - src/menus.h
white-space changes, removed definitions.h several enum changes because of this,...
[lyx.git] / src / menus.h
index faff62f081a6c044a6ac88980cdf7c1e8f2b162d..84c9540d791b1a94733930bf9cfec38702ad3ae6 100644 (file)
@@ -7,7 +7,7 @@
 *           Copyright (C) 1995 1996 Matthias Ettrich
 *           and the LyX Team.
 *
-*======================================================*/
+* ====================================================== */
 
 #ifndef MENUS_H
 #define MENUS_H
@@ -35,20 +35,6 @@ public:
        void hideMenus();
        ///
        void openByName(string const &menuName);
-private:
-       ///
-       void create_menus(int air);
-       ///
-       void ScreenOptions();
-       ///
-       void showCopyright();
-       ///
-       void showLicense();
-       ///
-       void MenuDocu(string const & docname);
-       ///
-       void handleBufferMenu(int choice);
-       
        ///
        static void ShowFileMenu(FL_OBJECT *ob, long);
        ///
@@ -67,6 +53,20 @@ private:
        static void ShowBufferMenu(FL_OBJECT *ob, long);
        ///
        static void ShowHelpMenu(FL_OBJECT *ob, long);
+private:
+       ///
+       void create_menus(int air);
+       ///
+       void ScreenOptions();
+       ///
+       void showCopyright();
+       ///
+       void showLicense();
+       ///
+       void MenuDocu(string const & docname);
+       ///
+       void handleBufferMenu(int choice);
+       
        /// 
        BufferView *currentView();
        ///