29#ifndef __GNC_TREE_VIEW_SX_LIST_H
30#define __GNC_TREE_VIEW_SX_LIST_H
41#define GNC_TYPE_TREE_VIEW_SX_LIST (gnc_tree_view_sx_list_get_type ())
42G_DECLARE_FINAL_TYPE (GncTreeViewSxList, gnc_tree_view_sx_list,
43 GNC, TREE_VIEW_SX_LIST, GncTreeView)
45GtkTreeView* gnc_tree_view_sx_list_new (GncSxInstanceModel *sx_instances);
47SchedXaction* gnc_tree_view_sx_list_get_sx_from_path (GncTreeViewSxList *view,
Scheduled Transactions public handling routines.
common utilities for manipulating a GtkTreeView within gnucash
utility functions for the GnuCash UI