]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetListings.h
Make listings dialog translatable (mostly strings from InsetListingsParams), fix...
[lyx.git] / src / insets / InsetListings.h
index a3ae371a8edb5669f26cbd3d179dc5db04a8fe20..af0676e4f4c93f0fa6a14bbd7db82b6d42f9e207 100644 (file)
@@ -47,6 +47,10 @@ public:
        ///
        void validate(LaTeXFeatures &) const;
        ///
+       bool metrics(MetricsInfo &, Dimension &) const;
+       ///
+       void draw(PainterInfo & pi, int x, int y) const;
+       ///
        bool showInsetDialog(BufferView *) const;
        ///
        void getDrawFont(Font &) const;