aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.h
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-05-16 11:44:27 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-05-16 11:44:27 +0800
commitcce4a6a3e5b8842216afcd3f495d3573ddb2de55 (patch)
tree284e2205d979da3e41991f8e2f2bce6074d40495 /shell/e-shell-view.h
parent40b6141cfe1649f685e49ebd81cfd4baf0baeedf (diff)
downloadgsoc2013-evolution-cce4a6a3e5b8842216afcd3f495d3573ddb2de55.tar
gsoc2013-evolution-cce4a6a3e5b8842216afcd3f495d3573ddb2de55.tar.gz
gsoc2013-evolution-cce4a6a3e5b8842216afcd3f495d3573ddb2de55.tar.bz2
gsoc2013-evolution-cce4a6a3e5b8842216afcd3f495d3573ddb2de55.tar.lz
gsoc2013-evolution-cce4a6a3e5b8842216afcd3f495d3573ddb2de55.tar.xz
gsoc2013-evolution-cce4a6a3e5b8842216afcd3f495d3573ddb2de55.tar.zst
gsoc2013-evolution-cce4a6a3e5b8842216afcd3f495d3573ddb2de55.zip
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
Diffstat (limited to 'shell/e-shell-view.h')
-rw-r--r--shell/e-shell-view.h5
1 files changed, 5 insertions, 0 deletions
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