]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.h
Add tabular context menu. Feel free to enhance/modify Edwin.
[lyx.git] / src / insets / InsetTabular.h
index 390fc2ab0768e09ce12ee04fe142741e71de48cc..d05c20065a8e42eed821505be4cd2c8cf72f5a14 100644 (file)
@@ -737,6 +737,8 @@ public:
        void validate(LaTeXFeatures & features) const;
        ///
        InsetCode lyxCode() const { return TABULAR_CODE; }
+       ///
+       docstring contextMenu(BufferView const & bv, int x, int y) const;
        /// get offset of this cursor slice relative to our upper left corner
        void cursorPos(BufferView const & bv, CursorSlice const & sl,
                bool boundary, int & x, int & y) const;