From 7ac4fd8bf939d8f7aef82fa4d21ab26e3d62a072 Mon Sep 17 00:00:00 2001 From: "S.Antony Vincent Pandian" Date: Fri, 23 Sep 2005 09:44:58 +0000 Subject: Have added the "View Status Bar" under the "View" menu This is a toggle 2005-09-23 S.Antony Vincent Pandian * Have added the "View Status Bar" under the "View" menu This is a toggle button to hide/show the status bar svn path=/trunk/; revision=30371 --- shell/e-shell-window.h | 1 + 1 file changed, 1 insertion(+) (limited to 'shell/e-shell-window.h') diff --git a/shell/e-shell-window.h b/shell/e-shell-window.h index 80d5955d51..796e08d050 100644 --- a/shell/e-shell-window.h +++ b/shell/e-shell-window.h @@ -66,6 +66,7 @@ const char *e_shell_window_peek_current_component_id (EShellWindow *shell); EShell *e_shell_window_peek_shell (EShellWindow *window); BonoboUIComponent *e_shell_window_peek_bonobo_ui_component (EShellWindow *window); ESidebar *e_shell_window_peek_sidebar (EShellWindow *window); +GtkWidget *e_shell_window_peek_statusbar (EShellWindow *window); void e_shell_window_save_defaults (EShellWindow *window); void e_shell_window_show_settings (EShellWindow *window); -- cgit