35 #ifndef GNC_GNOME_UTILS_H 36 #define GNC_GNOME_UTILS_H 39 #include "dialog-options.h" 117 int gnc_ui_start_event_loop (
void);
118 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_options_dialog_set_book_options_help_cb(GNCOptionWin *win)
Set the help callback to 'gnc_book_options_help_cb' to open a help browser and point it to the Book O...
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...
void gnc_options_dialog_set_style_sheet_options_help_cb(GNCOptionWin *win)
Set the help callback to 'gnc_style_sheet_options_help_cb' to open a help browser and point it to the...
void gnc_options_dialog_set_new_book_option_values(GNCOptionDB *odb)
Set the initial values of new book options to values specified in user preferences.
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.