]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetBox.h
Some context menu work:
[features.git] / src / insets / InsetBox.h
index 4f207c28a832dbcb370ab9bc3afb1f932081285c..28aa7a4b22b348c523791aa2f2d25e0e855e2f31 100644 (file)
@@ -123,6 +123,8 @@ private:
        Inset * clone() const { return new InsetBox(*this); }
        /// used by the constructors
        void init();
+       ///
+       virtual docstring contextMenu(BufferView const & bv, int x, int y) const;
 
        ///
        InsetBoxParams params_;