X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fdsp_mainwindow.h;h=eae87dd84d2f27f93e2c8543afce2d7cc1c2e3d9;hb=HEAD;hp=7230f4134df49c2f812af83a3b64a920e70246b9;hpb=27f6e3b112df235c8e9afc9911b1f6bce208a001;p=chaz%2Fhomebank diff --git a/src/dsp_mainwindow.h b/src/dsp_mainwindow.h deleted file mode 100644 index 7230f41..0000000 --- a/src/dsp_mainwindow.h +++ /dev/null @@ -1,82 +0,0 @@ -/* HomeBank -- Free, easy, personal accounting for everyone. - * Copyright (C) 1995-2014 Maxime DOYEN - * - * This file is part of HomeBank. - * - * HomeBank is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * HomeBank is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -#ifndef __HB_MANWINDOW_GTK_H__ -#define __HB_MANWINDOW_GTK_H__ - -struct hbfile_data -{ - GtkWidget *window; - - GtkWidget *toolbar; - GtkWidget *menubar; - GtkWidget *vpaned; - GtkWidget *hpaned; - - GtkWidget *LV_acc; - - GtkWidget *GR_top; - GtkWidget *LV_top; - GtkWidget *TX_topamount; - gdouble toptotal; - GtkWidget *CY_range; - GtkWidget *RE_pie; - - GtkWidget *GR_upc; - GtkWidget *LV_upc; - GtkWidget *LB_maxpostdate; - GtkToolItem *BT_sched_post; - GtkToolItem *BT_sched_skip; - - gchar *wintitle; - - Account *acc; - - gint busy; - - GtkUIManager *manager; - GtkActionGroup *actions; - - GtkRecentManager *recent_manager; - GtkWidget *recent_menu; - - Filter *filter; - - /* - UBYTE accnum; - UBYTE pad0; - struct Account *acc; - - ULONG mindate, maxdate; - ULONG change; - ULONG keyvalue; - UBYTE title[140]; - UBYTE Filename[108]; - UBYTE csvpath[108]; - */ -}; - - -GtkWidget *create_hbfile_window(GtkWidget *do_widget); -void ui_mainwindow_populate_accounts(GtkWidget *widget, gpointer user_data); -void ui_mainwindow_open_internal(GtkWidget *widget, gpointer user_data); -void ui_mainwindow_update(GtkWidget *widget, gpointer user_data); -void ui_mainwindow_action_help_welcome(void); - -#endif /* __HB_MANWINDOW_GTK_H__ */