]> www.fi.muni.cz Git - evince.git/blob - libview/ev-stock-icons.h
[dualscreen] fix crash on ctrl+w and fix control window closing
[evince.git] / libview / ev-stock-icons.h
1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 /* Stock icons for Evince
3  *
4  * Copyright (C) 2003 Martin Kretzschmar
5  *
6  * Author:
7  *   Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
8  *
9  * Evince is free software; you can redistribute it and/or modify it
10  * under the terms of the GNU General Public License as published by
11  * the Free Software Foundation; either version 2 of the License, or
12  * (at your option) any later version.
13  *
14  * Evince is distributed in the hope that it will be useful, but WITHOUT
15  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
16  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
17  * License for more details.
18  *
19  * You should have received a copy of the GNU General Public License
20  * along with this program; if not, write to the Free Software
21  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
22  */
23
24 #if !defined (__EV_EVINCE_VIEW_H_INSIDE__) && !defined (EVINCE_COMPILATION)
25 #error "Only <evince-view.h> can be included directly."
26 #endif
27
28 #ifndef __EV_STOCK_ICONS_H__
29 #define __EV_STOCK_ICONS_H__
30
31 #include <gdk/gdk.h>
32
33 G_BEGIN_DECLS
34
35 /* Evince stock icons */
36 #define EV_STOCK_ZOOM                   "zoom"
37 #define EV_STOCK_ZOOM_PAGE              "zoom-fit-height"
38 #define EV_STOCK_ZOOM_WIDTH             "zoom-fit-width"
39 #define EV_STOCK_VIEW_DUAL              "view-page-facing"
40 #define EV_STOCK_VIEW_CONTINUOUS        "view-page-continuous"
41 #define EV_STOCK_ROTATE_LEFT            "object-rotate-left"
42 #define EV_STOCK_ROTATE_RIGHT           "object-rotate-right"
43 #define EV_STOCK_RUN_PRESENTATION       "x-office-presentation"
44 #define EV_STOCK_VISIBLE                "eye"
45 #define EV_STOCK_RESIZE_SE              "resize-se"
46 #define EV_STOCK_RESIZE_SW              "resize-sw"
47 #define EV_STOCK_CLOSE                  "close"
48 #define EV_STOCK_INVERTED_COLORS        "inverted"
49 #define EV_STOCK_ATTACHMENT             "mail-attachment"
50
51 void ev_stock_icons_init       (void);
52 void ev_stock_icons_shutdown   (void);
53 void ev_stock_icons_set_screen (GdkScreen *screen);
54
55 G_END_DECLS
56
57 #endif /* __EV_STOCK_ICONS_H__ */