X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=shell%2Fev-stock-icons.h;h=2e7f21b29a628d91717372067a1d6d892361c9f5;hb=dec10c13ca0e95a58e9d6eb537320505ca64d1f8;hp=4064ef09b167f00bde27973b6a791c3d84eb6542;hpb=8228ff475e7dced57dbaa9550255534d0c275767;p=evince.git diff --git a/shell/ev-stock-icons.h b/shell/ev-stock-icons.h index 4064ef09..2e7f21b2 100644 --- a/shell/ev-stock-icons.h +++ b/shell/ev-stock-icons.h @@ -24,18 +24,20 @@ #ifndef __EV_STOCK_ICONS_H__ #define __EV_STOCK_ICONS_H__ -#include +#include G_BEGIN_DECLS /* Evince stock icons */ -#define EV_STOCK_ZOOM_PAGE "stock_zoom-page" -#define EV_STOCK_ZOOM_WIDTH "stock_zoom-page-width" -#define EV_STOCK_LEAVE_FULLSCREEN "stock_leave-fullscreen" -#define EV_STOCK_VIEW_DUAL "stock_view-dual-page" -#define EV_STOCK_VIEW_CONTINUOUS "stock_view-continuous" +#define EV_STOCK_ZOOM "zoom" +#define EV_STOCK_ZOOM_PAGE "zoom-fit-page" +#define EV_STOCK_ZOOM_WIDTH "zoom-fit-width" +#define EV_STOCK_VIEW_DUAL "view-page-facing" +#define EV_STOCK_VIEW_CONTINUOUS "view-page-continuous" #define EV_STOCK_ROTATE_LEFT "object-rotate-left" #define EV_STOCK_ROTATE_RIGHT "object-rotate-right" +#define EV_STOCK_RUN_PRESENTATION "x-office-presentation" +#define EV_STOCK_VISIBLE "eye" void ev_stock_icons_init (void);