]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Inset.cpp
initial basic context menu support.
[lyx.git] / src / insets / Inset.cpp
index 7e833e450b65bd9a362674b4fd20f04877c315d4..616c180c3a45f1be24c1e4a16901b3dec0e24a88 100644 (file)
@@ -131,6 +131,12 @@ docstring Inset::toolTip(BufferView const &, int, int) const
 }
 
 
+docstring Inset::contextMenu(BufferView const &, int, int) const
+{
+       return docstring();
+}
+
+
 Dimension const Inset::dimension(BufferView const & bv) const
 {
        return bv.coordCache().getInsets().dim(this);