summaryrefslogtreecommitdiffstats
path: root/bin/gui/egg-histogram-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/gui/egg-histogram-view.h')
-rw-r--r--bin/gui/egg-histogram-view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/gui/egg-histogram-view.h b/bin/gui/egg-histogram-view.h
index afb0ad6..db36bb6 100644
--- a/bin/gui/egg-histogram-view.h
+++ b/bin/gui/egg-histogram-view.h
@@ -58,6 +58,8 @@ void egg_histogram_view_update (EggHistogramView *view,
void egg_histogram_get_range (EggHistogramView *view,
gdouble *min,
gdouble *max);
+void egg_histogram_view_set_max (EggHistogramView *view,
+ guint max);
G_END_DECLS