summaryrefslogtreecommitdiffstats
path: root/tools/gui/egg-histogram-view.h
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-10-10 17:44:34 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-10-10 17:44:53 +0200
commit95a22bf2f02ad11c2602df5ac5ffd04fee93588c (patch)
tree1f26ad046db783bafa4f1e25e04f92d6fc784c9f /tools/gui/egg-histogram-view.h
parent46a6d028c5591b0775ef5862ff5c9e95fd68e7fd (diff)
downloaduca-95a22bf2f02ad11c2602df5ac5ffd04fee93588c.tar.gz
uca-95a22bf2f02ad11c2602df5ac5ffd04fee93588c.tar.bz2
uca-95a22bf2f02ad11c2602df5ac5ffd04fee93588c.tar.xz
uca-95a22bf2f02ad11c2602df5ac5ffd04fee93588c.zip
Implement experimental histogram view
Diffstat (limited to 'tools/gui/egg-histogram-view.h')
-rw-r--r--tools/gui/egg-histogram-view.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/gui/egg-histogram-view.h b/tools/gui/egg-histogram-view.h
index 23581dc..a1df0ba 100644
--- a/tools/gui/egg-histogram-view.h
+++ b/tools/gui/egg-histogram-view.h
@@ -48,6 +48,11 @@ struct _EggHistogramViewClass
GType egg_histogram_view_get_type (void);
GtkWidget * egg_histogram_view_new (void);
+void egg_histogram_view_set_data (EggHistogramView *view,
+ gpointer data,
+ guint n_elements,
+ guint n_bits,
+ guint n_bins);
G_END_DECLS