]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcollapsable.h
fix compilation pb ; update eu.po
[lyx.git] / src / insets / insetcollapsable.h
index 3632e6b09122f8be0b8a2903526be155340da797..5b89661942708c4becd8c7732c131fd2a729fed1 100644 (file)
@@ -131,6 +131,17 @@ public:
        void resizeLyXText(BufferView *) const;
        ///
        std::vector<string> const getLabelList() const;
+       ///
+       bool nodraw() const;
+       ///
+       int scroll(bool recursive=true) const;
+       void scroll(BufferView *bv, float sx) const {
+               UpdatableInset::scroll(bv, sx);
+       }
+       void scroll(BufferView *bv, int offset) const {
+               UpdatableInset::scroll(bv, offset);
+       }
+
 protected:
        ///
        int ascent_collapsed(Painter &, LyXFont const &) const;