diff 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
line wrap: on
line diff
--- a/src/bar_histogram.h	Sun Feb 22 13:29:49 2009 +0000
+++ b/src/bar_histogram.h	Sun Feb 22 15:35:37 2009 +0000
@@ -14,7 +14,8 @@
 #ifndef BAR_HISTOGRAM_H
 #define BAR_HISTOGRAM_H
 
-GtkWidget *bar_pane_histogram_new(const gchar *title, gint height);
+GtkWidget *bar_pane_histogram_new(const gchar *title, gint height, gboolean expanded);
+GtkWidget *bar_pane_histogram_new_from_config(const gchar **attribute_names, const gchar **attribute_values);
 
 #endif
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */