Definition in file gnc-main-window.c.
#include "config.h"
#include <gnome.h>
#include <glib/gi18n.h>
#include <libguile.h>
#include "guile-mappings.h"
#include "gnc-plugin.h"
#include "gnc-plugin-manager.h"
#include "gnc-main-window.h"
#include "dialog-preferences.h"
#include "dialog-reset-warnings.h"
#include "dialog-transfer.h"
#include "dialog-utils.h"
#include "file-utils.h"
#include "gnc-component-manager.h"
#include "gnc-engine.h"
#include "gnc-file.h"
#include "gnc-gkeyfile-utils.h"
#include "gnc-gnome-utils.h"
#include "gnc-gobject-utils.h"
#include "gnc-gui-query.h"
#include "gnc-hooks.h"
#include "gnc-session.h"
#include "gnc-ui.h"
#include "gnc-ui-util.h"
#include "gnc-version.h"
#include "gnc-window.h"
#include "gnc-main.h"
#include "gnc-gconf-utils.h"
#include "gnc-html.h"
#include "gnc-autosave.h"
Go to the source code of this file.
Data Structures | |
| struct | GncMainWindowPrivate |
| struct | MergedActionEntry |
| struct | GncMainWindowSaveData |
| struct | menu_update |
| struct | _ActionStatus |
Defines | |
| #define | PLUGIN_PAGE_LABEL "plugin-page" |
| #define | PLUGIN_PAGE_CLOSE_BUTTON "close-button" |
| #define | PLUGIN_PAGE_TAB_LABEL "label" |
| #define | KEY_SHOW_CLOSE_BUTTON "tab_close_buttons" |
| #define | KEY_TAB_NEXT_RECENT "tab_next_recent" |
| #define | KEY_TAB_POSITION "tab_position" |
| #define | KEY_TAB_WIDTH "tab_width" |
| #define | GNC_MAIN_WINDOW_NAME "GncMainWindow" |
| #define | GNC_MAIN_WINDOW_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), GNC_TYPE_MAIN_WINDOW, GncMainWindowPrivate)) |
| #define | WINDOW_COUNT "WindowCount" |
| #define | WINDOW_STRING "Window %d" |
| #define | WINDOW_GEOMETRY "WindowGeometry" |
| #define | WINDOW_POSITION "WindowPosition" |
| #define | WINDOW_MAXIMIZED "WindowMaximized" |
| #define | TOOLBAR_VISIBLE "ToolbarVisible" |
| #define | STATUSBAR_VISIBLE "StatusbarVisible" |
| #define | SUMMARYBAR_VISIBLE "SummarybarVisible" |
| #define | WINDOW_FIRSTPAGE "FirstPage" |
| #define | WINDOW_PAGECOUNT "PageCount" |
| #define | WINDOW_PAGEORDER "PageOrder" |
| #define | PAGE_TYPE "PageType" |
| #define | PAGE_NAME "PageName" |
| #define | PAGE_STRING "Page %d" |
Typedefs | |
| typedef _ActionStatus | ActionStatus |
Enumerations | |
| enum | { PAGE_ADDED, PAGE_CHANGED, LAST_SIGNAL } |
Functions | |
| void | gnc_main_window_foreach_page (GncMainWindowPageFunc fn, gpointer user_data) |
| void | gnc_main_window_restore_all_windows (const GKeyFile *keyfile) |
| void | gnc_main_window_restore_default_state (void) |
| void | gnc_main_window_save_all_windows (GKeyFile *keyfile) |
| gboolean | gnc_main_window_finish_pending (GncMainWindow *window) |
| gboolean | gnc_main_window_all_finish_pending (void) |
| void | main_window_update_page_name (GncPluginPage *page, const gchar *name_in) |
| GType | gnc_main_window_get_type (void) |
| GncMainWindow * | gnc_main_window_new (void) |
| void | gnc_main_window_display_page (GncPluginPage *page) |
| void | gnc_main_window_open_page (GncMainWindow *window, GncPluginPage *page) |
| void | gnc_main_window_close_page (GncPluginPage *page) |
| GncPluginPage * | gnc_main_window_get_current_page (GncMainWindow *window) |
| void | gnc_main_window_manual_merge_actions (GncMainWindow *window, const gchar *group_name, GtkActionGroup *group, guint merge_id) |
| void | gnc_main_window_merge_actions (GncMainWindow *window, const gchar *group_name, GtkActionEntry *actions, guint n_actions, const gchar *filename, gpointer user_data) |
| void | gnc_main_window_unmerge_actions (GncMainWindow *window, const gchar *group_name) |
| void | gnc_main_window_actions_updated (GncMainWindow *window) |
| GtkActionGroup * | gnc_main_window_get_action_group (GncMainWindow *window, const gchar *group_name) |
| void | gnc_main_window_show_all_windows (void) |
| gncUIWidget | gnc_ui_get_toplevel (void) |
| void | gnc_main_window_set_progressbar_window (GncMainWindow *window) |
| gboolean | gnc_main_window_button_press_cb (GtkWidget *whatever, GdkEventButton *event, GncPluginPage *page) |
| void | gnc_gtk_action_group_set_translation_domain (GtkActionGroup *action_group, const gchar *domain) |
| void | gnc_main_window_all_action_set_sensitive (const gchar *action_name, gboolean sensitive) |
1.5.2