~ubuntu-branches/ubuntu/saucy/gimp/saucy-security

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Micah Gersten
  • Date: 2012-05-20 19:21:01 UTC
  • mfrom: (1.1.26) (0.4.16 sid)
  • Revision ID: package-import@ubuntu.com-20120520192101-bs7zetx8ffoq2nfv
Tags: 2.8.0-2ubuntu1
* Merge from Debian unstable (LP: #908472). Remaining Changes:
  - debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch:
    + Update some strings for Ubuntu
  - debian/control:
    + Update description
  - debian/rules:
    + Set gettext domain and update translation templates
* Drop the following patches that were applied upstream:
  - debian/patches/ghost-cursor.patch: fix Wacom tablet cursor events
  - debian/patches/embed-page-setup-dialog.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
enum                <a class="link" href="libgimpbase-gimpbaseenums.html#GimpSizeType" title="enum GimpSizeType">GimpSizeType</a>;
67
67
enum                <a class="link" href="libgimpbase-gimpbaseenums.html#GimpStackTraceMode" title="enum GimpStackTraceMode">GimpStackTraceMode</a>;
68
68
enum                <a class="link" href="libgimpbase-gimpbaseenums.html#GimpTextDirection" title="enum GimpTextDirection">GimpTextDirection</a>;
 
69
enum                <a class="link" href="libgimpbase-gimpbaseenums.html#GimpTextHintStyle" title="enum GimpTextHintStyle">GimpTextHintStyle</a>;
69
70
enum                <a class="link" href="libgimpbase-gimpbaseenums.html#GimpTextJustification" title="enum GimpTextJustification">GimpTextJustification</a>;
70
71
enum                <a class="link" href="libgimpbase-gimpbaseenums.html#GimpTransferMode" title="enum GimpTransferMode">GimpTransferMode</a>;
71
72
enum                <a class="link" href="libgimpbase-gimpbaseenums.html#GimpTransformDirection" title="enum GimpTransformDirection">GimpTransformDirection</a>;
225
226
<div class="refsect2">
226
227
<a name="GimpGradientType"></a><h3>enum GimpGradientType</h3>
227
228
<pre class="programlisting">typedef enum {
228
 
  GIMP_GRADIENT_LINEAR,                /*&lt; desc="gradient|Linear"   &gt;*/
 
229
  GIMP_GRADIENT_LINEAR,                /*&lt; desc="Linear"            &gt;*/
229
230
  GIMP_GRADIENT_BILINEAR,              /*&lt; desc="Bi-linear"         &gt;*/
230
231
  GIMP_GRADIENT_RADIAL,                /*&lt; desc="Radial"            &gt;*/
231
232
  GIMP_GRADIENT_SQUARE,                /*&lt; desc="Square"            &gt;*/
298
299
<div class="refsect2">
299
300
<a name="GimpInterpolationType"></a><h3>enum GimpInterpolationType</h3>
300
301
<pre class="programlisting">typedef enum {
301
 
  GIMP_INTERPOLATION_NONE,   /*&lt; desc="interpolation|None"   &gt;*/
302
 
  GIMP_INTERPOLATION_LINEAR, /*&lt; desc="interpolation|Linear" &gt;*/
303
 
  GIMP_INTERPOLATION_CUBIC,  /*&lt; desc="Cubic"                &gt;*/
304
 
  GIMP_INTERPOLATION_LANCZOS /*&lt; desc="Sinc (Lanczos3)"      &gt;*/
 
302
  GIMP_INTERPOLATION_NONE,   /*&lt; desc="None"            &gt;*/
 
303
  GIMP_INTERPOLATION_LINEAR, /*&lt; desc="Linear"          &gt;*/
 
304
  GIMP_INTERPOLATION_CUBIC,  /*&lt; desc="Cubic"           &gt;*/
 
305
  GIMP_INTERPOLATION_LANCZOS /*&lt; desc="Sinc (Lanczos3)" &gt;*/
305
306
} GimpInterpolationType;
306
307
</pre>
307
308
<p>
345
346
  GIMP_PDB_FLOATARRAY,
346
347
  GIMP_PDB_STRINGARRAY,
347
348
  GIMP_PDB_COLOR,
348
 
  GIMP_PDB_REGION,
 
349
  GIMP_PDB_ITEM,
349
350
  GIMP_PDB_DISPLAY,
350
351
  GIMP_PDB_IMAGE,
351
352
  GIMP_PDB_LAYER,
360
361
 
361
362
  /*  the following aliases are deprecated  */
362
363
  GIMP_PDB_PATH     = GIMP_PDB_VECTORS,     /*&lt; skip &gt;*/
363
 
  GIMP_PDB_BOUNDARY = GIMP_PDB_COLORARRAY   /*&lt; skip &gt;*/
 
364
  GIMP_PDB_BOUNDARY = GIMP_PDB_COLORARRAY,  /*&lt; skip &gt;*/
 
365
  GIMP_PDB_REGION   = GIMP_PDB_ITEM         /*&lt; skip &gt;*/
364
366
} GimpPDBArgType;
365
367
</pre>
366
368
<p>
479
481
</div>
480
482
<hr>
481
483
<div class="refsect2">
 
484
<a name="GimpTextHintStyle"></a><h3>enum GimpTextHintStyle</h3>
 
485
<pre class="programlisting">typedef enum {
 
486
  GIMP_TEXT_HINT_STYLE_NONE,     /*&lt; desc="None"   &gt;*/
 
487
  GIMP_TEXT_HINT_STYLE_SLIGHT,   /*&lt; desc="Slight" &gt;*/
 
488
  GIMP_TEXT_HINT_STYLE_MEDIUM,   /*&lt; desc="Medium" &gt;*/
 
489
  GIMP_TEXT_HINT_STYLE_FULL      /*&lt; desc="Full"   &gt;*/
 
490
} GimpTextHintStyle;
 
491
</pre>
 
492
<p>
 
493
</p>
 
494
</div>
 
495
<hr>
 
496
<div class="refsect2">
482
497
<a name="GimpTextJustification"></a><h3>enum GimpTextJustification</h3>
483
498
<pre class="programlisting">typedef enum {
484
499
  GIMP_TEXT_JUSTIFY_LEFT,    /*&lt; desc="Left justified"  &gt;*/