~ubuntu-branches/ubuntu/edgy/gimp/edgy-security

« back to all changes in this revision

Viewing changes to devel-docs/libgimp/html/libgimp-gimpenums.html

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-04-21 13:00:24 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060421130024-0haogkgt8adj9qjj
Tags: 2.2.11-1ubuntu1
* Resynchronized with Debian, only changes to Debian are:
  - debian/rules:
    - added gettext Domain to .desktop file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
</pre>
79
79
</div>
80
80
<div class="refsect1" lang="en">
81
 
<a name="id2557365"></a><h2>Description</h2>
 
81
<a name="id2557797"></a><h2>Description</h2>
82
82
<p>
83
83
Enums and definitions.
84
84
 
85
85
</p>
86
86
</div>
87
87
<div class="refsect1" lang="en">
88
 
<a name="id2557376"></a><h2>Details</h2>
 
88
<a name="id2557808"></a><h2>Details</h2>
89
89
<div class="refsect2" lang="en">
90
 
<a name="id2557382"></a><h3>
 
90
<a name="id2557814"></a><h3>
91
91
<a name="GimpAddMaskType"></a>enum GimpAddMaskType</h3>
92
 
<a class="indexterm" name="id2557392"></a><pre class="programlisting">typedef enum
 
92
<a class="indexterm" name="id2557824"></a><pre class="programlisting">typedef enum
93
93
{
94
94
  GIMP_ADD_WHITE_MASK,
95
95
  GIMP_ADD_BLACK_MASK,
105
105
</div>
106
106
<hr>
107
107
<div class="refsect2" lang="en">
108
 
<a name="id2557410"></a><h3>
 
108
<a name="id2557843"></a><h3>
109
109
<a name="GimpBlendMode"></a>enum GimpBlendMode</h3>
110
 
<a class="indexterm" name="id2557420"></a><pre class="programlisting">typedef enum
 
110
<a class="indexterm" name="id2557853"></a><pre class="programlisting">typedef enum
111
111
{
112
112
  GIMP_FG_BG_RGB_MODE,
113
113
  GIMP_FG_BG_HSV_MODE,
121
121
</div>
122
122
<hr>
123
123
<div class="refsect2" lang="en">
124
 
<a name="id2557438"></a><h3>
 
124
<a name="id2557870"></a><h3>
125
125
<a name="GimpBrushApplicationMode"></a>enum GimpBrushApplicationMode</h3>
126
 
<a class="indexterm" name="id2557447"></a><pre class="programlisting">typedef enum
 
126
<a class="indexterm" name="id2557879"></a><pre class="programlisting">typedef enum
127
127
{
128
128
  GIMP_BRUSH_HARD,
129
129
  GIMP_BRUSH_SOFT
135
135
</div>
136
136
<hr>
137
137
<div class="refsect2" lang="en">
138
 
<a name="id2557464"></a><h3>
 
138
<a name="id2557896"></a><h3>
139
139
<a name="GimpBucketFillMode"></a>enum GimpBucketFillMode</h3>
140
 
<a class="indexterm" name="id2557474"></a><pre class="programlisting">typedef enum
 
140
<a class="indexterm" name="id2557906"></a><pre class="programlisting">typedef enum
141
141
{
142
142
  GIMP_FG_BUCKET_FILL,
143
143
  GIMP_BG_BUCKET_FILL,
150
150
</div>
151
151
<hr>
152
152
<div class="refsect2" lang="en">
153
 
<a name="id2492093"></a><h3>
 
153
<a name="id2492530"></a><h3>
154
154
<a name="GimpChannelOps"></a>enum GimpChannelOps</h3>
155
 
<a class="indexterm" name="id2492103"></a><pre class="programlisting">typedef enum
 
155
<a class="indexterm" name="id2492541"></a><pre class="programlisting">typedef enum
156
156
{
157
157
  GIMP_CHANNEL_OP_ADD,
158
158
  GIMP_CHANNEL_OP_SUBTRACT,
166
166
</div>
167
167
<hr>
168
168
<div class="refsect2" lang="en">
169
 
<a name="id2492121"></a><h3>
 
169
<a name="id2492558"></a><h3>
170
170
<a name="GimpChannelType"></a>enum GimpChannelType</h3>
171
 
<a class="indexterm" name="id2492131"></a><pre class="programlisting">typedef enum
 
171
<a class="indexterm" name="id2492569"></a><pre class="programlisting">typedef enum
172
172
{
173
173
  GIMP_RED_CHANNEL,
174
174
  GIMP_GREEN_CHANNEL,
184
184
</div>
185
185
<hr>
186
186
<div class="refsect2" lang="en">
187
 
<a name="id2492149"></a><h3>
 
187
<a name="id2492586"></a><h3>
188
188
<a name="GimpCloneType"></a>enum GimpCloneType</h3>
189
 
<a class="indexterm" name="id2492159"></a><pre class="programlisting">typedef enum
 
189
<a class="indexterm" name="id2492597"></a><pre class="programlisting">typedef enum
190
190
{
191
191
  GIMP_IMAGE_CLONE,
192
192
  GIMP_PATTERN_CLONE
198
198
</div>
199
199
<hr>
200
200
<div class="refsect2" lang="en">
201
 
<a name="id2492176"></a><h3>
 
201
<a name="id2492613"></a><h3>
202
202
<a name="GimpConvertDitherType"></a>enum GimpConvertDitherType</h3>
203
 
<a class="indexterm" name="id2492185"></a><pre class="programlisting">typedef enum
 
203
<a class="indexterm" name="id2492622"></a><pre class="programlisting">typedef enum
204
204
{
205
205
  GIMP_NO_DITHER,
206
206
  GIMP_FS_DITHER,
214
214
</div>
215
215
<hr>
216
216
<div class="refsect2" lang="en">
217
 
<a name="id2492202"></a><h3>
 
217
<a name="id2492640"></a><h3>
218
218
<a name="GimpConvertPaletteType"></a>enum GimpConvertPaletteType</h3>
219
 
<a class="indexterm" name="id2492211"></a><pre class="programlisting">typedef enum
 
219
<a class="indexterm" name="id2492648"></a><pre class="programlisting">typedef enum
220
220
{
221
221
  GIMP_MAKE_PALETTE,
222
222
  GIMP_REUSE_PALETTE,
231
231
</div>
232
232
<hr>
233
233
<div class="refsect2" lang="en">
234
 
<a name="id2492228"></a><h3>
 
234
<a name="id2492666"></a><h3>
235
235
<a name="GimpConvolutionType"></a>enum GimpConvolutionType</h3>
236
 
<a class="indexterm" name="id2492238"></a><pre class="programlisting">typedef enum
 
236
<a class="indexterm" name="id2492676"></a><pre class="programlisting">typedef enum
237
237
{
238
238
  GIMP_NORMAL_CONVOL,
239
239
  GIMP_ABSOLUTE_CONVOL,
246
246
</div>
247
247
<hr>
248
248
<div class="refsect2" lang="en">
249
 
<a name="id2534460"></a><h3>
 
249
<a name="id2534892"></a><h3>
250
250
<a name="GimpConvolveType"></a>enum GimpConvolveType</h3>
251
 
<a class="indexterm" name="id2534470"></a><pre class="programlisting">typedef enum
 
251
<a class="indexterm" name="id2534902"></a><pre class="programlisting">typedef enum
252
252
{
253
253
  GIMP_BLUR_CONVOLVE,
254
254
  GIMP_SHARPEN_CONVOLVE
260
260
</div>
261
261
<hr>
262
262
<div class="refsect2" lang="en">
263
 
<a name="id2534487"></a><h3>
 
263
<a name="id2534919"></a><h3>
264
264
<a name="GimpDodgeBurnType"></a>enum GimpDodgeBurnType</h3>
265
 
<a class="indexterm" name="id2534497"></a><pre class="programlisting">typedef enum
 
265
<a class="indexterm" name="id2534929"></a><pre class="programlisting">typedef enum
266
266
{
267
267
  GIMP_DODGE,
268
268
  GIMP_BURN
274
274
</div>
275
275
<hr>
276
276
<div class="refsect2" lang="en">
277
 
<a name="id2534512"></a><h3>
 
277
<a name="id2534944"></a><h3>
278
278
<a name="GimpFillType"></a>enum GimpFillType</h3>
279
 
<a class="indexterm" name="id2534522"></a><pre class="programlisting">typedef enum
 
279
<a class="indexterm" name="id2534954"></a><pre class="programlisting">typedef enum
280
280
{
281
281
  GIMP_FOREGROUND_FILL,
282
282
  GIMP_BACKGROUND_FILL,
291
291
</div>
292
292
<hr>
293
293
<div class="refsect2" lang="en">
294
 
<a name="id2534540"></a><h3>
 
294
<a name="id2534972"></a><h3>
295
295
<a name="GimpGradientSegmentColor"></a>enum GimpGradientSegmentColor</h3>
296
 
<a class="indexterm" name="id2534549"></a><pre class="programlisting">typedef enum
 
296
<a class="indexterm" name="id2534981"></a><pre class="programlisting">typedef enum
297
297
{
298
298
  GIMP_GRADIENT_SEGMENT_RGB,
299
299
  GIMP_GRADIENT_SEGMENT_HSV_CCW,
306
306
</div>
307
307
<hr>
308
308
<div class="refsect2" lang="en">
309
 
<a name="id2534567"></a><h3>
 
309
<a name="id2534998"></a><h3>
310
310
<a name="GimpGradientSegmentType"></a>enum GimpGradientSegmentType</h3>
311
 
<a class="indexterm" name="id2534576"></a><pre class="programlisting">typedef enum
 
311
<a class="indexterm" name="id2535007"></a><pre class="programlisting">typedef enum
312
312
{
313
313
  GIMP_GRADIENT_SEGMENT_LINEAR,
314
314
  GIMP_GRADIENT_SEGMENT_CURVED,
323
323
</div>
324
324
<hr>
325
325
<div class="refsect2" lang="en">
326
 
<a name="id2534594"></a><h3>
 
326
<a name="id2535026"></a><h3>
327
327
<a name="GimpGradientType"></a>enum GimpGradientType</h3>
328
 
<a class="indexterm" name="id2534605"></a><pre class="programlisting">typedef enum
 
328
<a class="indexterm" name="id2535036"></a><pre class="programlisting">typedef enum
329
329
{
330
330
  GIMP_GRADIENT_LINEAR,
331
331
  GIMP_GRADIENT_BILINEAR,
346
346
</div>
347
347
<hr>
348
348
<div class="refsect2" lang="en">
349
 
<a name="id2534626"></a><h3>
 
349
<a name="id2535058"></a><h3>
350
350
<a name="GimpHistogramChannel"></a>enum GimpHistogramChannel</h3>
351
 
<a class="indexterm" name="id2534635"></a><pre class="programlisting">typedef enum
 
351
<a class="indexterm" name="id2535067"></a><pre class="programlisting">typedef enum
352
352
{
353
353
  GIMP_HISTOGRAM_VALUE,
354
354
  GIMP_HISTOGRAM_RED,
363
363
</div>
364
364
<hr>
365
365
<div class="refsect2" lang="en">
366
 
<a name="id2534653"></a><h3>
 
366
<a name="id2535085"></a><h3>
367
367
<a name="GimpHueRange"></a>enum GimpHueRange</h3>
368
 
<a class="indexterm" name="id2534663"></a><pre class="programlisting">typedef enum
 
368
<a class="indexterm" name="id2535095"></a><pre class="programlisting">typedef enum
369
369
{
370
370
  GIMP_ALL_HUES,
371
371
  GIMP_RED_HUES,
382
382
</div>
383
383
<hr>
384
384
<div class="refsect2" lang="en">
385
 
<a name="id2534681"></a><h3>
 
385
<a name="id2535113"></a><h3>
386
386
<a name="GimpIconType"></a>enum GimpIconType</h3>
387
 
<a class="indexterm" name="id2534691"></a><pre class="programlisting">typedef enum
 
387
<a class="indexterm" name="id2535123"></a><pre class="programlisting">typedef enum
388
388
{
389
389
  GIMP_ICON_TYPE_STOCK_ID,
390
390
  GIMP_ICON_TYPE_INLINE_PIXBUF,
397
397
</div>
398
398
<hr>
399
399
<div class="refsect2" lang="en">
400
 
<a name="id2474102"></a><h3>
 
400
<a name="id2474540"></a><h3>
401
401
<a name="GimpInterpolationType"></a>enum GimpInterpolationType</h3>
402
 
<a class="indexterm" name="id2474111"></a><pre class="programlisting">typedef enum
 
402
<a class="indexterm" name="id2474549"></a><pre class="programlisting">typedef enum
403
403
{
404
404
  GIMP_INTERPOLATION_NONE,
405
405
  GIMP_INTERPOLATION_LINEAR,
412
412
</div>
413
413
<hr>
414
414
<div class="refsect2" lang="en">
415
 
<a name="id2474128"></a><h3>
 
415
<a name="id2474566"></a><h3>
416
416
<a name="GimpLayerModeEffects"></a>enum GimpLayerModeEffects</h3>
417
 
<a class="indexterm" name="id2474137"></a><pre class="programlisting">typedef enum
 
417
<a class="indexterm" name="id2474575"></a><pre class="programlisting">typedef enum
418
418
{
419
419
  GIMP_NORMAL_MODE,
420
420
  GIMP_DISSOLVE_MODE,
447
447
</div>
448
448
<hr>
449
449
<div class="refsect2" lang="en">
450
 
<a name="id2542642"></a><h3>
 
450
<a name="id2543074"></a><h3>
451
451
<a name="GimpMaskApplyMode"></a>enum GimpMaskApplyMode</h3>
452
 
<a class="indexterm" name="id2530753"></a><pre class="programlisting">typedef enum
 
452
<a class="indexterm" name="id2531576"></a><pre class="programlisting">typedef enum
453
453
{
454
454
  GIMP_MASK_APPLY,
455
455
  GIMP_MASK_DISCARD
461
461
</div>
462
462
<hr>
463
463
<div class="refsect2" lang="en">
464
 
<a name="id2541645"></a><h3>
 
464
<a name="id2543850"></a><h3>
465
465
<a name="GimpMergeType"></a>enum GimpMergeType</h3>
466
 
<a class="indexterm" name="id2474162"></a><pre class="programlisting">typedef enum
 
466
<a class="indexterm" name="id2474600"></a><pre class="programlisting">typedef enum
467
467
{
468
468
  GIMP_EXPAND_AS_NECESSARY,
469
469
  GIMP_CLIP_TO_IMAGE,
477
477
</div>
478
478
<hr>
479
479
<div class="refsect2" lang="en">
480
 
<a name="id2474180"></a><h3>
 
480
<a name="id2474618"></a><h3>
481
481
<a name="GimpOffsetType"></a>enum GimpOffsetType</h3>
482
 
<a class="indexterm" name="id2474190"></a><pre class="programlisting">typedef enum
 
482
<a class="indexterm" name="id2474628"></a><pre class="programlisting">typedef enum
483
483
{
484
484
  GIMP_OFFSET_BACKGROUND,
485
485
  GIMP_OFFSET_TRANSPARENT
491
491
</div>
492
492
<hr>
493
493
<div class="refsect2" lang="en">
494
 
<a name="id2474207"></a><h3>
 
494
<a name="id2474646"></a><h3>
495
495
<a name="GimpOrientationType"></a>enum GimpOrientationType</h3>
496
 
<a class="indexterm" name="id2474217"></a><pre class="programlisting">typedef enum
 
496
<a class="indexterm" name="id2474656"></a><pre class="programlisting">typedef enum
497
497
{
498
498
  GIMP_ORIENTATION_HORIZONTAL,
499
499
  GIMP_ORIENTATION_VERTICAL,
506
506
</div>
507
507
<hr>
508
508
<div class="refsect2" lang="en">
509
 
<a name="id2474235"></a><h3>
 
509
<a name="id2474673"></a><h3>
510
510
<a name="GimpPaintApplicationMode"></a>enum GimpPaintApplicationMode</h3>
511
 
<a class="indexterm" name="id2474244"></a><pre class="programlisting">typedef enum
 
511
<a class="indexterm" name="id2474682"></a><pre class="programlisting">typedef enum
512
512
{
513
513
  GIMP_PAINT_CONSTANT,
514
514
  GIMP_PAINT_INCREMENTAL
520
520
</div>
521
521
<hr>
522
522
<div class="refsect2" lang="en">
523
 
<a name="id2474260"></a><h3>
 
523
<a name="id2474699"></a><h3>
524
524
<a name="GimpRepeatMode"></a>enum GimpRepeatMode</h3>
525
 
<a class="indexterm" name="id2474270"></a><pre class="programlisting">typedef enum
 
525
<a class="indexterm" name="id2474709"></a><pre class="programlisting">typedef enum
526
526
{
527
527
  GIMP_REPEAT_NONE,
528
528
  GIMP_REPEAT_SAWTOOTH,
535
535
</div>
536
536
<hr>
537
537
<div class="refsect2" lang="en">
538
 
<a name="id2474288"></a><h3>
 
538
<a name="id2474726"></a><h3>
539
539
<a name="GimpRotationType"></a>enum GimpRotationType</h3>
540
 
<a class="indexterm" name="id2474298"></a><pre class="programlisting">typedef enum
 
540
<a class="indexterm" name="id2474736"></a><pre class="programlisting">typedef enum
541
541
{
542
542
  GIMP_ROTATE_90,
543
543
  GIMP_ROTATE_180,
550
550
</div>
551
551
<hr>
552
552
<div class="refsect2" lang="en">
553
 
<a name="id2474315"></a><h3>
 
553
<a name="id2474753"></a><h3>
554
554
<a name="GimpRunMode"></a>enum GimpRunMode</h3>
555
 
<a class="indexterm" name="id2474324"></a><pre class="programlisting">typedef enum
 
555
<a class="indexterm" name="id2474763"></a><pre class="programlisting">typedef enum
556
556
{
557
557
  GIMP_RUN_INTERACTIVE,
558
558
  GIMP_RUN_NONINTERACTIVE,
565
565
</div>
566
566
<hr>
567
567
<div class="refsect2" lang="en">
568
 
<a name="id2474342"></a><h3>
 
568
<a name="id2474780"></a><h3>
569
569
<a name="GimpSizeType"></a>enum GimpSizeType</h3>
570
 
<a class="indexterm" name="id2474352"></a><pre class="programlisting">typedef enum
 
570
<a class="indexterm" name="id2474790"></a><pre class="programlisting">typedef enum
571
571
{
572
572
  GIMP_PIXELS,
573
573
  GIMP_POINTS
579
579
</div>
580
580
<hr>
581
581
<div class="refsect2" lang="en">
582
 
<a name="id2474368"></a><h3>
 
582
<a name="id2474807"></a><h3>
583
583
<a name="GimpTransferMode"></a>enum GimpTransferMode</h3>
584
 
<a class="indexterm" name="id2557487"></a><pre class="programlisting">typedef enum
 
584
<a class="indexterm" name="id2557920"></a><pre class="programlisting">typedef enum
585
585
{
586
586
  GIMP_SHADOWS,
587
587
  GIMP_MIDTONES,
594
594
</div>
595
595
<hr>
596
596
<div class="refsect2" lang="en">
597
 
<a name="id2557502"></a><h3>
 
597
<a name="id2557936"></a><h3>
598
598
<a name="GimpTransformDirection"></a>enum GimpTransformDirection</h3>
599
 
<a class="indexterm" name="id2557510"></a><pre class="programlisting">typedef enum
 
599
<a class="indexterm" name="id2557944"></a><pre class="programlisting">typedef enum
600
600
{
601
601
  GIMP_TRANSFORM_FORWARD,
602
602
  GIMP_TRANSFORM_BACKWARD
608
608
</div>
609
609
<hr>
610
610
<div class="refsect2" lang="en">
611
 
<a name="id2557526"></a><h3>
 
611
<a name="id2557959"></a><h3>
612
612
<a name="gimp-enums-get-type-names"></a>gimp_enums_get_type_names ()</h3>
613
 
<a class="indexterm" name="id2557534"></a><pre class="programlisting">const gchar** gimp_enums_get_type_names     (gint *n_type_names);</pre>
 
613
<a class="indexterm" name="id2557968"></a><pre class="programlisting">const gchar** gimp_enums_get_type_names     (gint *n_type_names);</pre>
614
614
<p>
615
615
This function gives access to the list of enums registered by libgimp.
616
616
The returned array is static and must not be modified.</p>