summaryrefslogtreecommitdiffstats
path: root/tools/gui/egg-histogram-view.h
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-10-11 16:38:26 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-10-11 16:38:26 +0200
commit13b2833ea9c16750efb923a981ea04d37aaa6789 (patch)
tree77a3ea90f6c85bdb976c6dbe4e4f13938ea31c64 /tools/gui/egg-histogram-view.h
parent0c0c93912094bb668a31703b2640f72a0f1b5df8 (diff)
downloaduca-13b2833ea9c16750efb923a981ea04d37aaa6789.tar.gz
uca-13b2833ea9c16750efb923a981ea04d37aaa6789.tar.bz2
uca-13b2833ea9c16750efb923a981ea04d37aaa6789.tar.xz
uca-13b2833ea9c16750efb923a981ea04d37aaa6789.zip
Implement adjustable histogram
Diffstat (limited to 'tools/gui/egg-histogram-view.h')
-rw-r--r--tools/gui/egg-histogram-view.h4
1 files changed, 4 insertions, 0 deletions
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