GnuCash  5.6-150-g038405b370+
gnc-tree-view-sx-list.h
Go to the documentation of this file.
1 
8 /********************************************************************
9  * This program is free software; you can redistribute it and/or *
10  * modify it under the terms of version 2 and/or version 3 of the *
11  * GNU General Public *
12  * License as published by the Free Software Foundation. *
13  * *
14  * This program is distributed in the hope that it will be useful, *
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
17  * GNU General Public License for more details. *
18  * *
19  * You should have received a copy of the GNU General Public License*
20  * along with this program; if not, contact: *
21  * *
22  * Free Software Foundation Voice: +1-617-542-5942 *
23  * 51 Franklin Street, Fifth Floor Fax: +1-617-542-2652 *
24  * Boston, MA 02110-1301, USA gnu@gnu.org *
25  * *
26  *******************************************************************/
27 
28 
29 #ifndef __GNC_TREE_VIEW_SX_LIST_H
30 #define __GNC_TREE_VIEW_SX_LIST_H
31 
32 #include <gtk/gtk.h>
33 #include "gnc-tree-view.h"
34 
35 #include "SchedXaction.h"
36 #include "gnc-sx-instance-model.h"
37 #include "gnc-ui-util.h"
38 
39 G_BEGIN_DECLS
40 
41 #define GNC_TYPE_TREE_VIEW_SX_LIST (gnc_tree_view_sx_list_get_type ())
42 G_DECLARE_FINAL_TYPE (GncTreeViewSxList, gnc_tree_view_sx_list,
43  GNC, TREE_VIEW_SX_LIST, GncTreeView)
44 
45 GtkTreeView* gnc_tree_view_sx_list_new (GncSxInstanceModel *sx_instances);
46 
47 SchedXaction* gnc_tree_view_sx_list_get_sx_from_path (GncTreeViewSxList *view,
48  GtkTreePath *path);
49 
52 G_END_DECLS
53 
54 #endif /* __GNC_TREE_VIEW_SX_LIST_H */
utility functions for the GnuCash UI
common utilities for manipulating a GtkTreeView within gnucash
Scheduled Transactions public handling routines.