]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Inset.h
Math.lyx, Tutorial.lyx: fix some typos spotted by a user
[lyx.git] / src / insets / Inset.h
index b1070d8a33d051b960568dbeb03e36f5be75084e..b82234fbd6c5c8ded702acc3bee7f6230c6fd3a8 100644 (file)
@@ -347,6 +347,8 @@ public:
        virtual bool isActive() const { return nargs() > 0; }
        /// can we click at the specified position ?
        virtual bool clickable(int, int) const { return false; }
+       /// Move one cell backwards
+       virtual bool allowsCaptionVariation() const { return false; }
 
        /// does this contain text that can be change track marked in DVI?
        virtual bool canTrackChanges() const { return false; }