diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-05-30 14:32:14 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-05-30 14:32:14 +0800 |
commit | bdf6f37a8afa9988de108ac207b48de01fee6141 (patch) | |
tree | e1bb51bf741648eb1acf5c72d3f5c12b28381268 /shell/e-shell-view.h | |
parent | 316db85df610bfbea1cd6e5ae9ab44f10d30ccb4 (diff) | |
download | gsoc2013-evolution-bdf6f37a8afa9988de108ac207b48de01fee6141.tar gsoc2013-evolution-bdf6f37a8afa9988de108ac207b48de01fee6141.tar.gz gsoc2013-evolution-bdf6f37a8afa9988de108ac207b48de01fee6141.tar.bz2 gsoc2013-evolution-bdf6f37a8afa9988de108ac207b48de01fee6141.tar.lz gsoc2013-evolution-bdf6f37a8afa9988de108ac207b48de01fee6141.tar.xz gsoc2013-evolution-bdf6f37a8afa9988de108ac207b48de01fee6141.tar.zst gsoc2013-evolution-bdf6f37a8afa9988de108ac207b48de01fee6141.zip |
Added a title bar for the folder view. Removed title bar from the
shortcut view. Made shortcuts behave correctly when moved around.
Also, implemented automatic re-saving of the shortcuts when they
change.
svn path=/trunk/; revision=3276
Diffstat (limited to 'shell/e-shell-view.h')
-rw-r--r-- | shell/e-shell-view.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/e-shell-view.h b/shell/e-shell-view.h index 10745b5c62..d0ac824a96 100644 --- a/shell/e-shell-view.h +++ b/shell/e-shell-view.h @@ -48,6 +48,14 @@ typedef struct _EShellView EShellView; typedef struct _EShellViewPrivate EShellViewPrivate; typedef struct _EShellViewClass EShellViewClass; +enum _EShellViewShowFoldersMode { + E_SHELL_VIEW_SHOW_FOLDERS_HIDDEN, + E_SHELL_VIEW_SHOW_FOLDERS_TRANSIENT, + E_SHELL_VIEW_SHOW_FOLDERS_STICKY +}; +typedef enum _EShellViewShowFoldersMode EShellViewShowFoldersMode; + + struct _EShellView { GnomeApp parent; |