]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCode.h
* add PreBabelPreamble to Language definition (fixes #4786).
[lyx.git] / src / insets / InsetCode.h
index 841ae0d0c7b23dc3f72ba9f000ea6cd2c2a7a6bf..33d3a4be0af02635a4047fa768805931e0e83c3b 100644 (file)
@@ -83,7 +83,7 @@ enum InsetCode {
        ///
        INDEX_PRINT_CODE,
        ///
-       OPTARG_CODE,
+       ARG_CODE,
        ///
        CELL_CODE,
        ///
@@ -218,6 +218,14 @@ enum InsetCode {
        MATH_XYMATRIX_CODE,
        ///
        MATH_MACRO_CODE,
+       ///
+       ARGUMENT_PROXY_CODE, // 100
+       ///
+       PREVIEW_CODE,
+       ///
+       MATH_DIAGRAM_CODE, 
+       ///
+       INSET_CODE_SIZE,
 };
 
 } // namespace lyx