comparison src/bar_comment.h @ 1469:607c60506863

added a possibility to update existing bars from config
author nadvornik
date Fri, 20 Mar 2009 21:28:31 +0000
parents 55ea4962887a
children 0e82a03c165b
comparison
equal deleted inserted replaced
1468:e9f9d3da3f43 1469:607c60506863
12 12
13 13
14 #ifndef BAR_COMMENT_H 14 #ifndef BAR_COMMENT_H
15 #define BAR_COMMENT_H 15 #define BAR_COMMENT_H
16 16
17 GtkWidget *bar_pane_comment_new(const gchar *title, const gchar *key, gboolean expanded, gint height); 17 GtkWidget *bar_pane_comment_new(const gchar *id, const gchar *title, const gchar *key, gboolean expanded, gint height);
18 GtkWidget *bar_pane_comment_new_from_config(const gchar **attribute_names, const gchar **attribute_values); 18 GtkWidget *bar_pane_comment_new_from_config(const gchar **attribute_names, const gchar **attribute_values);
19 void bar_pane_comment_update_from_config(GtkWidget *pane, const gchar **attribute_names, const gchar **attribute_values);
19 20
20 #endif 21 #endif
21 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */ 22 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */