aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkpreview.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/fltkpreview.hh')
-rw-r--r--dw/fltkpreview.hh5
1 files changed, 5 insertions, 0 deletions
diff --git a/dw/fltkpreview.hh b/dw/fltkpreview.hh
index 06d5a537..9e0f4eb1 100644
--- a/dw/fltkpreview.hh
+++ b/dw/fltkpreview.hh
@@ -42,6 +42,11 @@ public:
core::style::Color *color,
core::style::Color::Shading shading,
int x, int y, const char *text, int len);
+ void drawSimpleWrappedText (core::style::Font *font,
+ core::style::Color *color,
+ core::style::Color::Shading shading,
+ int x, int y, int w, int h,
+ const char *text, int len);
void drawImage (core::Imgbuf *imgbuf, int xRoot, int yRoot,
int x, int y, int width, int height);