]> git.lyx.org Git - lyx.git/blobdiff - src/MenuBackend.h
Fulfill promise to Andre: TextClass_ptr --> TextClassPtr.
[lyx.git] / src / MenuBackend.h
index 0ac9ee3e20859495c84d639b8977d740e66480c0..bfb3833bf6eb06bbd9eeb759641afdf97170235c 100644 (file)
@@ -63,6 +63,12 @@ public:
                /** This is the list of elements available
                 * for insertion into document. */
                CharStyles,
+               /** This is the list of user-configurable
+               insets to insert into document */
+               Custom,
+               /** This is the list of XML elements to
+               insert into the document */
+               Elements,
                /** This is the list of floats that we can
                    insert a list for. */
                FloatListInsert,
@@ -111,7 +117,7 @@ public:
        /// returns the status of the lfun associated with this entry
        void status(FuncStatus const & status) { status_ = status; }
        /**
-        * returns the binding associated to this action.        
+        * returns the binding associated to this action.
         * Use the native UI format when \c forgui is true.
         */
        docstring const binding(bool forgui) const;