]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCollapsable.h
Fix mis-nomer
[lyx.git] / src / insets / InsetCollapsable.h
index ec23773123e079217dfd6e77d9f15e835040d370..c7b6d65c3a4f193454ba8bc1dcd73d3a9d4ae19c 100644 (file)
@@ -54,6 +54,8 @@ public:
        void metrics(MetricsInfo &, Dimension &) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
+       ///
+       virtual void drawBackground(PainterInfo &, int, int) const {}
 
        /// return x,y of given position relative to the inset's baseline
        void cursorPos(BufferView const & bv, CursorSlice const & sl,
@@ -127,6 +129,8 @@ public:
        /// and of course decoration().
        Geometry geometry(BufferView const & bv) const;
        ///
+       bool canPaintChange(BufferView const & bv) const;
+       ///
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const;
        ///
        bool setMouseHover(BufferView const * bv, bool mouse_hover) const;