]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetListings.h
Move LFUN_GRAPHICS_EDIT and LFUN_EXTERNAL_EDIT from LyXFunc.cpp to BufferView.cpp...
[features.git] / src / insets / InsetListings.h
index 13efb881d15ef15c05816fb578d720601a583615..d21bda8ce6b538dac157e32c60f0e34d73ca4619 100644 (file)
@@ -56,6 +56,9 @@ public:
        InsetListingsParams const & params() const { return params_; }
        ///
        InsetListingsParams & params() { return params_; }
+       ///
+       docstring contextMenu(BufferView const & bv, int x, int y) const;
+
 private:
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);