aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.h
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-05-31 14:22:23 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-05-31 14:22:23 +0800
commitc6d835a949f3d5a917c1b2f3c39d0226514adde9 (patch)
treeb9d27c3d207118c58f7d500d84a522f222bb6320 /shell/e-shell-view.h
parent64e74a631c44364553aac9d4aff2e5cb83f3e81b (diff)
downloadgsoc2013-evolution-c6d835a949f3d5a917c1b2f3c39d0226514adde9.tar
gsoc2013-evolution-c6d835a949f3d5a917c1b2f3c39d0226514adde9.tar.gz
gsoc2013-evolution-c6d835a949f3d5a917c1b2f3c39d0226514adde9.tar.bz2
gsoc2013-evolution-c6d835a949f3d5a917c1b2f3c39d0226514adde9.tar.lz
gsoc2013-evolution-c6d835a949f3d5a917c1b2f3c39d0226514adde9.tar.xz
gsoc2013-evolution-c6d835a949f3d5a917c1b2f3c39d0226514adde9.tar.zst
gsoc2013-evolution-c6d835a949f3d5a917c1b2f3c39d0226514adde9.zip
Initialize the toggle items in the View menu when creating them, so
that they start up in the correct state. Deactivate the current control when displaying an empty error page. Removed some crufty debugging messages. svn path=/trunk/; revision=3310
Diffstat (limited to 'shell/e-shell-view.h')
-rw-r--r--shell/e-shell-view.h32
1 files changed, 17 insertions, 15 deletions
diff --git a/shell/e-shell-view.h b/shell/e-shell-view.h
index fa38ff695c..5bc936a7bf 100644
--- a/shell/e-shell-view.h
+++ b/shell/e-shell-view.h
@@ -71,21 +71,23 @@ struct _EShellViewClass {
};
-GtkType e_shell_view_get_type (void);
-void e_shell_view_construct (EShellView *shell_view,
- EShell *shell);
-GtkWidget *e_shell_view_new (EShell *shell);
-
-gboolean e_shell_view_display_uri (EShellView *shell_view,
- const char *uri);
-
-void e_shell_view_set_shortcut_bar_mode (EShellView *shell_view,
- EShellViewSubwindowMode mode);
-void e_shell_view_set_folder_bar_mode (EShellView *shell_view,
- EShellViewSubwindowMode mode);
-
-EShell *e_shell_view_get_shell (EShellView *shell_view);
-BonoboUIHandler *e_shell_view_get_bonobo_ui_handler (EShellView *shell_view);
+GtkType e_shell_view_get_type (void);
+void e_shell_view_construct (EShellView *shell_view,
+ EShell *shell);
+GtkWidget *e_shell_view_new (EShell *shell);
+
+gboolean e_shell_view_display_uri (EShellView *shell_view,
+ const char *uri);
+
+void e_shell_view_set_shortcut_bar_mode (EShellView *shell_view,
+ EShellViewSubwindowMode mode);
+void e_shell_view_set_folder_bar_mode (EShellView *shell_view,
+ EShellViewSubwindowMode mode);
+EShellViewSubwindowMode e_shell_view_get_shortcut_bar_mode (EShellView *shell_view);
+EShellViewSubwindowMode e_shell_view_get_folder_bar_mode (EShellView *shell_view);
+
+EShell *e_shell_view_get_shell (EShellView *shell_view);
+BonoboUIHandler *e_shell_view_get_bonobo_ui_handler (EShellView *shell_view);
#ifdef __cplusplus
}