]> git.lyx.org Git - features.git/blobdiff - src/ToolbarBackend.h
* math macro toolbar can be made automatic
[features.git] / src / ToolbarBackend.h
index 95dc8900b726e9021a1ff9aabf19d1907c8ccb57..87162e8d589e3364f972bc7c8d4a992d22b152c2 100644 (file)
@@ -77,7 +77,8 @@ public:
                LEFT = 64, //< show at left
                RIGHT = 128, //< show at right
                REVIEW = 256, //< show when change tracking is enabled
-               AUTO = 512  //< only if AUTO is set, when MATH, TABLE and REVIEW is used
+               AUTO = 512,  //< only if AUTO is set, when MATH, TABLE and REVIEW is used
+               MATHMACROTEMPLATE = 1024 //< show in math macro
        };
        /// the toolbar items
        typedef std::vector<ToolbarItem> Items;