~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to devel-docs/libgimpbase/xml/gimpbaseenums.xml

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
 
24
24
 
25
 
enum        <link linkend="GimpCheckSize">GimpCheckSize</link>;
26
 
enum        <link linkend="GimpCheckType">GimpCheckType</link>;
27
 
enum        <link linkend="GimpImageBaseType">GimpImageBaseType</link>;
28
 
enum        <link linkend="GimpImageType">GimpImageType</link>;
29
 
enum        <link linkend="GimpMessageHandlerType">GimpMessageHandlerType</link>;
30
 
enum        <link linkend="GimpPDBArgType">GimpPDBArgType</link>;
31
 
enum        <link linkend="GimpPDBProcType">GimpPDBProcType</link>;
32
 
enum        <link linkend="GimpPDBStatusType">GimpPDBStatusType</link>;
33
 
enum        <link linkend="GimpProgressCommand">GimpProgressCommand</link>;
34
 
enum        <link linkend="GimpStackTraceMode">GimpStackTraceMode</link>;
 
25
enum                <link linkend="GimpAddMaskType">GimpAddMaskType</link>;
 
26
enum                <link linkend="GimpBlendMode">GimpBlendMode</link>;
 
27
enum                <link linkend="GimpBucketFillMode">GimpBucketFillMode</link>;
 
28
enum                <link linkend="GimpChannelOps">GimpChannelOps</link>;
 
29
enum                <link linkend="GimpChannelType">GimpChannelType</link>;
 
30
enum                <link linkend="GimpCheckSize">GimpCheckSize</link>;
 
31
enum                <link linkend="GimpCheckType">GimpCheckType</link>;
 
32
enum                <link linkend="GimpCloneType">GimpCloneType</link>;
 
33
enum                <link linkend="GimpDesaturateMode">GimpDesaturateMode</link>;
 
34
enum                <link linkend="GimpDodgeBurnType">GimpDodgeBurnType</link>;
 
35
enum                <link linkend="GimpForegroundExtractMode">GimpForegroundExtractMode</link>;
 
36
enum                <link linkend="GimpGradientType">GimpGradientType</link>;
 
37
enum                <link linkend="GimpGridStyle">GimpGridStyle</link>;
 
38
enum                <link linkend="GimpIconType">GimpIconType</link>;
 
39
enum                <link linkend="GimpImageBaseType">GimpImageBaseType</link>;
 
40
enum                <link linkend="GimpImageType">GimpImageType</link>;
 
41
enum                <link linkend="GimpInterpolationType">GimpInterpolationType</link>;
 
42
enum                <link linkend="GimpMessageHandlerType">GimpMessageHandlerType</link>;
 
43
enum                <link linkend="GimpPaintApplicationMode">GimpPaintApplicationMode</link>;
 
44
enum                <link linkend="GimpPDBArgType">GimpPDBArgType</link>;
 
45
enum                <link linkend="GimpPDBProcType">GimpPDBProcType</link>;
 
46
enum                <link linkend="GimpPDBStatusType">GimpPDBStatusType</link>;
 
47
enum                <link linkend="GimpProgressCommand">GimpProgressCommand</link>;
 
48
enum                <link linkend="GimpRepeatMode">GimpRepeatMode</link>;
 
49
enum                <link linkend="GimpRunMode">GimpRunMode</link>;
 
50
enum                <link linkend="GimpSizeType">GimpSizeType</link>;
 
51
enum                <link linkend="GimpStackTraceMode">GimpStackTraceMode</link>;
 
52
enum                <link linkend="GimpTransferMode">GimpTransferMode</link>;
 
53
enum                <link linkend="GimpTransformDirection">GimpTransformDirection</link>;
 
54
enum                <link linkend="GimpTransformResize">GimpTransformResize</link>;
 
55
enum                <link linkend="GimpVectorsStrokeType">GimpVectorsStrokeType</link>;
35
56
 
36
57
</synopsis>
37
58
</refsynopsisdiv>
54
75
<refsect1 role="details">
55
76
<title role="details.title">Details</title>
56
77
<refsect2>
 
78
<title><anchor id="GimpAddMaskType" role="enum"/>enum GimpAddMaskType</title>
 
79
<indexterm><primary>GimpAddMaskType</primary></indexterm><programlisting>typedef enum
 
80
{
 
81
  GIMP_ADD_WHITE_MASK,          /*&lt; desc="_White (full opacity)"           &gt;*/
 
82
  GIMP_ADD_BLACK_MASK,          /*&lt; desc="_Black (full transparency)"      &gt;*/
 
83
  GIMP_ADD_ALPHA_MASK,          /*&lt; desc="Layer's _alpha channel"          &gt;*/
 
84
  GIMP_ADD_ALPHA_TRANSFER_MASK, /*&lt; desc="_Transfer layer's alpha channel" &gt;*/
 
85
  GIMP_ADD_SELECTION_MASK,      /*&lt; desc="_Selection"                      &gt;*/
 
86
  GIMP_ADD_COPY_MASK,           /*&lt; desc="_Grayscale copy of layer"        &gt;*/
 
87
  GIMP_ADD_CHANNEL_MASK         /*&lt; desc="C_hannel"                        &gt;*/
 
88
} GimpAddMaskType;
 
89
</programlisting>
 
90
<para>
 
91
 
 
92
</para></refsect2>
 
93
<refsect2>
 
94
<title><anchor id="GimpBlendMode" role="enum"/>enum GimpBlendMode</title>
 
95
<indexterm><primary>GimpBlendMode</primary></indexterm><programlisting>typedef enum
 
96
{
 
97
  GIMP_FG_BG_RGB_MODE,         /*&lt; desc="FG to BG (RGB)"    &gt;*/
 
98
  GIMP_FG_BG_HSV_MODE,         /*&lt; desc="FG to BG (HSV)"    &gt;*/
 
99
  GIMP_FG_TRANSPARENT_MODE,    /*&lt; desc="FG to transparent" &gt;*/
 
100
  GIMP_CUSTOM_MODE             /*&lt; desc="Custom gradient"   &gt;*/
 
101
} GimpBlendMode;
 
102
</programlisting>
 
103
<para>
 
104
 
 
105
</para></refsect2>
 
106
<refsect2>
 
107
<title><anchor id="GimpBucketFillMode" role="enum"/>enum GimpBucketFillMode</title>
 
108
<indexterm><primary>GimpBucketFillMode</primary></indexterm><programlisting>typedef enum
 
109
{
 
110
  GIMP_FG_BUCKET_FILL,      /*&lt; desc="FG color fill" &gt;*/
 
111
  GIMP_BG_BUCKET_FILL,      /*&lt; desc="BG color fill" &gt;*/
 
112
  GIMP_PATTERN_BUCKET_FILL  /*&lt; desc="Pattern fill"  &gt;*/
 
113
} GimpBucketFillMode;
 
114
</programlisting>
 
115
<para>
 
116
 
 
117
</para></refsect2>
 
118
<refsect2>
 
119
<title><anchor id="GimpChannelOps" role="enum"/>enum GimpChannelOps</title>
 
120
<indexterm><primary>GimpChannelOps</primary></indexterm><programlisting>typedef enum
 
121
{
 
122
  GIMP_CHANNEL_OP_ADD,       /*&lt; desc="Add to the current selection"         &gt;*/
 
123
  GIMP_CHANNEL_OP_SUBTRACT,  /*&lt; desc="Subtract from the current selection"  &gt;*/
 
124
  GIMP_CHANNEL_OP_REPLACE,   /*&lt; desc="Replace the current selection"        &gt;*/
 
125
  GIMP_CHANNEL_OP_INTERSECT  /*&lt; desc="Intersect with the current selection" &gt;*/
 
126
} GimpChannelOps;
 
127
</programlisting>
 
128
<para>
 
129
 
 
130
</para></refsect2>
 
131
<refsect2>
 
132
<title><anchor id="GimpChannelType" role="enum"/>enum GimpChannelType</title>
 
133
<indexterm><primary>GimpChannelType</primary></indexterm><programlisting>typedef enum
 
134
{
 
135
  GIMP_RED_CHANNEL,      /*&lt; desc="Red"     &gt;*/
 
136
  GIMP_GREEN_CHANNEL,    /*&lt; desc="Green"   &gt;*/
 
137
  GIMP_BLUE_CHANNEL,     /*&lt; desc="Blue"    &gt;*/
 
138
  GIMP_GRAY_CHANNEL,     /*&lt; desc="Gray"    &gt;*/
 
139
  GIMP_INDEXED_CHANNEL,  /*&lt; desc="Indexed" &gt;*/
 
140
  GIMP_ALPHA_CHANNEL     /*&lt; desc="Alpha"   &gt;*/
 
141
} GimpChannelType;
 
142
</programlisting>
 
143
<para>
 
144
 
 
145
</para></refsect2>
 
146
<refsect2>
57
147
<title><anchor id="GimpCheckSize" role="enum"/>enum GimpCheckSize</title>
58
148
<indexterm><primary>GimpCheckSize</primary></indexterm><programlisting>typedef enum  /*&lt; pdb-skip &gt;*/
59
149
{
69
159
<title><anchor id="GimpCheckType" role="enum"/>enum GimpCheckType</title>
70
160
<indexterm><primary>GimpCheckType</primary></indexterm><programlisting>typedef enum  /*&lt; pdb-skip &gt;*/
71
161
{
72
 
  GIMP_CHECK_TYPE_LIGHT_CHECKS = 0,  /*&lt; desc="Light Checks"    &gt;*/
73
 
  GIMP_CHECK_TYPE_GRAY_CHECKS  = 1,  /*&lt; desc="Mid-Tone Checks" &gt;*/
74
 
  GIMP_CHECK_TYPE_DARK_CHECKS  = 2,  /*&lt; desc="Dark Checks"     &gt;*/
75
 
  GIMP_CHECK_TYPE_WHITE_ONLY   = 3,  /*&lt; desc="White Only"      &gt;*/
76
 
  GIMP_CHECK_TYPE_GRAY_ONLY    = 4,  /*&lt; desc="Gray Only"       &gt;*/
77
 
  GIMP_CHECK_TYPE_BLACK_ONLY   = 5   /*&lt; desc="Black Only"      &gt;*/
 
162
  GIMP_CHECK_TYPE_LIGHT_CHECKS = 0,  /*&lt; desc="Light checks"    &gt;*/
 
163
  GIMP_CHECK_TYPE_GRAY_CHECKS  = 1,  /*&lt; desc="Mid-tone checks" &gt;*/
 
164
  GIMP_CHECK_TYPE_DARK_CHECKS  = 2,  /*&lt; desc="Dark checks"     &gt;*/
 
165
  GIMP_CHECK_TYPE_WHITE_ONLY   = 3,  /*&lt; desc="White only"      &gt;*/
 
166
  GIMP_CHECK_TYPE_GRAY_ONLY    = 4,  /*&lt; desc="Gray only"       &gt;*/
 
167
  GIMP_CHECK_TYPE_BLACK_ONLY   = 5   /*&lt; desc="Black only"      &gt;*/
78
168
} GimpCheckType;
79
169
</programlisting>
80
170
<para>
81
171
 
82
172
</para></refsect2>
83
173
<refsect2>
 
174
<title><anchor id="GimpCloneType" role="enum"/>enum GimpCloneType</title>
 
175
<indexterm><primary>GimpCloneType</primary></indexterm><programlisting>typedef enum
 
176
{
 
177
  GIMP_IMAGE_CLONE,   /*&lt; desc="Image source"   &gt;*/
 
178
  GIMP_PATTERN_CLONE  /*&lt; desc="Pattern source" &gt;*/
 
179
} GimpCloneType;
 
180
</programlisting>
 
181
<para>
 
182
 
 
183
</para></refsect2>
 
184
<refsect2>
 
185
<title><anchor id="GimpDesaturateMode" role="enum"/>enum GimpDesaturateMode</title>
 
186
<indexterm><primary>GimpDesaturateMode</primary></indexterm><programlisting>typedef enum
 
187
{
 
188
  GIMP_DESATURATE_LIGHTNESS,   /*&lt; desc="Lightness"  &gt;*/
 
189
  GIMP_DESATURATE_LUMINOSITY,  /*&lt; desc="Luminosity" &gt;*/
 
190
  GIMP_DESATURATE_AVERAGE      /*&lt; desc="Average"    &gt;*/
 
191
} GimpDesaturateMode;
 
192
</programlisting>
 
193
<para>
 
194
 
 
195
</para></refsect2>
 
196
<refsect2>
 
197
<title><anchor id="GimpDodgeBurnType" role="enum"/>enum GimpDodgeBurnType</title>
 
198
<indexterm><primary>GimpDodgeBurnType</primary></indexterm><programlisting>typedef enum
 
199
{
 
200
  GIMP_DODGE,  /*&lt; desc="Dodge" &gt;*/
 
201
  GIMP_BURN    /*&lt; desc="Burn"  &gt;*/
 
202
} GimpDodgeBurnType;
 
203
</programlisting>
 
204
<para>
 
205
 
 
206
</para></refsect2>
 
207
<refsect2>
 
208
<title><anchor id="GimpForegroundExtractMode" role="enum"/>enum GimpForegroundExtractMode</title>
 
209
<indexterm><primary>GimpForegroundExtractMode</primary></indexterm><programlisting>typedef enum
 
210
{
 
211
  GIMP_FOREGROUND_EXTRACT_SIOX
 
212
} GimpForegroundExtractMode;
 
213
</programlisting>
 
214
<para>
 
215
 
 
216
</para></refsect2>
 
217
<refsect2>
 
218
<title><anchor id="GimpGradientType" role="enum"/>enum GimpGradientType</title>
 
219
<indexterm><primary>GimpGradientType</primary></indexterm><programlisting>typedef enum
 
220
{
 
221
  GIMP_GRADIENT_LINEAR,                /*&lt; desc="gradient|Linear"   &gt;*/
 
222
  GIMP_GRADIENT_BILINEAR,              /*&lt; desc="Bi-linear"         &gt;*/
 
223
  GIMP_GRADIENT_RADIAL,                /*&lt; desc="Radial"            &gt;*/
 
224
  GIMP_GRADIENT_SQUARE,                /*&lt; desc="Square"            &gt;*/
 
225
  GIMP_GRADIENT_CONICAL_SYMMETRIC,     /*&lt; desc="Conical (sym)"     &gt;*/
 
226
  GIMP_GRADIENT_CONICAL_ASYMMETRIC,    /*&lt; desc="Conical (asym)"    &gt;*/
 
227
  GIMP_GRADIENT_SHAPEBURST_ANGULAR,    /*&lt; desc="Shaped (angular)"  &gt;*/
 
228
  GIMP_GRADIENT_SHAPEBURST_SPHERICAL,  /*&lt; desc="Shaped (spherical)"&gt;*/
 
229
  GIMP_GRADIENT_SHAPEBURST_DIMPLED,    /*&lt; desc="Shaped (dimpled)"  &gt;*/
 
230
  GIMP_GRADIENT_SPIRAL_CLOCKWISE,      /*&lt; desc="Spiral (cw)"       &gt;*/
 
231
  GIMP_GRADIENT_SPIRAL_ANTICLOCKWISE   /*&lt; desc="Spiral (ccw)"      &gt;*/
 
232
} GimpGradientType;
 
233
</programlisting>
 
234
<para>
 
235
 
 
236
</para></refsect2>
 
237
<refsect2>
 
238
<title><anchor id="GimpGridStyle" role="enum"/>enum GimpGridStyle</title>
 
239
<indexterm><primary>GimpGridStyle</primary></indexterm><programlisting>typedef enum
 
240
{
 
241
  GIMP_GRID_DOTS,           /*&lt; desc="Intersections (dots)"       &gt;*/
 
242
  GIMP_GRID_INTERSECTIONS,  /*&lt; desc="Intersections (crosshairs)" &gt;*/
 
243
  GIMP_GRID_ON_OFF_DASH,    /*&lt; desc="Dashed"                     &gt;*/
 
244
  GIMP_GRID_DOUBLE_DASH,    /*&lt; desc="Double dashed"              &gt;*/
 
245
  GIMP_GRID_SOLID           /*&lt; desc="Solid"                      &gt;*/
 
246
} GimpGridStyle;
 
247
</programlisting>
 
248
<para>
 
249
 
 
250
</para></refsect2>
 
251
<refsect2>
 
252
<title><anchor id="GimpIconType" role="enum"/>enum GimpIconType</title>
 
253
<indexterm><primary>GimpIconType</primary></indexterm><programlisting>typedef enum
 
254
{
 
255
  GIMP_ICON_TYPE_STOCK_ID,      /*&lt; desc="Stock ID"      &gt;*/
 
256
  GIMP_ICON_TYPE_INLINE_PIXBUF, /*&lt; desc="Inline pixbuf" &gt;*/
 
257
  GIMP_ICON_TYPE_IMAGE_FILE     /*&lt; desc="Image file"    &gt;*/
 
258
} GimpIconType;
 
259
</programlisting>
 
260
<para>
 
261
 
 
262
</para></refsect2>
 
263
<refsect2>
84
264
<title><anchor id="GimpImageBaseType" role="enum"/>enum GimpImageBaseType</title>
85
265
<indexterm><primary>GimpImageBaseType</primary></indexterm><programlisting>typedef enum
86
266
{
108
288
 
109
289
</para></refsect2>
110
290
<refsect2>
 
291
<title><anchor id="GimpInterpolationType" role="enum"/>enum GimpInterpolationType</title>
 
292
<indexterm><primary>GimpInterpolationType</primary></indexterm><programlisting>typedef enum
 
293
{
 
294
  GIMP_INTERPOLATION_NONE,   /*&lt; desc="interpolation|None"   &gt;*/
 
295
  GIMP_INTERPOLATION_LINEAR, /*&lt; desc="interpolation|Linear" &gt;*/
 
296
  GIMP_INTERPOLATION_CUBIC,  /*&lt; desc="Cubic"                &gt;*/
 
297
  GIMP_INTERPOLATION_LANCZOS /*&lt; desc="Sinc (Lanczos3)"      &gt;*/
 
298
} GimpInterpolationType;
 
299
</programlisting>
 
300
<para>
 
301
 
 
302
</para></refsect2>
 
303
<refsect2>
111
304
<title><anchor id="GimpMessageHandlerType" role="enum"/>enum GimpMessageHandlerType</title>
112
305
<indexterm><primary>GimpMessageHandlerType</primary></indexterm><programlisting>typedef enum
113
306
{
120
313
 
121
314
</para></refsect2>
122
315
<refsect2>
 
316
<title><anchor id="GimpPaintApplicationMode" role="enum"/>enum GimpPaintApplicationMode</title>
 
317
<indexterm><primary>GimpPaintApplicationMode</primary></indexterm><programlisting>typedef enum
 
318
{
 
319
  GIMP_PAINT_CONSTANT,    /*&lt; desc="Constant"    &gt;*/
 
320
  GIMP_PAINT_INCREMENTAL  /*&lt; desc="Incremental" &gt;*/
 
321
} GimpPaintApplicationMode;
 
322
</programlisting>
 
323
<para>
 
324
 
 
325
</para></refsect2>
 
326
<refsect2>
123
327
<title><anchor id="GimpPDBArgType" role="enum"/>enum GimpPDBArgType</title>
124
328
<indexterm><primary>GimpPDBArgType</primary></indexterm><programlisting>typedef enum
125
329
{
142
346
  GIMP_PDB_DRAWABLE,
143
347
  GIMP_PDB_SELECTION,
144
348
  GIMP_PDB_BOUNDARY,
145
 
  GIMP_PDB_PATH,
 
349
  GIMP_PDB_VECTORS,
146
350
  GIMP_PDB_PARASITE,
147
351
  GIMP_PDB_STATUS,
148
 
  GIMP_PDB_END
 
352
  GIMP_PDB_END,
 
353
 
 
354
  GIMP_PDB_PATH = GIMP_PDB_VECTORS /* deprecated */
149
355
} GimpPDBArgType;
150
356
</programlisting>
151
357
<para>
155
361
<title><anchor id="GimpPDBProcType" role="enum"/>enum GimpPDBProcType</title>
156
362
<indexterm><primary>GimpPDBProcType</primary></indexterm><programlisting>typedef enum
157
363
{
158
 
  GIMP_INTERNAL,
159
 
  GIMP_PLUGIN,
160
 
  GIMP_EXTENSION,
161
 
  GIMP_TEMPORARY
 
364
  GIMP_INTERNAL,   /*&lt; desc="Internal GIMP procedure" &gt;*/
 
365
  GIMP_PLUGIN,     /*&lt; desc="GIMP Plug-In" &gt;*/
 
366
  GIMP_EXTENSION,  /*&lt; desc="GIMP Extension" &gt;*/
 
367
  GIMP_TEMPORARY   /*&lt; desc="Temporary Procedure" &gt;*/
162
368
} GimpPDBProcType;
163
369
</programlisting>
164
370
<para>
185
391
  GIMP_PROGRESS_COMMAND_START,
186
392
  GIMP_PROGRESS_COMMAND_END,
187
393
  GIMP_PROGRESS_COMMAND_SET_TEXT,
188
 
  GIMP_PROGRESS_COMMAND_SET_VALUE
 
394
  GIMP_PROGRESS_COMMAND_SET_VALUE,
 
395
  GIMP_PROGRESS_COMMAND_PULSE,
 
396
  GIMP_PROGRESS_COMMAND_GET_WINDOW
189
397
} GimpProgressCommand;
190
398
</programlisting>
191
399
<para>
192
400
 
193
401
</para></refsect2>
194
402
<refsect2>
 
403
<title><anchor id="GimpRepeatMode" role="enum"/>enum GimpRepeatMode</title>
 
404
<indexterm><primary>GimpRepeatMode</primary></indexterm><programlisting>typedef enum
 
405
{
 
406
  GIMP_REPEAT_NONE,       /*&lt; desc="None"            &gt;*/
 
407
  GIMP_REPEAT_SAWTOOTH,   /*&lt; desc="Sawtooth wave"   &gt;*/
 
408
  GIMP_REPEAT_TRIANGULAR  /*&lt; desc="Triangular wave" &gt;*/
 
409
} GimpRepeatMode;
 
410
</programlisting>
 
411
<para>
 
412
 
 
413
</para></refsect2>
 
414
<refsect2>
 
415
<title><anchor id="GimpRunMode" role="enum"/>enum GimpRunMode</title>
 
416
<indexterm><primary>GimpRunMode</primary></indexterm><programlisting>typedef enum
 
417
{
 
418
  GIMP_RUN_INTERACTIVE,     /*&lt; desc="Run interactively"         &gt;*/
 
419
  GIMP_RUN_NONINTERACTIVE,  /*&lt; desc="Run non-interactively"     &gt;*/
 
420
  GIMP_RUN_WITH_LAST_VALS   /*&lt; desc="Run with last used values" &gt;*/
 
421
} GimpRunMode;
 
422
</programlisting>
 
423
<para>
 
424
 
 
425
</para></refsect2>
 
426
<refsect2>
 
427
<title><anchor id="GimpSizeType" role="enum"/>enum GimpSizeType</title>
 
428
<indexterm><primary>GimpSizeType</primary></indexterm><programlisting>typedef enum
 
429
{
 
430
  GIMP_PIXELS,  /*&lt; desc="Pixels" &gt;*/
 
431
  GIMP_POINTS   /*&lt; desc="Points" &gt;*/
 
432
} GimpSizeType;
 
433
</programlisting>
 
434
<para>
 
435
 
 
436
</para></refsect2>
 
437
<refsect2>
195
438
<title><anchor id="GimpStackTraceMode" role="enum"/>enum GimpStackTraceMode</title>
196
439
<indexterm><primary>GimpStackTraceMode</primary></indexterm><programlisting>typedef enum
197
440
{
203
446
<para>
204
447
 
205
448
</para></refsect2>
 
449
<refsect2>
 
450
<title><anchor id="GimpTransferMode" role="enum"/>enum GimpTransferMode</title>
 
451
<indexterm><primary>GimpTransferMode</primary></indexterm><programlisting>typedef enum
 
452
{
 
453
  GIMP_SHADOWS,     /*&lt; desc="Shadows"    &gt;*/
 
454
  GIMP_MIDTONES,    /*&lt; desc="Midtones"   &gt;*/
 
455
  GIMP_HIGHLIGHTS   /*&lt; desc="Highlights" &gt;*/
 
456
} GimpTransferMode;
 
457
</programlisting>
 
458
<para>
 
459
 
 
460
</para></refsect2>
 
461
<refsect2>
 
462
<title><anchor id="GimpTransformDirection" role="enum"/>enum GimpTransformDirection</title>
 
463
<indexterm><primary>GimpTransformDirection</primary></indexterm><programlisting>typedef enum
 
464
{
 
465
  GIMP_TRANSFORM_FORWARD,   /*&lt; desc="Normal (Forward)" &gt;*/
 
466
  GIMP_TRANSFORM_BACKWARD   /*&lt; desc="Corrective (Backward)" &gt;*/
 
467
} GimpTransformDirection;
 
468
</programlisting>
 
469
<para>
 
470
 
 
471
</para></refsect2>
 
472
<refsect2>
 
473
<title><anchor id="GimpTransformResize" role="enum"/>enum GimpTransformResize</title>
 
474
<indexterm><primary>GimpTransformResize</primary></indexterm><programlisting>typedef enum
 
475
{
 
476
  GIMP_TRANSFORM_RESIZE_ADJUST           = 0, /*&lt; desc="Adjust" &gt;*/
 
477
  GIMP_TRANSFORM_RESIZE_CLIP             = 1, /*&lt; desc="Clip" &gt;*/
 
478
  GIMP_TRANSFORM_RESIZE_CROP,                 /*&lt; desc="Crop to result" &gt;*/
 
479
  GIMP_TRANSFORM_RESIZE_CROP_WITH_ASPECT,     /*&lt; desc="Crop with aspect" &gt;*/
 
480
} GimpTransformResize;
 
481
</programlisting>
 
482
<para>
 
483
 
 
484
</para></refsect2>
 
485
<refsect2>
 
486
<title><anchor id="GimpVectorsStrokeType" role="enum"/>enum GimpVectorsStrokeType</title>
 
487
<indexterm><primary>GimpVectorsStrokeType</primary></indexterm><programlisting>typedef enum
 
488
{
 
489
  GIMP_VECTORS_STROKE_TYPE_BEZIER
 
490
} GimpVectorsStrokeType;
 
491
</programlisting>
 
492
<para>
 
493
 
 
494
</para></refsect2>
206
495
 
207
496
</refsect1>
208
497