File: bet_future.h

package info (click to toggle)
grisbi 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 28,808 kB
  • sloc: ansic: 161,477; sh: 4,559; makefile: 918; xml: 580; perl: 370
file content (30 lines) | stat: -rw-r--r-- 863 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#ifndef _BALANCE_ESTIMATE_FUTURE_H
#define _BALANCE_ESTIMATE_FUTURE_H

#include <gtk/gtk.h>

/* START_INCLUDE_H */
#include "gsb_real.h"
#include "bet_data.h"
/* END_INCLUDE_H */


/* START_DECLARATION */
void 		bet_future_initialise_dialog 	(void);
gboolean 	bet_future_modify_line 			(gint account_number,
											 gint number,
											 gint mother_row);
gboolean 	bet_future_new_line_dialog 		(GtkTreeModel *tab_model,
											 gchar *str_date);
gboolean 	bet_transfert_modify_line 		(gint account_number,
											 gint number);
gboolean 	bet_transfert_new_line_dialog 	(GtkTreeModel *tab_model,
											 gchar *str_date);
GsbReal 	gsb_transfert_get_str_amount 	(GsbReal amount,
											 gint account_currency,
											 gint replace_currency,
											 gint floating_point);
/* END_DECLARATION */

#endif /*_BALANCE_ESTIMATE_FUTURE_H*/