]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiPainter.h
On Mac, moving down a paragraph should place the cursor at the end of the current...
[lyx.git] / src / frontends / qt4 / GuiPainter.h
index a3849bb679ca4a65d8d48a362bde653bbe918933..a29507831fa80423089eb2aca5e1a64f9d3c5184 100644 (file)
@@ -93,6 +93,9 @@ public:
        /// draw a char at position x, y (y is the baseline)
        virtual int text(int x, int y, char_type c, FontInfo const & f);
 
+       ///
+       virtual void textDecoration(FontInfo const & f, int x, int y, int width);
+
        /// draw a string and enclose it inside a button frame
        virtual void buttonText(int x, int baseline, docstring const & s,
                FontInfo const & font, bool mouseHover);