GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
gnc-gwen-gui.h
Go to the documentation of this file.
1 /*
2  * gnc-gwen-gui.h --
3  *
4  * This program is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU General Public License as
6  * published by the Free Software Foundation; either version 2 of
7  * the License, or (at your option) any later version.
8  *
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12  * GNU General Public License for more details.
13  *
14  * You should have received a copy of the GNU General Public License
15  * along with this program; if not, contact:
16  *
17  * Free Software Foundation Voice: +1-617-542-5942
18  * 51 Franklin Street, Fifth Floor Fax: +1-617-542-2652
19  * Boston, MA 02110-1301, USA [email protected]
20  */
21 
33 #ifndef GNC_GWEN_GUI_H
34 #define GNC_GWEN_GUI_H
35 
36 #include <gtk/gtk.h>
37 
38 G_BEGIN_DECLS
39 
40 typedef struct _GncGWENGui GncGWENGui;
41 
48 void gnc_GWEN_Gui_log_init(void);
49 
60 GncGWENGui *gnc_GWEN_Gui_get(GtkWidget *parent);
61 
68 void gnc_GWEN_Gui_release(GncGWENGui *gui);
69 
73 void gnc_GWEN_Gui_shutdown(void);
74 
80 void gnc_GWEN_Gui_set_close_flag(gboolean close_when_finished);
81 
87 gboolean gnc_GWEN_Gui_get_close_flag(void);
88 
94 gboolean gnc_GWEN_Gui_show_dialog(void);
95 
100 void gnc_GWEN_Gui_hide_dialog(void);
101 
102 G_END_DECLS
103 
107 #endif /* GNC_GWEN_GUI_H */
gboolean gnc_GWEN_Gui_show_dialog(void)
Definition: gnc-gwen-gui.c:416
void gnc_GWEN_Gui_shutdown(void)
Definition: gnc-gwen-gui.c:356
gboolean gnc_GWEN_Gui_get_close_flag(void)
Definition: gnc-gwen-gui.c:410
GncGWENGui * gnc_GWEN_Gui_get(GtkWidget *parent)
Definition: gnc-gwen-gui.c:311
void gnc_GWEN_Gui_release(GncGWENGui *gui)
Definition: gnc-gwen-gui.c:346
void gnc_GWEN_Gui_log_init(void)
Definition: gnc-gwen-gui.c:289
void gnc_GWEN_Gui_set_close_flag(gboolean close_when_finished)
Definition: gnc-gwen-gui.c:391
void gnc_GWEN_Gui_hide_dialog(void)
Definition: gnc-gwen-gui.c:444