]> 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 8e75438884689f17deed634d330ccfb688ea11cd..263b3a851c44cae99c4522f835a3566cb31fa758 100644 (file)
@@ -129,10 +129,15 @@ private:
        /// check the font, and if set, draw an dashed underline
        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);