diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-27 09:54:22 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-27 09:54:22 +0800 |
commit | 244ab98402af2d384fe63c46fd15541f1c9f79bf (patch) | |
tree | 5fcc178bc3f0fa7d147cd0a82604c8e0a9ced7de /shell/e-shell-view.h | |
parent | cf3b01017162cbba568ee4317eee2efe5f6fdc10 (diff) | |
download | gsoc2013-evolution-244ab98402af2d384fe63c46fd15541f1c9f79bf.tar.gz 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.h | 1 |
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); |