X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank;a=blobdiff_plain;f=src%2Fhb-export.h;fp=src%2Fhb-export.h;h=04d6fa1302de0a973d8a9cb35acdac28dd723408;hp=13d84c680a6bbd4fc3dff0de7274c8f1570f005c;hb=cd13d9691c46c2b2d6d459e9e6a76bed1c21b7a6;hpb=b84403141a4c3a32a594800eb3fcabdc856461f8 diff --git a/src/hb-export.h b/src/hb-export.h index 13d84c6..04d6fa1 100644 --- a/src/hb-export.h +++ b/src/hb-export.h @@ -1,5 +1,5 @@ /* HomeBank -- Free, easy, personal accounting for everyone. - * Copyright (C) 1995-2017 Maxime DOYEN + * Copyright (C) 1995-2018 Maxime DOYEN * * This file is part of HomeBank. * @@ -28,8 +28,10 @@ typedef struct _pdfprintcontext PdfPrintContext; struct _pdfprintcontext { - gdouble column_width[PDF_NUMCOL]; - gchar *column_txt[PDF_NUMCOL]; + gdouble w, h; + gdouble mt, mb, ml, mr; + gdouble column_width[PDF_NUMCOL]; + gchar *column_txt[PDF_NUMCOL]; PangoFontDescription *desc; }; @@ -41,7 +43,7 @@ struct _pdfprintcontext { void hb_export_qif_account_all(gchar *filename); void hb_export_qif_account_single(gchar *filename, Account *acc); -void hb_export_pdf_listview(GtkTreeView *treeview); +void hb_export_pdf_listview(GtkTreeView *treeview, gchar *filepath, gchar *accname); #endif