X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank;a=blobdiff_plain;f=src%2Fhb-export.h;h=cdf11e94bcf122344dfce549709a6a8fd4680cb1;hp=13d84c680a6bbd4fc3dff0de7274c8f1570f005c;hb=a6c6b0df5492c2160ed97e3a376bdb2fe7c5ebc4;hpb=b84403141a4c3a32a594800eb3fcabdc856461f8 diff --git a/src/hb-export.h b/src/hb-export.h index 13d84c6..cdf11e9 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-2019 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