Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-sidebar.h
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2004-12-22 04:21:54 (GMT)
committer Jonathan Blandford <jrb@src.gnome.org>2004-12-22 04:21:54 (GMT)
commit5a7fb79a9faa64e7b877b16a220999945b54a128 (patch)
treedc6d8ae6c44dcd7a8ef16be48169f0e436492449 /shell/ev-sidebar.h
parent694748d4887f8ffd866ae30c1660e86af2ceafed (diff)
Construct an actual sidebar.
Tue Dec 21 23:20:35 2004 Jonathan Blandford <jrb@redhat.com> * shell/ev-sidebar.c: Construct an actual sidebar. * shell/ev-sidebar-bookmarks.[ch]: * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
Diffstat (limited to 'shell/ev-sidebar.h')
-rw-r--r--shell/ev-sidebar.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/ev-sidebar.h b/shell/ev-sidebar.h
index 4a9ac93..ea97f5f 100644
--- a/shell/ev-sidebar.h
+++ b/shell/ev-sidebar.h
@@ -51,6 +51,11 @@ struct _EvSidebarClass {
GType ev_sidebar_get_type (void);
GtkWidget *ev_sidebar_new (void);
+void ev_sidebar_add_page (EvSidebar *ev_sidebar,
+ const gchar *page_id,
+ const gchar *title,
+ GtkWidget *main_widget);
+void ev_sidebar_clear (EvSidebar *ev_sidebar);
G_END_DECLS