diff options
author | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-10-10 17:44:34 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-10-10 17:44:53 +0200 |
commit | 95a22bf2f02ad11c2602df5ac5ffd04fee93588c (patch) | |
tree | 1f26ad046db783bafa4f1e25e04f92d6fc784c9f /tools/gui/egg-histogram-view.h | |
parent | 46a6d028c5591b0775ef5862ff5c9e95fd68e7fd (diff) | |
download | uca-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.h | 5 |
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 |