summaryrefslogtreecommitdiff
path: root/src/GipfelWidget.H
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2005-04-14 19:15:45 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2005-04-14 19:15:45 +0000
commitb7861c0a98136b5e1a81002b36dd4453b82df106 (patch)
treebdf6f23f56a2ca2992d8fc2f01a014b88945d051 /src/GipfelWidget.H
parent820bc8b679188e4c4ab88f62cbde886fe240d36d (diff)
add nick angle support
add nick angle support
Diffstat (limited to 'src/GipfelWidget.H')
-rw-r--r--src/GipfelWidget.H4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/GipfelWidget.H b/src/GipfelWidget.H
index 316fbca..85585ba 100644
--- a/src/GipfelWidget.H
+++ b/src/GipfelWidget.H
@@ -1,5 +1,5 @@
//
-// "$Id: GipfelWidget.H,v 1.5 2005/04/13 22:24:53 hofmann Exp $"
+// "$Id: GipfelWidget.H,v 1.6 2005/04/14 21:15:45 hofmann Exp $"
//
// X11 header file for the Fast Light Tool Kit (FLTK).
//
@@ -50,6 +50,8 @@ class GipfelWidget : public Fl_Widget {
void set_center_angle(double a);
+ void set_nick_angle(double a);
+
void set_scale(double s);
void set_height_dist_ratio(double r);