comparison src/bar_histogram.h @ 1298:c37f36b97173

added histogram pane
author nadvornik
date Sun, 15 Feb 2009 19:25:55 +0000
parents
children 55ea4962887a
comparison
equal deleted inserted replaced
1297:9b59d40030d2 1298:c37f36b97173
1 /*
2 * Geeqie
3 * (C) 2004 John Ellis
4 * Copyright (C) 2008 - 2009 The Geeqie Team
5 *
6 * Author: Vladimir Nadvornik
7 *
8 * This software is released under the GNU General Public License (GNU GPL).
9 * Please read the included file COPYING for more information.
10 * This software comes with no warranty of any kind, use at your own risk!
11 */
12
13
14 #ifndef BAR_HISTOGRAM_H
15 #define BAR_HISTOGRAM_H
16
17 GtkWidget *bar_pane_histogram_new(const gchar *title, gint height);
18
19 #endif
20 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */