]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.h
Add GTK bibitem dialog
[lyx.git] / src / LyXAction.h
index ce2d452764c82948c0369da90f70ff639ea58c21..4d66c0f76b593ea6c0cba96dafe6022a75b7a539 100644 (file)
@@ -50,7 +50,9 @@ public:
                Noop = 0, //< nothing special about this func
                ReadOnly = 1, //< can be used in RO mode (perhaps this should change)
                NoBuffer = 2, //< Can be used when there is no document open
-               Argument = 4 //< Requires argument
+               Argument = 4, //< Requires argument
+               NoUpdate = 8, //< Does not (usually) require update
+               SingleParUpdate = 16 //< Usually only requires this par updated
        };
 
        LyXAction();