diff options
Diffstat (limited to 'dw/view.hh')
-rw-r--r-- | dw/view.hh | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -179,7 +179,10 @@ public: style::Color *color, style::Color::Shading shading, int x, int y, const char *text, int len) = 0; - + virtual void drawSimpleWrappedText (style::Font *font, style::Color *color, + style::Color::Shading shading, + int x, int y, int w, int h, + const char *text, int len) = 0; virtual void drawImage (Imgbuf *imgbuf, int xRoot, int yRoot, int x, int y, int width, int height) = 0; |