]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/Toolbars.h
Use QFontMetrics information for underlines (and friends) width and position
[lyx.git] / src / frontends / qt4 / Toolbars.h
index 92bd3de78b46e1f1032264c6f7a88538808f5a7e..02d0ebe5a4da275f7079da88d74936ed1bd4025d 100644 (file)
@@ -108,7 +108,10 @@ public:
                TABLE = 256, //< show when in table
                REVIEW = 512, //< show when change tracking is enabled
                MATHMACROTEMPLATE = 1024, //< show in math macro template
-               SAMEROW = 2048 //place to the current row, no new line
+               SAMEROW = 2048, //place to the current row, no new line
+               IPA = 4096, //< show when in IPA inset
+               MINIBUFFER = 8192, //< show when command-execute has been invoked
+               ALLOWAUTO = MATH | TABLE | REVIEW | MATHMACROTEMPLATE | IPA | MINIBUFFER
        };
 
        typedef std::vector<ToolbarInfo> Infos;