|
GnuCash c935c2f+
|
GncTreeView implementation for Scheduled Transaction List. More...
#include <gtk/gtk.h>#include "gnc-tree-view.h"#include "SchedXaction.h"#include "gnc-sx-instance-model.h"#include "gnc-ui-util.h"Go to the source code of this file.
Macros | |
| #define | GNC_TYPE_TREE_VIEW_SX_LIST (gnc_tree_view_sx_list_get_type ()) |
Functions | |
| G_DECLARE_FINAL_TYPE (GncTreeViewSxList, gnc_tree_view_sx_list, GNC, TREE_VIEW_SX_LIST, GncTreeView) GtkTreeView *gnc_tree_view_sx_list_new(GncSxInstanceModel *sx_instances) | |
| SchedXaction * | gnc_tree_view_sx_list_get_sx_from_path (GncTreeViewSxList *view, GtkTreePath *path) |
GncTreeView implementation for Scheduled Transaction List.
Definition in file gnc-tree-view-sx-list.h.