]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCollapsible.h
New attempt on #9906: allow following hyperlinks via context menu.
[lyx.git] / src / insets / InsetCollapsible.h
index 423f2349872246f2c1d1c0e1b6f4a4cad8c69314..95a8e1f52c9830f369a6e85c993a4e3cd38897c0 100644 (file)
@@ -54,6 +54,12 @@ public:
        void read(Lexer &);
        ///
        void write(std::ostream &) const;
+
+       ///
+       int topOffset(BufferView const * bv) const;
+       ///
+       int bottomOffset(BufferView const * bv) const;
+
        ///
        void metrics(MetricsInfo &, Dimension &) const;
        ///