diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-14 04:31:08 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-14 04:31:08 +0800 |
commit | 08bd7765721e5d866c4d7a546b94f691cf62d972 (patch) | |
tree | aaca52e83da675b32534d29176e94ebc0b13a53b /shell/e-sidebar.h | |
parent | 5f6a18500c3119731663ac4c059426c62a3b37f6 (diff) | |
download | gsoc2013-evolution-08bd7765721e5d866c4d7a546b94f691cf62d972.tar.gz gsoc2013-evolution-08bd7765721e5d866c4d7a546b94f691cf62d972.tar.zst gsoc2013-evolution-08bd7765721e5d866c4d7a546b94f691cf62d972.zip |
Get a basic shell window working.
svn path=/branches/kill-bonobo/; revision=35982
Diffstat (limited to 'shell/e-sidebar.h')
-rw-r--r-- | shell/e-sidebar.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/e-sidebar.h b/shell/e-sidebar.h index e5f195cbf7..6024b6e229 100644 --- a/shell/e-sidebar.h +++ b/shell/e-sidebar.h @@ -44,6 +44,13 @@ G_BEGIN_DECLS +typedef enum { + E_SWITCHER_ICONS, + E_SWITCHER_TEXT, + E_SWITCHER_BOTH, + E_SWITCHER_USER +} ESwitcherStyle; + typedef struct _ESidebar ESidebar; typedef struct _ESidebarClass ESidebarClass; typedef struct _ESidebarPrivate ESidebarPrivate; |