]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCollapsable.h
Fix GRAPHICS_EDIT of InsetGraphics
[lyx.git] / src / insets / InsetCollapsable.h
index b35a2bd09648d54f1831ed11c507d1aaabf8fb4a..2aa4f1b951eb15c5f311b5f31a053317fd6510d2 100644 (file)
@@ -78,8 +78,6 @@ public:
        /// can we go further down on mouse click?
        bool descendable() const;
        ///
-       bool isMacroScope() const;
-       ///
        void setLabel(docstring const & l);
        ///
        virtual void setButtonLabel() {}
@@ -151,6 +149,8 @@ public:
        /// Is this inset's layout defined in the document's textclass?
        /// May be wrong after textclass change or paste from another document
        bool undefined() const;
+       ///
+       virtual docstring contextMenu(BufferView const & bv, int x, int y) const;
 protected:
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);