aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkviewbase.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/fltkviewbase.hh')
-rw-r--r--dw/fltkviewbase.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/dw/fltkviewbase.hh b/dw/fltkviewbase.hh
index 5e1981f8..b5c3ab5e 100644
--- a/dw/fltkviewbase.hh
+++ b/dw/fltkviewbase.hh
@@ -72,6 +72,10 @@ public:
void drawLine (core::style::Color *color,
core::style::Color::Shading shading,
int x1, int y1, int x2, int y2);
+ void drawTypedLine (core::style::Color *color,
+ core::style::Color::Shading shading,
+ core::style::LineType type, int width,
+ int x1, int y1, int x2, int y2);
void drawRectangle (core::style::Color *color,
core::style::Color::Shading shading, bool filled,
int x, int y, int width, int height);