diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-09-13 12:02:09 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-09-13 12:02:09 +0800 |
commit | 7ee6ef65f1019389c172478a80b8f0aa73a1453e (patch) | |
tree | e50bcb96372f1fbbe5b53fc64b8200932ef7659d /shell/e-shell-sidebar.h | |
parent | df6a8262a141e0bec824149e7f65568d2187c5c2 (diff) | |
download | gsoc2013-evolution-7ee6ef65f1019389c172478a80b8f0aa73a1453e.tar.gz gsoc2013-evolution-7ee6ef65f1019389c172478a80b8f0aa73a1453e.tar.zst gsoc2013-evolution-7ee6ef65f1019389c172478a80b8f0aa73a1453e.zip |
Allow EShellContent, EShellSidebar, and EShellTaskbar to be subclassed,
and begin doing so for Calendars, Memos and Tasks. Makes the code cleaner.
svn path=/branches/kill-bonobo/; revision=36317
Diffstat (limited to 'shell/e-shell-sidebar.h')
-rw-r--r-- | shell/e-shell-sidebar.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/shell/e-shell-sidebar.h b/shell/e-shell-sidebar.h index 498f48c7f4..a6a67a40cc 100644 --- a/shell/e-shell-sidebar.h +++ b/shell/e-shell-sidebar.h @@ -42,8 +42,6 @@ (G_TYPE_INSTANCE_GET_CLASS \ ((obj), E_TYPE_SHELL_SIDEBAR, EShellSidebarClass)) -#define E_SHELL_SIDEBAR_DEFAULT_TOOLBAR_STYLE GTK_TOOLBAR_BOTH_HORIZ - G_BEGIN_DECLS /* Avoid including <e-shell-view.h> */ @@ -66,9 +64,6 @@ GType e_shell_sidebar_get_type (void); GtkWidget * e_shell_sidebar_new (struct _EShellView *shell_view); struct _EShellView * e_shell_sidebar_get_shell_view (EShellSidebar *shell_sidebar); -const gchar * e_shell_sidebar_get_icon_name (EShellSidebar *shell_sidebar); -void e_shell_sidebar_set_icon_name (EShellSidebar *shell_sidebar, - const gchar *icon_name); const gchar * e_shell_sidebar_get_primary_text(EShellSidebar *shell_sidebar); void e_shell_sidebar_set_primary_text(EShellSidebar *shell_sidebar, const gchar *primary_text); |