From 7ba1feb416a47b0266615de08b69e1733e18e3a5 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Sat, 12 Jan 2008 22:43:00 +0100 Subject: add CurveEditor class --- src/CurveEditor.cxx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/CurveEditor.cxx (limited to 'src/CurveEditor.cxx') diff --git a/src/CurveEditor.cxx b/src/CurveEditor.cxx new file mode 100644 index 0000000..edc3a46 --- /dev/null +++ b/src/CurveEditor.cxx @@ -0,0 +1,19 @@ +// +// Copyright 2008 Johannes Hofmann +// +// This software may be used and distributed according to the terms +// of the GNU General Public License, incorporated herein by reference. + +#include +#include + +#include + +#include "CurveEditor.H" + + +CurveEditor::CurveEditor(int my_x, int my_y, int my_w, int my_h) : + Fl_Widget(my_x, my_y, my_w, my_h) { + +} + -- cgit v1.2.3