Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/evince-ui.xml
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-12-22 05:13:37 (GMT)
committer Owen Taylor <otaylor@src.gnome.org>2004-12-22 05:13:37 (GMT)
commitd97441740d457e1463083d561afdb719ca99e66b (patch)
treeb50b683d9e2cf37760988385763a6a63711150af /data/evince-ui.xml
parent13647840703031a51d60ba197ad34fb0e713dc15 (diff)
Add a few more toolbar items.
Tue Dec 21 23:57:37 2004 Owen Taylor <otaylor@redhat.com> * data/evince-ui.xml: Add a few more toolbar items. * shell/ev-window.c: Hook up page navigation toolbar items. * shell/ev-view.[ch]: add ev_view_set/get_page and a page-changed signal. * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:: Add ev_document_get_page(). * shell/ev-window.c: Sensitize/desensitize navigation actions.
Diffstat (limited to 'data/evince-ui.xml')
-rw-r--r--data/evince-ui.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/evince-ui.xml b/data/evince-ui.xml
index 41dc86c..035e770 100644
--- a/data/evince-ui.xml
+++ b/data/evince-ui.xml
@@ -46,5 +46,10 @@
<toolbar name="ToolBar">
<toolitem action="FileOpen"/>
+ <separator/>
+ <toolitem action="GoFirstPage"/>
+ <toolitem action="GoPreviousPage"/>
+ <toolitem action="GoNextPage"/>
+ <toolitem action="GoLastPage"/>
</toolbar>
</ui>