comparison src/bar_histogram.h @ 1339:45bcfcb69f56

fixed bar_histogram headers
author nadvornik
date Sat, 28 Feb 2009 17:20:16 +0000
parents 55ea4962887a
children 607c60506863
comparison
equal deleted inserted replaced
1338:f150ab408e0b 1339:45bcfcb69f56
12 12
13 13
14 #ifndef BAR_HISTOGRAM_H 14 #ifndef BAR_HISTOGRAM_H
15 #define BAR_HISTOGRAM_H 15 #define BAR_HISTOGRAM_H
16 16
17 GtkWidget *bar_pane_histogram_new(const gchar *title, gint height, gboolean expanded); 17 GtkWidget *bar_pane_histogram_new(const gchar *title, gint height, gboolean expanded, gint histogram_channel, gint histogram_mode);
18 GtkWidget *bar_pane_histogram_new_from_config(const gchar **attribute_names, const gchar **attribute_values); 18 GtkWidget *bar_pane_histogram_new_from_config(const gchar **attribute_names, const gchar **attribute_values);
19 19
20 #endif 20 #endif
21 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */ 21 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */