comparison src/bar_histogram.h @ 1309:55ea4962887a

config file format changed to XML save and restore all layout windows save and restore sidebar configuration
author nadvornik
date Sun, 22 Feb 2009 15:35:37 +0000
parents c37f36b97173
children 45bcfcb69f56
comparison
equal deleted inserted replaced
1308:2320339ca8be 1309:55ea4962887a
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); 17 GtkWidget *bar_pane_histogram_new(const gchar *title, gint height, gboolean expanded);
18 GtkWidget *bar_pane_histogram_new_from_config(const gchar **attribute_names, const gchar **attribute_values);
18 19
19 #endif 20 #endif
20 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */ 21 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */