GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
gnc-gnome-utils.h
Go to the documentation of this file.
1 /********************************************************************\
2  * gnc-gnome-utils.h -- utility functions for gnome for GnuCash *
3  * Copyright (C) 2001 Linux Developers Group *
4  * Copyright (C) 2003 David Hampton <[email protected]> *
5  * *
6  * This program is free software; you can redistribute it and/or *
7  * modify it under the terms of the GNU General Public License as *
8  * published by the Free Software Foundation; either version 2 of *
9  * the License, or (at your option) any later version. *
10  * *
11  * This program is distributed in the hope that it will be useful, *
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
14  * GNU General Public License for more details. *
15  * *
16  * You should have received a copy of the GNU General Public License*
17  * along with this program; if not, contact: *
18  * *
19  * Free Software Foundation Voice: +1-617-542-5942 *
20  * 51 Franklin Street, Fifth Floor Fax: +1-617-542-2652 *
21  * Boston, MA 02110-1301, USA [email protected] *
22  * *
23 \********************************************************************/
24 
35 #ifndef GNC_GNOME_UTILS_H
36 #define GNC_GNOME_UTILS_H
37 
38 #include <gnc-main-window.h>
39 #include "dialog-options.h"
40 
44 void gnc_gtk_add_rc_file (void);
45 
57 void gnc_gnome_help (const char *file_name,
58  const char *anchor);
61 void gnc_launch_assoc (const char *uri);
62 
67 
72 
82 GtkWidget * gnc_gnome_get_pixmap (const char *name);
83 
84 
94 GdkPixbuf * gnc_gnome_get_gdkpixbuf (const char *name);
95 
96 
102 void gnc_shutdown (int exit_status);
103 
104 
107 int gnc_ui_start_event_loop (void);
108 gboolean gnucash_ui_is_running (void);
109 
110 #endif
111 
GtkWidget * gnc_gnome_get_pixmap(const char *name)
void gnc_shutdown(int exit_status)
Functions for adding content to a window.
void gnc_options_dialog_set_book_options_help_cb(GNCOptionWin *win)
void gnc_gnome_help(const char *file_name, const char *anchor)
void gnc_launch_assoc(const char *uri)
void gnc_gtk_add_rc_file(void)
void gnc_options_dialog_set_new_book_option_values(GNCOptionDB *odb)
GdkPixbuf * gnc_gnome_get_gdkpixbuf(const char *name)
GncMainWindow * gnc_gui_init(void)