]> git.lyx.org Git - lyx.git/blobdiff - src/rowpainter.h
Change string
[lyx.git] / src / rowpainter.h
index c9bcafb7231940c6d683753f47602ac8dae7fc43..59dfe2cc0030174ce302370075cd2f2869fea5d1 100644 (file)
@@ -63,13 +63,13 @@ private:
        int paintAppendixStart(int y);
        void paintFromPos(pos_type & vpos);
        void paintInset(Inset const * inset, pos_type const pos);
-       void paintHfill(pos_type const pos, pos_type const body_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_;