]> git.lyx.org Git - lyx.git/blobdiff - src/rowpainter.h
installer: further preparation
[lyx.git] / src / rowpainter.h
index 6408fdc73fb33ac0b9dea21807af71f3686aa27b..480a2dd56c58a946e7fe99626795e1edc5131ed5 100644 (file)
@@ -58,6 +58,7 @@ public:
        void paintSelection();
 
 private:
+       void paintSeparator(double orig_x, double width, FontInfo const & font);
        void paintForeignMark(double orig_x, Language const * lang, int desc = 0);
        void paintMisspelledMark(double orig_x, bool changed);
        void paintHebrewComposeChar(pos_type & vpos, FontInfo const & font);
@@ -75,6 +76,12 @@ private:
        /// return the label font for this row
        FontInfo labelFont() const;
 
+       ///
+       void paintLabel();
+       ///
+       void paintTopLevelLabel();
+
+
        /// contains painting related information.
        PainterInfo & pi_;