X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank;a=blobdiff_plain;f=src%2Flist_operation.h;h=7b679dcf56a78932b16ec23efe3e8292ac4c1cc5;hp=e1fb9ec3caf3c48195f31ce801431abfc8fbad5d;hb=cd13d9691c46c2b2d6d459e9e6a76bed1c21b7a6;hpb=996fa4ab9f6b836001f8ad0eecbfd3821687fea7 diff --git a/src/list_operation.h b/src/list_operation.h index e1fb9ec..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-2016 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);