1 #ifndef _COMPTES_GESTION_H
2 #define _COMPTES_GESTION_H (1)
3 
4 #include <gtk/gtk.h>
5 
6 /* START_INCLUDE_H */
7 /* END_INCLUDE_H */
8 
9 /* START_DECLARATION */
10 void 		gsb_account_property_clear_config 			(void);
11 GSList *	gsb_account_property_create_combobox_list 	(void);
12 GtkWidget *	gsb_account_property_create_page 			(void);
13 void 		gsb_account_property_fill_page 				(void);
14 GtkWidget * gsb_account_property_get_bank_list_combobox	(void);
15 void 		gsb_account_property_set_label_code_banque 	(gint bank_number);
16 void 		gsb_account_property_set_label_code_bic 	(gint bank_number);
17 /* END_DECLARATION */
18 #endif
19