comparison src/bar_comment.h @ 1485:0e82a03c165b

pane interface cleanup
author nadvornik
date Sun, 29 Mar 2009 14:26:44 +0000
parents 607c60506863
children 956aab097ea7
comparison
equal deleted inserted replaced
1484:9c16a93a0fdf 1485:0e82a03c165b
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 *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); 17 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); 18 void bar_pane_comment_update_from_config(GtkWidget *pane, const gchar **attribute_names, const gchar **attribute_values);
20 19
21 #endif 20 #endif
22 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */ 21 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */