From 3253df026a73e6b41a12af3f69adedc090019891 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Fri, 29 Jan 2016 14:34:36 +0100 Subject: Allow setting max bin value of histogram --- bin/gui/egg-histogram-view.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/gui/egg-histogram-view.h') 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 -- cgit v1.2.3