X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank;a=blobdiff_plain;f=src%2Flist_operation.h;h=7b679dcf56a78932b16ec23efe3e8292ac4c1cc5;hp=bd33203d075d58f0c847e9a7d47034c7f6cd9d31;hb=cd13d9691c46c2b2d6d459e9e6a76bed1c21b7a6;hpb=b84403141a4c3a32a594800eb3fcabdc856461f8 diff --git a/src/list_operation.h b/src/list_operation.h index bd33203..7b679dc 100644 --- a/src/list_operation.h +++ b/src/list_operation.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. * @@ -45,6 +45,8 @@ gboolean list_txn_column_id_isvisible(GtkTreeView *treeview, gint sort_id); Transaction *list_txn_get_active_transaction(GtkTreeView *treeview); +GString *list_txn_to_string(GtkTreeView *treeview, gboolean clipboard); + void list_txn_set_save_column_width(GtkTreeView *treeview, gboolean save_column_width); void list_txn_sort_force(GtkTreeSortable *sortable, gpointer user_data); guint list_txn_get_quicksearch_column_mask(GtkTreeView *treeview);