25#ifndef GNC_RECONCILE_VIEW_H
26#define GNC_RECONCILE_VIEW_H
28#include "gnc-query-view.h"
33#define GNC_TYPE_RECONCILE_VIEW (gnc_reconcile_view_get_type ())
34#define GNC_RECONCILE_VIEW(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GNC_TYPE_RECONCILE_VIEW, GNCReconcileView))
35#define GNC_RECONCILE_VIEW_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), GNC_TYPE_RECONCILE_VIEW, GNCReconcileViewClass))
36#define GNC_IS_RECONCILE_VIEW(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GNC_TYPE_RECONCILE_VIEW))
37#define GNC_IS_RECONCILE_VIEW_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), GNC_TYPE_RECONCILE_VIEW))
45} GNCReconcileViewType;
61 GHashTable *reconciled;
68 GNCReconcileViewType view_type;
71 GtkTreeRowReference *rowref;
76 GtkTreeViewClass parent_class;
83#define GNC_PREFS_GROUP_RECONCILE "dialogs.reconcile"
89GType gnc_reconcile_view_get_type (
void);
91GtkWidget * gnc_reconcile_view_new (
Account * account,
92 GNCReconcileViewType type,
101void gnc_reconcile_view_set_list (
GNCReconcileView *view, gboolean reconcile);
119void gnc_reconcile_view_add_padding (
GNCReconcileView *view, gint column, gint xpadding);
121gint gnc_reconcile_view_get_column_width (
GNCReconcileView *view, gint column);
gint64 time64
Most systems that are currently maintained, including Microsoft Windows, BSD-derived Unixes and Linux...