Code

Make icon preview selection sticky by default.
[inkscape.git] / src / ui / icon-names.h
1 /** @file
2  * @brief Macro for icon names used in Inkscape
3  *
4  * This file exists for several reasons: firstly, it contains all the icon names
5  * in Inkscape, so it can serve as a reference to themers. Secondly, using
6  * macros instead of strings avoids typos. Thirdly, we can change names
7  * to conform to external icon sets / specifications without changing any code.
8  */
9 /* Authors:
10  *   Krzysztof KosiƄski <tweenk.pl@gmail.com>
11  *
12  * Copyright (C) 2009 Authors
13  * Released under GNU GPL, read the file 'COPYING' for more information
14  */
16 #ifndef SEEN_INKSCAPE_ICON_NAMES_H
17 #define SEEN_INKSCAPE_ICON_NAMES_H
19 #define INKSCAPE_ICON_ALIGN_HORIZONTAL_BASELINE \
20     "align-horizontal-baseline"
21 #define INKSCAPE_ICON_ALIGN_HORIZONTAL_CENTER \
22     "align-horizontal-center"
23 #define INKSCAPE_ICON_ALIGN_HORIZONTAL_LEFT \
24     "align-horizontal-left"
25 #define INKSCAPE_ICON_ALIGN_HORIZONTAL_LEFT_TO_ANCHOR \
26     "align-horizontal-left-to-anchor"
27 #define INKSCAPE_ICON_ALIGN_HORIZONTAL_NODES \
28     "align-horizontal-node"
29 #define INKSCAPE_ICON_ALIGN_HORIZONTAL_RIGHT \
30     "align-horizontal-right"
31 #define INKSCAPE_ICON_ALIGN_HORIZONTAL_RIGHT_TO_ANCHOR \
32     "align-horizontal-right-to-anchor"
33 #define INKSCAPE_ICON_ALIGN_VERTICAL_BASELINE \
34     "align-vertical-baseline"
35 #define INKSCAPE_ICON_ALIGN_VERTICAL_BOTTOM \
36     "align-vertical-bottom"
37 #define INKSCAPE_ICON_ALIGN_VERTICAL_BOTTOM_TO_ANCHOR \
38     "align-vertical-bottom-to-anchor"
39 #define INKSCAPE_ICON_ALIGN_VERTICAL_CENTER \
40     "align-vertical-center"
41 #define INKSCAPE_ICON_ALIGN_VERTICAL_NODES \
42     "align-vertical-node"
43 #define INKSCAPE_ICON_ALIGN_VERTICAL_TOP \
44     "align-vertical-top"
45 #define INKSCAPE_ICON_ALIGN_VERTICAL_TOP_TO_ANCHOR \
46     "align-vertical-top-to-anchor"
47 #define INKSCAPE_ICON_BITMAP_TRACE \
48     "bitmap-trace"
49 #define INKSCAPE_ICON_COLOR_FILL \
50     "color-fill"
51 #define INKSCAPE_ICON_COLOR_GRADIENT \
52     "color-gradient"
53 #define INKSCAPE_ICON_COLOR_MANAGEMENT \
54     "color-management"
55 #define INKSCAPE_ICON_COLOR_PICKER \
56     "color-picker"
57 #define INKSCAPE_ICON_COLOR_REMOVE \
58     "color-remove"
59 #define INKSCAPE_ICON_CONNECTOR_EDIT \
60     "connector-edit"
61 #define INKSCAPE_ICON_CONNECTOR_AVOID \
62     "connector-avoid"
63 #define INKSCAPE_ICON_CONNECTOR_IGNORE \
64     "connector-ignore"
65 #define INKSCAPE_ICON_CONNECTOR_ORTHOGONAL \
66     "connector-orthogonal"
67 #define INKSCAPE_ICON_CONNECTOR_NEW_CONNPOINT \
68     "connector-new-connpoint"
69 #define INKSCAPE_ICON_CONNECTOR_REMOVE_CONNPOINT \
70     "connector-remove-connpoint"
71 #define INKSCAPE_ICON_DIALOG_ALIGN_AND_DISTRIBUTE \
72     "dialog-align-and-distribute"
73 #define INKSCAPE_ICON_DIALOG_FILL_AND_STROKE \
74     "dialog-fill-and-stroke"
75 #define INKSCAPE_ICON_DIALOG_ICON_PREVIEW \
76     "dialog-icon-preview"
77 #define INKSCAPE_ICON_DIALOG_INPUT_DEVICES \
78     "dialog-input-devices"
79 #define INKSCAPE_ICON_DIALOG_LAYERS \
80     "dialog-layers"
81 #define INKSCAPE_ICON_DIALOG_MEMORY \
82     "dialog-memory"
83 #define INKSCAPE_ICON_DIALOG_MESSAGES \
84     "dialog-messages"
85 #define INKSCAPE_ICON_DIALOG_OBJECT_PROPERTIES \
86     "dialog-object-properties"
87 #define INKSCAPE_ICON_DIALOG_ROWS_AND_COLUMNS \
88     "dialog-rows-and-columns"
89 #define INKSCAPE_ICON_DIALOG_SCRIPTS \
90     "dialog-scripts"
91 #define INKSCAPE_ICON_DIALOG_TEXT_AND_FONT \
92     "dialog-text-and-font"
93 #define INKSCAPE_ICON_DIALOG_TILE_CLONES \
94     "dialog-tile-clones"
95 #define INKSCAPE_ICON_DIALOG_TRANSFORM \
96     "dialog-transform"
97 #define INKSCAPE_ICON_DIALOG_XML_EDITOR \
98     "dialog-xml-editor"
99 #define INKSCAPE_ICON_DISTRIBUTE_GRAPH \
100     "distribute-graph"
101 #define INKSCAPE_ICON_DISTRIBUTE_GRAPH_DIRECTED \
102     "distribute-graph-directed"
103 #define INKSCAPE_ICON_DISTRIBUTE_HORIZONTAL_BASELINE \
104     "distribute-horizontal-baseline"
105 #define INKSCAPE_ICON_DISTRIBUTE_HORIZONTAL_CENTER \
106     "distribute-horizontal-center"
107 #define INKSCAPE_ICON_DISTRIBUTE_HORIZONTAL_GAPS \
108     "distribute-horizontal-gaps"
109 #define INKSCAPE_ICON_DISTRIBUTE_HORIZONTAL_LEFT \
110     "distribute-horizontal-left"
111 #define INKSCAPE_ICON_DISTRIBUTE_HORIZONTAL_NODE \
112     "distribute-horizontal-node"
113 #define INKSCAPE_ICON_DISTRIBUTE_HORIZONTAL_RIGHT \
114     "distribute-horizontal-right"
115 #define INKSCAPE_ICON_DISTRIBUTE_RANDOMIZE \
116     "distribute-randomize"
117 #define INKSCAPE_ICON_DISTRIBUTE_REMOVE_OVERLAPS \
118     "distribute-remove-overlaps"
119 #define INKSCAPE_ICON_DISTRIBUTE_UNCLUMP \
120     "distribute-unclump"
121 #define INKSCAPE_ICON_DISTRIBUTE_VERTICAL_BASELINE \
122     "distribute-vertical-baseline"
123 #define INKSCAPE_ICON_DISTRIBUTE_VERTICAL_BOTTOM \
124     "distribute-vertical-bottom"
125 #define INKSCAPE_ICON_DISTRIBUTE_VERTICAL_CENTER \
126     "distribute-vertical-center"
127 #define INKSCAPE_ICON_DISTRIBUTE_VERTICAL_GAPS \
128     "distribute-vertical-gaps"
129 #define INKSCAPE_ICON_DISTRIBUTE_VERTICAL_NODE \
130     "distribute-vertical-node"
131 #define INKSCAPE_ICON_DISTRIBUTE_VERTICAL_TOP \
132     "distribute-vertical-top"
133 #define INKSCAPE_ICON_DOCUMENT_CLEANUP \
134     "document-cleanup"
135 #define INKSCAPE_ICON_DOCUMENT_EXPORT \
136     "document-export"
137 #define INKSCAPE_ICON_DOCUMENT_EXPORT_OCAL \
138     "document-export-ocal"
139 #define INKSCAPE_ICON_DOCUMENT_IMPORT \
140     "document-import"
141 #define INKSCAPE_ICON_DOCUMENT_IMPORT_OCAL \
142     "document-import-ocal"
143 #define INKSCAPE_ICON_DOCUMENT_METADATA \
144     "document-metadata"
145 #define INKSCAPE_ICON_DOCUMENT_OPEN_RECENT \
146     "document-open-recent"
147 #define INKSCAPE_ICON_DRAW_CALLIGRAPHIC \
148     "draw-calligraphic"
149 #define INKSCAPE_ICON_DRAW_CONNECTOR \
150     "draw-connector"
151 #define INKSCAPE_ICON_DRAW_CUBOID \
152     "draw-cuboid"
153 #define INKSCAPE_ICON_DRAW_ELLIPSE \
154     "draw-ellipse"
155 #define INKSCAPE_ICON_DRAW_ELLIPSE_ARC \
156     "draw-ellipse-arc"
157 #define INKSCAPE_ICON_DRAW_ELLIPSE_SEGMENT \
158     "draw-ellipse-segment"
159 #define INKSCAPE_ICON_DRAW_ELLIPSE_WHOLE \
160     "draw-ellipse-whole"
161 #define INKSCAPE_ICON_DRAW_ERASER \
162     "draw-eraser"
163 #define INKSCAPE_ICON_DRAW_ERASER_DELETE_OBJECTS \
164     "draw-eraser-delete-objects"
165 #define INKSCAPE_ICON_DRAW_FREEHAND \
166     "draw-freehand"
167 #define INKSCAPE_ICON_DRAW_PATH \
168     "draw-path"
169 #define INKSCAPE_ICON_DRAW_POLYGON \
170     "draw-polygon"
171 #define INKSCAPE_ICON_DRAW_POLYGON_STAR \
172     "draw-polygon-star"
173 #define INKSCAPE_ICON_DRAW_RECTANGLE \
174     "draw-rectangle"
175 #define INKSCAPE_ICON_DRAW_SPIRAL \
176     "draw-spiral"
177 #define INKSCAPE_ICON_DRAW_STAR \
178     "draw-star"
179 #define INKSCAPE_ICON_DRAW_TEXT \
180     "draw-text"
181 #define INKSCAPE_ICON_DRAW_TRACE_BACKGROUND \
182     "draw-trace-background"
183 #define INKSCAPE_ICON_DRAW_USE_PRESSURE \
184     "draw-use-pressure"
185 #define INKSCAPE_ICON_DRAW_USE_TILT \
186     "draw-use-tilt"
187 #define INKSCAPE_ICON_EDIT_CLONE \
188     "edit-clone"
189 #define INKSCAPE_ICON_EDIT_CLONE_UNLINK \
190     "edit-clone-unlink"
191 #define INKSCAPE_ICON_EDIT_DUPLICATE \
192     "edit-duplicate"
193 #define INKSCAPE_ICON_EDIT_PASTE_IN_PLACE \
194     "edit-paste-in-place"
195 #define INKSCAPE_ICON_EDIT_PASTE_STYLE \
196     "edit-paste-style"
197 #define INKSCAPE_ICON_EDIT_SELECT_ALL \
198     "edit-select-all"
199 #define INKSCAPE_ICON_EDIT_SELECT_ALL_LAYERS \
200     "edit-select-all-layers"
201 #define INKSCAPE_ICON_EDIT_SELECT_INVERT \
202     "edit-select-invert"
203 #define INKSCAPE_ICON_EDIT_SELECT_NONE \
204     "edit-select-none"
205 #define INKSCAPE_ICON_EDIT_SELECT_ORIGINAL \
206     "edit-select-original"
207 #define INKSCAPE_ICON_EDIT_UNDO_HISTORY \
208     "edit-undo-history"
209 #define INKSCAPE_ICON_FILL_RULE_EVEN_ODD \
210     "fill-rule-even-odd"
211 #define INKSCAPE_ICON_FILL_RULE_NONZERO \
212     "fill-rule-nonzero"
213 #define INKSCAPE_ICON_FORMAT_TEXT_DIRECTION_HORIZONTAL \
214     "format-text-direction-horizontal"
215 #define INKSCAPE_ICON_FORMAT_TEXT_DIRECTION_VERTICAL \
216     "format-text-direction-vertical"
217 #define INKSCAPE_ICON_GRID_AXONOMETRIC \
218     "grid-axonometric"
219 #define INKSCAPE_ICON_GRID_RECTANGULAR \
220     "grid-rectangular"
221 #define INKSCAPE_ICON_GUIDES \
222     "guides"
223 #define INKSCAPE_ICON_HELP_CONTENTS \
224     "help-contents"
225 #define INKSCAPE_ICON_HELP_KEYBOARD_SHORTCUTS \
226     "help-keyboard-shortcuts"
227 #define INKSCAPE_ICON_IMAGE_FILTER_BLEND \
228     "image-filter-blend"
229 #define INKSCAPE_ICON_IMAGE_FILTER_COLOR_MATRIX \
230     "image-filter-color-matrix"
231 #define INKSCAPE_ICON_IMAGE_FILTER_DIFFUSE_LIGHTING \
232     "image-filter-diffuse-lighting"
233 #define INKSCAPE_ICON_IMAGE_FILTER_DISPLACEMENT_MAP \
234     "image-filter-displacement-map"
235 #define INKSCAPE_ICON_IMAGE_FILTER_FLOOD \
236     "image-filter-flood"
237 #define INKSCAPE_ICON_IMAGE_FILTER_GAUSSIAN_BLUR \
238     "image-filter-gaussian-blur"
239 #define INKSCAPE_ICON_IMAGE_FILTER_MORPHOLOGY \
240     "image-filter-morphology"
241 #define INKSCAPE_ICON_IMAGE_FILTER_OFFSET \
242     "image-filter-offset"
243 #define INKSCAPE_ICON_IMAGE_FILTER_TURBULENCE \
244     "image-filter-turbulence"
245 #define INKSCAPE_ICON_INKSCAPE \
246     "inkscape-logo"
247 #define INKSCAPE_ICON_LAYER_BOTTOM \
248     "layer-bottom"
249 #define INKSCAPE_ICON_LAYER_DELETE \
250     "layer-delete"
251 #define INKSCAPE_ICON_LAYER_LOWER \
252     "layer-lower"
253 #define INKSCAPE_ICON_LAYER_NEW \
254     "layer-new"
255 #define INKSCAPE_ICON_LAYER_NEXT \
256     "layer-next"
257 #define INKSCAPE_ICON_LAYER_PREVIOUS \
258     "layer-previous"
259 #define INKSCAPE_ICON_LAYER_RAISE \
260     "layer-raise"
261 #define INKSCAPE_ICON_LAYER_RENAME \
262     "layer-rename"
263 #define INKSCAPE_ICON_LAYER_TOP \
264     "layer-top"
265 #define INKSCAPE_ICON_NODE_ADD \
266     "node-add"
267 #define INKSCAPE_ICON_NODE_BREAK \
268     "node-break"
269 #define INKSCAPE_ICON_NODE_DELETE \
270     "node-delete"
271 #define INKSCAPE_ICON_NODE_DELETE_SEGMENT \
272     "node-delete-segment"
273 #define INKSCAPE_ICON_NODE_DISTRIBUTE_HORIZONTAL \
274     "distribute-horizontal-node"
275 #define INKSCAPE_ICON_NODE_DISTRIBUTE_VERTICAL \
276     "distribute-vertical-node"
277 #define INKSCAPE_ICON_NODE_JOIN \
278     "node-join"
279 #define INKSCAPE_ICON_NODE_JOIN_SEGMENT \
280     "node-join-segment"
281 #define INKSCAPE_ICON_NODE_SEGMENT_CURVE \
282     "node-segment-curve"
283 #define INKSCAPE_ICON_NODE_SEGMENT_LINE \
284     "node-segment-line"
285 #define INKSCAPE_ICON_NODE_TYPE_AUTO_SMOOTH \
286     "node-type-auto-smooth"
287 #define INKSCAPE_ICON_NODE_TYPE_CUSP \
288     "node-type-cusp"
289 #define INKSCAPE_ICON_NODE_TYPE_SMOOTH \
290     "node-type-smooth"
291 #define INKSCAPE_ICON_NODE_TYPE_SYMMETRIC \
292     "node-type-symmetric"
293 #define INKSCAPE_ICON_OBJECT_COLUMNS \
294     "object-columns"
295 #define INKSCAPE_ICON_OBJECT_FILL \
296     "object-fill"
297 #define INKSCAPE_ICON_OBJECT_FLIP_HORIZONTAL \
298     "object-flip-horizontal"
299 #define INKSCAPE_ICON_OBJECT_FLIP_VERTICAL \
300     "object-flip-vertical"
301 #define INKSCAPE_ICON_OBJECT_GROUP \
302     "object-group"
303 #define INKSCAPE_ICON_OBJECT_HIDDEN \
304     "object-hidden"
305 #define INKSCAPE_ICON_OBJECT_LOCKED \
306     "object-locked"
307 #define INKSCAPE_ICON_OBJECT_ROTATE_LEFT \
308     "object-rotate-left"
309 #define INKSCAPE_ICON_OBJECT_ROTATE_RIGHT \
310     "object-rotate-right"
311 #define INKSCAPE_ICON_OBJECT_ROWS \
312     "object-rows"
313 #define INKSCAPE_ICON_OBJECT_STROKE \
314     "object-stroke"
315 #define INKSCAPE_ICON_OBJECT_STROKE_STYLE \
316     "object-stroke-style"
317 #define INKSCAPE_ICON_OBJECT_TO_PATH \
318     "object-to-path"
319 #define INKSCAPE_ICON_OBJECT_TWEAK_ATTRACT \
320     "object-tweak-attract"
321 #define INKSCAPE_ICON_OBJECT_TWEAK_BLUR \
322     "object-tweak-blur"
323 #define INKSCAPE_ICON_OBJECT_TWEAK_DUPLICATE \
324     "object-tweak-duplicate"
325 #define INKSCAPE_ICON_OBJECT_TWEAK_JITTER_COLOR \
326     "object-tweak-jitter-color"
327 #define INKSCAPE_ICON_OBJECT_TWEAK_PAINT \
328     "object-tweak-paint"
329 #define INKSCAPE_ICON_OBJECT_TWEAK_PUSH \
330     "object-tweak-push"
331 #define INKSCAPE_ICON_OBJECT_TWEAK_RANDOMIZE \
332     "object-tweak-randomize"
333 #define INKSCAPE_ICON_OBJECT_TWEAK_ROTATE \
334     "object-tweak-rotate"
335 #define INKSCAPE_ICON_OBJECT_TWEAK_SHRINK \
336     "object-tweak-shrink"
337 #define INKSCAPE_ICON_OBJECT_UNGROUP \
338     "object-ungroup"
339 #define INKSCAPE_ICON_OBJECT_UNLOCKED \
340     "object-unlocked"
341 #define INKSCAPE_ICON_OBJECT_VISIBLE \
342     "object-visible"
343 #define INKSCAPE_ICON_PAINT_GRADIENT_LINEAR \
344     "paint-gradient-linear"
345 #define INKSCAPE_ICON_PAINT_GRADIENT_RADIAL \
346     "paint-gradient-radial"
347 #define INKSCAPE_ICON_PAINT_NONE \
348     "paint-none"
349 #define INKSCAPE_ICON_PAINT_PATTERN \
350     "paint-pattern"
351 #define INKSCAPE_ICON_PAINT_SOLID \
352     "paint-solid"
353 #define INKSCAPE_ICON_PAINT_SWATCH \
354     "paint-swatch"
355 #define INKSCAPE_ICON_PAINT_UNKNOWN \
356     "paint-unknown"
357 #define INKSCAPE_ICON_PATH_BREAK_APART \
358     "path-break-apart"
359 #define INKSCAPE_ICON_PATH_CLIP_EDIT \
360     "path-clip-edit"
361 #define INKSCAPE_ICON_PATH_COMBINE \
362     "path-combine"
363 #define INKSCAPE_ICON_PATH_CUT \
364     "path-cut"
365 #define INKSCAPE_ICON_PATH_DIFFERENCE \
366     "path-difference"
367 #define INKSCAPE_ICON_PATH_DIVISION \
368     "path-division"
369 #define INKSCAPE_ICON_PATH_EFFECT_PARAMETER_NEXT \
370     "path-effect-parameter-next"
371 #define INKSCAPE_ICON_PATH_EXCLUSION \
372     "path-exclusion"
373 #define INKSCAPE_ICON_PATH_INSET \
374     "path-inset"
375 #define INKSCAPE_ICON_PATH_INTERSECTION \
376     "path-intersection"
377 #define INKSCAPE_ICON_PATH_MASK_EDIT \
378     "path-mask-edit"
379 #define INKSCAPE_ICON_PATH_MODE_BEZIER \
380     "path-mode-bezier"
381 #define INKSCAPE_ICON_PATH_MODE_POLYLINE \
382     "path-mode-polyline"
383 #define INKSCAPE_ICON_PATH_MODE_POLYLINE_PARAXIAL \
384     "path-mode-polyline-paraxial"
385 #define INKSCAPE_ICON_PATH_MODE_SPIRO \
386     "path-mode-spiro"
387 #define INKSCAPE_ICON_PATH_OFFSET_DYNAMIC \
388     "path-offset-dynamic"
389 #define INKSCAPE_ICON_PATH_OFFSET_LINKED \
390     "path-offset-linked"
391 #define INKSCAPE_ICON_PATH_OUTSET \
392     "path-outset"
393 #define INKSCAPE_ICON_PATH_REVERSE \
394     "path-reverse"
395 #define INKSCAPE_ICON_PATH_SIMPLIFY \
396     "path-simplify"
397 #define INKSCAPE_ICON_PATH_TWEAK_ATTRACT \
398     "path-tweak-attract"
399 #define INKSCAPE_ICON_PATH_TWEAK_GROW \
400     "path-tweak-grow"
401 #define INKSCAPE_ICON_PATH_TWEAK_PUSH \
402     "path-tweak-push"
403 #define INKSCAPE_ICON_PATH_TWEAK_ROUGHEN \
404     "path-tweak-roughen"
405 #define INKSCAPE_ICON_PATH_TWEAK_SHRINK \
406     "path-tweak-shrink"
407 #define INKSCAPE_ICON_PATH_UNION \
408     "path-union"
409 #define INKSCAPE_ICON_PERSPECTIVE_PARALLEL \
410     "perspective-parallel"
411 #define INKSCAPE_ICON_RECTANGLE_MAKE_CORNERS_SHARP \
412     "rectangle-make-corners-sharp"
413 #define INKSCAPE_ICON_SELECTION_BOTTOM \
414     "selection-bottom"
415 #define INKSCAPE_ICON_SELECTION_LOWER \
416     "selection-lower"
417 #define INKSCAPE_ICON_SELECTION_MAKE_BITMAP_COPY \
418     "selection-make-bitmap-copy"
419 #define INKSCAPE_ICON_SELECTION_MOVE_TO_LAYER_ABOVE \
420     "selection-move-to-layer-above"
421 #define INKSCAPE_ICON_SELECTION_MOVE_TO_LAYER_BELOW \
422     "selection-move-to-layer-below"
423 #define INKSCAPE_ICON_SELECTION_RAISE \
424     "selection-raise"
425 #define INKSCAPE_ICON_SELECTION_TOP \
426     "selection-top"
427 #define INKSCAPE_ICON_SHOW_DIALOGS \
428     "show-dialogs"
429 #define INKSCAPE_ICON_SHOW_GRID \
430     "show-grid"
431 #define INKSCAPE_ICON_SHOW_GUIDES \
432     "show-guides"
433 #define INKSCAPE_ICON_SHOW_NODE_HANDLES \
434     "show-node-handles"
435 #define INKSCAPE_ICON_SHOW_PATH_OUTLINE \
436     "show-path-outline"
437 #define INKSCAPE_ICON_SNAP \
438     "snap"
439 #define INKSCAPE_ICON_SNAP_BOUNDING_BOX \
440     "snap-bounding-box"
441 #define INKSCAPE_ICON_SNAP_BOUNDING_BOX_CENTER \
442     "snap-bounding-box-center"
443 #define INKSCAPE_ICON_SNAP_BOUNDING_BOX_CORNERS \
444     "snap-bounding-box-corners"
445 #define INKSCAPE_ICON_SNAP_BOUNDING_BOX_EDGES \
446     "snap-bounding-box-edges"
447 #define INKSCAPE_ICON_SNAP_BOUNDING_BOX_MIDPOINTS \
448     "snap-bounding-box-midpoints"
449 #define INKSCAPE_ICON_SNAP_GRID_GUIDE_INTERSECTIONS \
450     "snap-grid-guide-intersections"
451 #define INKSCAPE_ICON_SNAP_NODES \
452     "snap-nodes"
453 #define INKSCAPE_ICON_SNAP_NODES_CENTER \
454     "snap-nodes-center"
455 #define INKSCAPE_ICON_SNAP_NODES_CUSP \
456     "snap-nodes-cusp"
457 #define INKSCAPE_ICON_SNAP_NODES_INTERSECTION \
458     "snap-nodes-intersection"
459 #define INKSCAPE_ICON_SNAP_NODES_MIDPOINT \
460     "snap-nodes-midpoint"
461 #define INKSCAPE_ICON_SNAP_NODES_PATH \
462     "snap-nodes-path"
463 #define INKSCAPE_ICON_SNAP_NODES_ROTATION_CENTER \
464     "snap-nodes-rotation-center"
465 #define INKSCAPE_ICON_SNAP_NODES_SMOOTH \
466     "snap-nodes-smooth"
467 #define INKSCAPE_ICON_SNAP_PAGE \
468     "snap-page"
469 #define INKSCAPE_ICON_SPRAY_COPY_MODE \
470     "spray-copy-mode"
471 #define INKSCAPE_ICON_SPRAY_CLONE_MODE \
472     "spray-clone-mode"
473 #define INKSCAPE_ICON_SPRAY_UNION_MODE \
474     "spray-union-mode"
475 #define INKSCAPE_ICON_DIALOG_SPRAY_OPTIONS \
476     "dialog-spray-options"
477 #define INKSCAPE_ICON_STROKE_CAP_BUTT \
478     "stroke-cap-butt"
479 #define INKSCAPE_ICON_STROKE_CAP_ROUND \
480     "stroke-cap-round"
481 #define INKSCAPE_ICON_STROKE_CAP_SQUARE \
482     "stroke-cap-square"
483 #define INKSCAPE_ICON_STROKE_JOIN_BEVEL \
484     "stroke-join-bevel"
485 #define INKSCAPE_ICON_STROKE_JOIN_MITER \
486     "stroke-join-miter"
487 #define INKSCAPE_ICON_STROKE_JOIN_ROUND \
488     "stroke-join-round"
489 #define INKSCAPE_ICON_STROKE_TO_PATH \
490     "stroke-to-path"
491 #define INKSCAPE_ICON_TEXT_CONVERT_TO_REGULAR \
492     "text-convert-to-regular"
493 #define INKSCAPE_ICON_TEXT_FLOW_INTO_FRAME \
494     "text-flow-into-frame"
495 #define INKSCAPE_ICON_TEXT_PUT_ON_PATH \
496     "text-put-on-path"
497 #define INKSCAPE_ICON_TEXT_REMOVE_FROM_PATH \
498     "text-remove-from-path"
499 #define INKSCAPE_ICON_TEXT_UNFLOW \
500     "text-unflow"
501 #define INKSCAPE_ICON_TEXT_UNKERN \
502     "text-unkern"
503 #define INKSCAPE_ICON_TOOL_NODE_EDITOR \
504     "tool-node-editor"
505 #define INKSCAPE_ICON_TOOL_POINTER \
506     "tool-pointer"
507 #define INKSCAPE_ICON_TOOL_TWEAK \
508     "tool-tweak"
509 #define INKSCAPE_ICON_TOOL_SPRAY \
510     "tool-spray"
511 #define INKSCAPE_ICON_TRANSFORM_AFFECT_GRADIENT \
512     "transform-affect-gradient"
513 #define INKSCAPE_ICON_TRANSFORM_AFFECT_PATTERN \
514     "transform-affect-pattern"
515 #define INKSCAPE_ICON_TRANSFORM_AFFECT_ROUNDED_CORNERS \
516     "transform-affect-rounded-corners"
517 #define INKSCAPE_ICON_TRANSFORM_AFFECT_STROKE \
518     "transform-affect-stroke"
519 #define INKSCAPE_ICON_TRANSFORM_MOVE_HORIZONTAL \
520     "transform-move-horizontal"
521 #define INKSCAPE_ICON_TRANSFORM_MOVE_VERTICAL \
522     "transform-move-vertical"
523 #define INKSCAPE_ICON_TRANSFORM_ROTATE \
524     "transform-rotate"
525 #define INKSCAPE_ICON_TRANSFORM_SCALE_HORIZONTAL \
526     "transform-scale-horizontal"
527 #define INKSCAPE_ICON_TRANSFORM_SCALE_VERTICAL \
528     "transform-scale-vertical"
529 #define INKSCAPE_ICON_TRANSFORM_SKEW_HORIZONTAL \
530     "transform-skew-horizontal"
531 #define INKSCAPE_ICON_TRANSFORM_SKEW_VERTICAL \
532     "transform-skew-vertical"
533 #define INKSCAPE_ICON_VIEW_FULLSCREEN \
534     "view-fullscreen"
535 #define INKSCAPE_ICON_WINDOW_NEW \
536     "window-new"
537 #define INKSCAPE_ICON_WINDOW_NEXT \
538     "window-next"
539 #define INKSCAPE_ICON_WINDOW_PREVIOUS \
540     "window-previous"
541 #define INKSCAPE_ICON_XML_ATTRIBUTE_DELETE \
542     "xml-attribute-delete"
543 #define INKSCAPE_ICON_XML_ELEMENT_NEW \
544     "xml-element-new"
545 #define INKSCAPE_ICON_XML_NODE_DELETE \
546     "xml-node-delete"
547 #define INKSCAPE_ICON_XML_NODE_DUPLICATE \
548     "xml-node-duplicate"
549 #define INKSCAPE_ICON_XML_TEXT_NEW \
550     "xml-text-new"
551 #define INKSCAPE_ICON_ZOOM \
552     "zoom"
553 #define INKSCAPE_ICON_ZOOM_DOUBLE_SIZE \
554     "zoom-double-size"
555 #define INKSCAPE_ICON_ZOOM_FIT_DRAWING \
556     "zoom-fit-drawing"
557 #define INKSCAPE_ICON_ZOOM_FIT_PAGE \
558     "zoom-fit-page"
559 #define INKSCAPE_ICON_ZOOM_FIT_SELECTION \
560     "zoom-fit-selection"
561 #define INKSCAPE_ICON_ZOOM_FIT_WIDTH \
562     "zoom-fit-width"
563 #define INKSCAPE_ICON_ZOOM_HALF_SIZE \
564     "zoom-half-size"
565 #define INKSCAPE_ICON_ZOOM_IN \
566     "zoom-in"
567 #define INKSCAPE_ICON_ZOOM_NEXT \
568     "zoom-next"
569 #define INKSCAPE_ICON_ZOOM_ORIGINAL \
570     "zoom-original"
571 #define INKSCAPE_ICON_ZOOM_OUT \
572     "zoom-out"
573 #define INKSCAPE_ICON_ZOOM_PREVIOUS \
574     "zoom-previous"
576 #endif /* ifdef SEEN_INKSCAPE_ICON_NAMES_H */
578 /*
579   Local Variables:
580   mode:c++
581   c-file-style:"stroustrup"
582   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
583   indent-tabs-mode:nil
584   fill-column:99
585   End:
586 */
587 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :