]> git.lyx.org Git - lyx.git/blobdiff - src/rowpainter.h
Change string
[lyx.git] / src / rowpainter.h
index 874a28b00047cfae86de0ae62afc0666e5c23310..59dfe2cc0030174ce302370075cd2f2869fea5d1 100644 (file)
@@ -63,12 +63,13 @@ private:
        int paintAppendixStart(int y);
        void paintFromPos(pos_type & vpos);
        void paintInset(Inset const * inset, pos_type const pos);
-
+       void paintInlineCompletion(Font const & font);
+       
        /// return left margin
        int leftMargin() const;
 
        /// return the label font for this row
-       FontInfo const getLabelFont() const;
+       FontInfo labelFont() const;
 
        /// contains painting related information.
        PainterInfo & pi_;