00001 /********************************************************************\ 00002 * dialog-budget-workbench.h -- Definition of the interface * 00003 * for the budget workbench dialog. * 00004 * Copyright (C) 14 sep 2003 Darin Willits <darin@willits.ca> * 00005 * * 00006 * This program is free software; you can redistribute it and/or * 00007 * modify it under the terms of the GNU General Public License as * 00008 * published by the Free Software Foundation; either version 2 of * 00009 * the License, or (at your option) any later version. * 00010 * * 00011 * This program is distributed in the hope that it will be useful, * 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of * 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 00014 * GNU General Public License for more details. * 00015 * * 00016 * You should have received a copy of the GNU General Public License* 00017 * along with this program; if not, contact: * 00018 * * 00019 * Free Software Foundation Voice: +1-617-542-5942 * 00020 * 59 Temple Place - Suite 330 Fax: +1-617-542-2652 * 00021 * Boston, MA 02111-1307, USA gnu@gnu.org * 00022 * * 00023 \********************************************************************/ 00024 00036 #ifndef __DIALOG_BUDGET_WORKBENCH_H__ 00037 #define __DIALOG_BUDGET_WORKBENCH_H__ 00038 00039 #include "gnc-budget.h" 00040 00041 /* Create a budget workbench dialog using the given budget object. 00042 */ 00043 void gnc_budget_workbench_dialog_create(GncBudget* budget); 00044 00045 #endif // __DIALOG_BUDGET_WORKBENCH_H__ 00046
1.4.3-20050530