]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiPainter.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiPainter.h
index 232798e11ea594972a81373236d4c1242b7705ec..263b3a851c44cae99c4522f835a3566cb31fa758 100644 (file)
@@ -130,6 +130,14 @@ private:
        void dashedUnderline(FontInfo const & f,
                int x, int y, int width);
 
+       /// check the font, and if set, draw an strike-through line
+       void strikeoutLine(FontInfo const & f,
+               int x, int y, int width);
+
+       /// check the font, and if set, draw double underline
+       void doubleUnderline(FontInfo const & f,
+               int x, int y, int width);
+
        /// draw a bevelled button border
        void buttonFrame(int x, int y, int w, int h);