1 /*
2 * This file is a part of the Cairo-Dock project
3 *
4 * Copyright : (C) see the 'copyright' file.
5 * E-mail    : see the 'copyright' file.
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License
9 * as published by the Free Software Foundation; either version 3
10 * of the License, or (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
18 */
19 
20 #ifndef __GLDI_ICON_NAMES__
21 #define  __GLDI_ICON_NAMES__
22 
23 #include "glib.h"
24 
25 G_BEGIN_DECLS
26 
27 /**
28 *@file gldi-icon-names.h This file lists the common named icons; these are generic icons that any icon-theme should provide, and they replace gtk-stock icons.
29  *
30  */
31 
32 #define GLDI_ICON_NAME_ABOUT "help-about"
33 
34 #define GLDI_ICON_NAME_ADD "list-add"
35 
36 #define GLDI_ICON_NAME_BOLD "format-text-bold"
37 
38 #define GLDI_ICON_NAME_CAPS_LOCK_WARNING "dialog-warning-symbolic"
39 
40 #define GLDI_ICON_NAME_CDROM "media-optical"
41 
42 #define GLDI_ICON_NAME_CLEAR "edit-clear"
43 
44 #define GLDI_ICON_NAME_CLOSE "window-close"
45 
46 #define GLDI_ICON_NAME_CONNECT "network-wired"
47 
48 #define GLDI_ICON_NAME_COPY "edit-copy"
49 
50 #define GLDI_ICON_NAME_CUT "edit-cut"
51 
52 #define GLDI_ICON_NAME_DELETE "edit-delete"
53 
54 #define GLDI_ICON_NAME_DIALOG_AUTHENTICATION "dialog-password"
55 
56 #define GLDI_ICON_NAME_DIALOG_INFO "dialog-information"
57 
58 #define GLDI_ICON_NAME_DIALOG_WARNING "dialog-warning"
59 
60 #define GLDI_ICON_NAME_DIALOG_ERROR "dialog-error"
61 
62 #define GLDI_ICON_NAME_DIALOG_QUESTION "dialog-question"
63 
64 #define GLDI_ICON_NAME_DIRECTORY "folder"
65 
66 #define GLDI_ICON_NAME_DISCONNECT "network-offline"
67 
68 #define GLDI_ICON_NAME_EDIT "document-open"
69 
70 #define GLDI_ICON_NAME_EXECUTE "system-run"
71 
72 #define GLDI_ICON_NAME_FILE "text-x-generic"
73 
74 #define GLDI_ICON_NAME_FIND "edit-find"
75 
76 #define GLDI_ICON_NAME_FIND_AND_REPLACE "edit-find-replace"
77 
78 #define GLDI_ICON_NAME_FLOPPY "media-floppy"
79 
80 #define GLDI_ICON_NAME_FULLSCREEN "view-fullscreen"
81 
82 #define GLDI_ICON_NAME_GOTO_BOTTOM "go-bottom"
83 
84 #define GLDI_ICON_NAME_GOTO_FIRST "go-first"
85 
86 #define GLDI_ICON_NAME_GOTO_LAST "go-last"
87 
88 #define GLDI_ICON_NAME_GOTO_TOP "go-top"
89 
90 #define GLDI_ICON_NAME_GO_BACK "go-previous"
91 
92 #define GLDI_ICON_NAME_GO_DOWN "go-down"
93 
94 #define GLDI_ICON_NAME_GO_FORWARD "go-next"
95 
96 #define GLDI_ICON_NAME_GO_UP "go-up"
97 
98 #define GLDI_ICON_NAME_HARDDISK "drive-harddisk"
99 
100 #define GLDI_ICON_NAME_HELP "help-browser"
101 
102 #define GLDI_ICON_NAME_HOME "go-home"
103 
104 #define GLDI_ICON_NAME_INDENT "format-indent-more"
105 
106 #define GLDI_ICON_NAME_INFO "dialog-information"
107 
108 #define GLDI_ICON_NAME_ITALIC "format-text-italic"
109 
110 #define GLDI_ICON_NAME_JUMP_TO "go-jump"
111 
112 #define GLDI_ICON_NAME_JUSTIFY_CENTER "format-justify-center"
113 
114 #define GLDI_ICON_NAME_JUSTIFY_FILL "format-justify-fill"
115 
116 #define GLDI_ICON_NAME_JUSTIFY_LEFT "format-justify-left"
117 
118 #define GLDI_ICON_NAME_JUSTIFY_RIGHT "format-justify-right"
119 
120 #define GLDI_ICON_NAME_LEAVE_FULLSCREEN "view-restore"
121 
122 #define GLDI_ICON_NAME_MISSING_IMAGE "image-missing"
123 
124 #define GLDI_ICON_NAME_MEDIA_EJECT "media-eject"
125 
126 #define GLDI_ICON_NAME_MEDIA_FORWARD "media-seek-forward"
127 
128 #define GLDI_ICON_NAME_MEDIA_NEXT "media-skip-forward"
129 
130 #define GLDI_ICON_NAME_MEDIA_PAUSE "media-playback-pause"
131 
132 #define GLDI_ICON_NAME_MEDIA_PLAY "media-playback-start"
133 
134 #define GLDI_ICON_NAME_MEDIA_PREVIOUS "media-skip-backward"
135 
136 #define GLDI_ICON_NAME_MEDIA_RECORD "media-record"
137 
138 #define GLDI_ICON_NAME_MEDIA_REWIND "media-seek-backward"
139 
140 #define GLDI_ICON_NAME_MEDIA_STOP "media-playback-stop"
141 
142 #define GLDI_ICON_NAME_NETWORK "network-workgroup"
143 
144 #define GLDI_ICON_NAME_NEW "document-new"
145 
146 #define GLDI_ICON_NAME_OPEN "document-open"
147 
148 #define GLDI_ICON_NAME_PAGE_SETUP "document-page-setup"
149 
150 #define GLDI_ICON_NAME_PASTE "edit-paste"
151 
152 #define GLDI_ICON_NAME_PREFERENCES "preferences-system"
153 
154 #define GLDI_ICON_NAME_PRINT "document-print"
155 
156 #define GLDI_ICON_NAME_PRINT_ERROR "printer-error"
157 
158 #define GLDI_ICON_NAME_PROPERTIES "document-properties"
159 
160 #define GLDI_ICON_NAME_QUIT "application-exit"
161 
162 #define GLDI_ICON_NAME_REDO "edit-redo"
163 
164 #define GLDI_ICON_NAME_REFRESH "view-refresh"
165 
166 #define GLDI_ICON_NAME_REMOVE "list-remove"
167 
168 #define GLDI_ICON_NAME_REVERT_TO_SAVED "document-revert"
169 
170 #define GLDI_ICON_NAME_SAVE "document-save"
171 
172 #define GLDI_ICON_NAME_SAVE_AS "document-save-as"
173 
174 #define GLDI_ICON_NAME_SELECT_ALL "edit-select-all"
175 
176 #define GLDI_ICON_NAME_SELECT_COLOR "preferences-desktop-theme"
177 
178 #define GLDI_ICON_NAME_SELECT_FONT "preferences-desktop-font"
179 
180 #define GLDI_ICON_NAME_SORT_ASCENDING "view-sort-ascending"
181 
182 #define GLDI_ICON_NAME_SORT_DESCENDING "view-sort-descending"
183 
184 #define GLDI_ICON_NAME_SPELL_CHECK "tools-check-spelling"
185 
186 #define GLDI_ICON_NAME_STOP "process-stop"
187 
188 #define GLDI_ICON_NAME_UNDERLINE "format-text-underline"
189 
190 #define GLDI_ICON_NAME_UNDO "edit-undo"
191 
192 #define GLDI_ICON_NAME_UNINDENT "format-indent-less"
193 
194 #define GLDI_ICON_NAME_ZOOM_100 "zoom-original"
195 
196 #define GLDI_ICON_NAME_ZOOM_FIT "zoom-fit-best"
197 
198 #define GLDI_ICON_NAME_ZOOM_IN "zoom-in"
199 
200 #define GLDI_ICON_NAME_ZOOM_OUT "zoom-out"
201 
202 
203 G_END_DECLS
204 #endif
205