]> git.lyx.org Git - lyx.git/blobdiff - src/MenuBackend.h
last Friday's text*.C -> text_func shuffle
[lyx.git] / src / MenuBackend.h
index f5450cec0f704b0602604eaa5034e7cebfb60335..5366515f2cb23f34c10bb31f4bc1fd09bf517a47 100644 (file)
@@ -62,7 +62,10 @@ public:
                FloatListInsert,
                /** This is the list of floats that we can
                    insert. */
-               FloatInsert
+               FloatInsert,
+               /** This is the list of selections that can
+                   be pasted. */
+               PasteRecent
        };
        /// Create a Command type MenuItem
        MenuItem(Kind kind,
@@ -183,9 +186,9 @@ public:
        ///
        bool hasMenu(string const &) const;
        ///
-       Menu & getMenu (string const &);
+       Menu & getMenu(string const &);
        ///
-       Menu const & getMenu (string const &) const;
+       Menu const & getMenu(string const &) const;
        ///
        Menu const & getMenubar() const;
        ///