35 #ifndef GNC_GNOME_UTILS_H 36 #define GNC_GNOME_UTILS_H 105 int gnc_ui_start_event_loop (
void);
106 gboolean gnucash_ui_is_running (
void);
GtkWidget * gnc_gnome_get_pixmap(const char *name)
Given a file name, find and load the requested pixmap.
void gnc_shutdown(int exit_status)
Shutdown gnucash.
Functions for adding content to a window.
void gnc_gnome_help(GtkWindow *parent, const char *file_name, const char *anchor)
Launch the systems default help browser, gnome's yelp for linux, and open to a given link within a gi...
void gnc_add_css_file(void)
Load a gtk resource configuration file to customize gtk appearance and behaviour. ...
void gnc_gnome_utils_init(void)
Initialize the gnome-utils library Should be run once before using any gnome-utils features...
GdkPixbuf * gnc_gnome_get_gdkpixbuf(const char *name)
Given a file name, find and load the requested pixbuf.
GncMainWindow * gnc_gui_init(void)
Initialize the gnucash gui.
void gnc_launch_doclink(GtkWindow *parent, const char *uri)
Launch the default browser and open the provided URI.
The instance data structure for a main window object.