]> git.lyx.org Git - lyx.git/blobdiff - src/MenuBackend.h
Fulfill promise to Andre: TextClass_ptr --> TextClassPtr.
[lyx.git] / src / MenuBackend.h
index 07c115a2727d052cc42e978e9a084d38c3634c89..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,