From 13b2833ea9c16750efb923a981ea04d37aaa6789 Mon Sep 17 00:00:00 2001
From: Matthias Vogelgesang <matthias.vogelgesang@gmail.com>
Date: Thu, 11 Oct 2012 16:38:26 +0200
Subject: Implement adjustable histogram

---
 tools/gui/egg-histogram-view.h | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'tools/gui/egg-histogram-view.h')

diff --git a/tools/gui/egg-histogram-view.h b/tools/gui/egg-histogram-view.h
index a1df0ba..61a1c8c 100644
--- a/tools/gui/egg-histogram-view.h
+++ b/tools/gui/egg-histogram-view.h
@@ -53,6 +53,10 @@ void          egg_histogram_view_set_data (EggHistogramView *view,
                                            guint             n_elements,
                                            guint             n_bits,
                                            guint             n_bins);
+void          egg_histogram_get_visible_range
+                                          (EggHistogramView *view,
+                                           gdouble          *min,
+                                           gdouble          *max);
 
 G_END_DECLS
 
-- 
cgit v1.2.3