aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2008-08-27 09:54:22 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-08-27 09:54:22 +0800
commit244ab98402af2d384fe63c46fd15541f1c9f79bf (patch)
tree5fcc178bc3f0fa7d147cd0a82604c8e0a9ced7de /shell/e-shell-view.h
parentcf3b01017162cbba568ee4317eee2efe5f6fdc10 (diff)
downloadgsoc2013-evolution-244ab98402af2d384fe63c46fd15541f1c9f79bf.tar
gsoc2013-evolution-244ab98402af2d384fe63c46fd15541f1c9f79bf.tar.gz
gsoc2013-evolution-244ab98402af2d384fe63c46fd15541f1c9f79bf.tar.bz2
gsoc2013-evolution-244ab98402af2d384fe63c46fd15541f1c9f79bf.tar.lz
gsoc2013-evolution-244ab98402af2d384fe63c46fd15541f1c9f79bf.tar.xz
gsoc2013-evolution-244ab98402af2d384fe63c46fd15541f1c9f79bf.tar.zst
gsoc2013-evolution-244ab98402af2d384fe63c46fd15541f1c9f79bf.zip
Progress update:
- Get the test module to demonstrate populating the shell window (particularly, the various notebooks) with some stupid widgets. svn path=/branches/kill-bonobo/; revision=36094
Diffstat (limited to 'shell/e-shell-view.h')
-rw-r--r--shell/e-shell-view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell-view.h b/shell/e-shell-view.h
index ed123773fe..0c98e32eb4 100644
--- a/shell/e-shell-view.h
+++ b/shell/e-shell-view.h
@@ -77,6 +77,7 @@ void e_shell_view_set_title (EShellView *shell_view,
const gchar *title);
EShellWindow * e_shell_view_get_window (EShellView *shell_view);
gboolean e_shell_view_is_selected (EShellView *shell_view);
+gint e_shell_view_get_page_num (EShellView *shell_view);
GtkWidget * e_shell_view_get_content_widget (EShellView *shell_view);
GtkWidget * e_shell_view_get_sidebar_widget (EShellView *shell_view);
GtkWidget * e_shell_view_get_status_widget (EShellView *shell_view);