From cce4a6a3e5b8842216afcd3f495d3573ddb2de55 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 16 May 2000 03:44:27 +0000 Subject: Use the new ETitleBar widget in the shell, thus allowing the user to hide the shortcut bar or the folder tree. This is not completely working right yet, partly because of GtkPaned's limitations. svn path=/trunk/; revision=3070 --- shell/e-shell-view.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'shell/e-shell-view.h') diff --git a/shell/e-shell-view.h b/shell/e-shell-view.h index 5fbef18228..10745b5c62 100644 --- a/shell/e-shell-view.h +++ b/shell/e-shell-view.h @@ -67,6 +67,11 @@ GtkWidget *e_shell_view_new (EShell *shell); gboolean e_shell_view_display_uri (EShellView *shell_view, const char *uri); +void e_shell_view_show_shortcuts (EShellView *shell_view, + gboolean show); +void e_shell_view_show_folders (EShellView *shell_view, + gboolean show); + EShell *e_shell_view_get_shell (EShellView *shell_view); #ifdef __cplusplus -- cgit