summaryrefslogtreecommitdiff
path: root/src/GipfelWidget.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/GipfelWidget.cxx')
-rw-r--r--src/GipfelWidget.cxx9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/GipfelWidget.cxx b/src/GipfelWidget.cxx
index b43ea86..365def1 100644
--- a/src/GipfelWidget.cxx
+++ b/src/GipfelWidget.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: GipfelWidget.cxx,v 1.10 2005/04/19 16:17:56 hofmann Exp $"
+// "$Id: GipfelWidget.cxx,v 1.11 2005/04/24 09:51:17 hofmann Exp $"
//
// PSEditWidget routines.
//
@@ -178,6 +178,13 @@ GipfelWidget::comp_params() {
redraw();
}
+
+int
+GipfelWidget::newton() {
+ pan->newton();
+ redraw();
+}
+
int
GipfelWidget::handle(int event) {
int mark_x, mark_y;