]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/Toolbars.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / Toolbars.h
index 48ca1c223c5eddfdfef283cd6fc16f9252fde915..92bd3de78b46e1f1032264c6f7a88538808f5a7e 100644 (file)
@@ -38,8 +38,10 @@ public:
                LAYOUTS,
                /// a special widget to insert tabulars
                TABLEINSERT,
-               ///
+               /// a button that expands a menu
                POPUPMENU,
+               /// a button that expands a menu but remembers the last choice
+               STICKYPOPUPMENU,
                ///
                ICONPALETTE
        };
@@ -105,7 +107,8 @@ public:
                MATH = 128, //< show when in math
                TABLE = 256, //< show when in table
                REVIEW = 512, //< show when change tracking is enabled
-               MATHMACROTEMPLATE = 1024 //< show in math macro template
+               MATHMACROTEMPLATE = 1024, //< show in math macro template
+               SAMEROW = 2048 //place to the current row, no new line
        };
 
        typedef std::vector<ToolbarInfo> Infos;