]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetGraphics.h
Cleanup mouse/selection/context-menu interactions.
[lyx.git] / src / insets / InsetGraphics.h
index b5c8043c23a38bd2f1ee57bb805be4cb8f37cce7..281e3057c2e9f482918237f94835b438175e5102 100644 (file)
@@ -84,6 +84,8 @@ public:
        void updateEmbeddedFile(EmbeddedFile const &);
        ///
        void addToToc(ParConstIterator const &) const;
+       ///
+       docstring contextMenu(BufferView const & bv, int x, int y) const;
 
        /// Force inset into LTR environment if surroundings are RTL?
        virtual bool forceLTR() const { return true; }