diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-19 15:57:20 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-19 15:57:20 +0800 |
commit | 711ce9920ad6ca4f9ffd8a246d70acc574f2ae39 (patch) | |
tree | 7cd058083b3ea1df671ea3aefeff2a5a49532dac /shell/e-shell-view.h | |
parent | d44875ac5f2dfc7753cc33281c5fc8a866edd0b7 (diff) | |
download | gsoc2013-evolution-711ce9920ad6ca4f9ffd8a246d70acc574f2ae39.tar gsoc2013-evolution-711ce9920ad6ca4f9ffd8a246d70acc574f2ae39.tar.gz gsoc2013-evolution-711ce9920ad6ca4f9ffd8a246d70acc574f2ae39.tar.bz2 gsoc2013-evolution-711ce9920ad6ca4f9ffd8a246d70acc574f2ae39.tar.lz gsoc2013-evolution-711ce9920ad6ca4f9ffd8a246d70acc574f2ae39.tar.xz gsoc2013-evolution-711ce9920ad6ca4f9ffd8a246d70acc574f2ae39.tar.zst gsoc2013-evolution-711ce9920ad6ca4f9ffd8a246d70acc574f2ae39.zip |
More work on the code. Added more for the framework.
More work on the code. Added more for the framework.
Miguel.
svn path=/trunk/; revision=1593
Diffstat (limited to 'shell/e-shell-view.h')
-rw-r--r-- | shell/e-shell-view.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/shell/e-shell-view.h b/shell/e-shell-view.h index 4011cfc6ac..b8737a5fc8 100644 --- a/shell/e-shell-view.h +++ b/shell/e-shell-view.h @@ -20,7 +20,9 @@ struct _EShellView { /* Our user interface handler */ GnomeUIHandler *uih; - /* + + EFolder *efolder; +/* * */ char shortcut_displayed; @@ -33,7 +35,8 @@ typedef struct { GnomeAppClass parent_class; } EShellViewClass; -GtkWidget *e_shell_view_new (EShell *eshell, gboolean show_shortcut_bar); +GtkWidget *e_shell_view_new (EShell *eshell, EFolder *folder, + gboolean show_shortcut_bar); GtkType e_shell_view_get_type (void); void e_shell_view_new_folder (EShellView *esv); @@ -41,6 +44,7 @@ void e_shell_view_new_shortcut (EShellView *esv); void e_shell_view_set_view (EShellView *eshell_view, EFolder *efolder); + void e_shell_view_display_shortcut_bar (EShellView *eshell_view, gboolean display); #endif /* E_SHELL_VIEW_H */ |