Imported Upstream version 2.6.12
This commit is contained in:
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>gimpbaseenums</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
||||
<link rel="home" href="index.html" title="GIMP Base Library Reference Manual">
|
||||
<link rel="up" href="libgimpbase.html" title="Part I. GIMP Base Library">
|
||||
<link rel="prev" href="libgimpbase.html" title="Part I. GIMP Base Library">
|
||||
<link rel="next" href="libgimpbase-gimpbasetypes.html" title="gimpbasetypes">
|
||||
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -26,7 +26,7 @@
|
||||
<a href="#libgimpbase-gimpbaseenums.description" class="shortcut">Description</a>
|
||||
</td></tr>
|
||||
</table>
|
||||
<div class="refentry" title="gimpbaseenums">
|
||||
<div class="refentry">
|
||||
<a name="libgimpbase-gimpbaseenums"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
@ -35,7 +35,7 @@
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv" title="Synopsis">
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="libgimpbase-gimpbaseenums.synopsis"></a><h2>Synopsis</h2>
|
||||
<pre class="synopsis">enum <a class="link" href="libgimpbase-gimpbaseenums.html#GimpAddMaskType" title="enum GimpAddMaskType">GimpAddMaskType</a>;
|
||||
enum <a class="link" href="libgimpbase-gimpbaseenums.html#GimpBlendMode" title="enum GimpBlendMode">GimpBlendMode</a>;
|
||||
@ -74,18 +74,17 @@ enum <a class="link" href="libgimpbase-gimpbaseenums.html#GimpUse
|
||||
enum <a class="link" href="libgimpbase-gimpbaseenums.html#GimpVectorsStrokeType" title="enum GimpVectorsStrokeType">GimpVectorsStrokeType</a>;
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" title="Description">
|
||||
<div class="refsect1">
|
||||
<a name="libgimpbase-gimpbaseenums.description"></a><h2>Description</h2>
|
||||
<p>
|
||||
Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" title="Details">
|
||||
<div class="refsect1">
|
||||
<a name="libgimpbase-gimpbaseenums.details"></a><h2>Details</h2>
|
||||
<div class="refsect2" title="enum GimpAddMaskType">
|
||||
<div class="refsect2">
|
||||
<a name="GimpAddMaskType"></a><h3>enum GimpAddMaskType</h3>
|
||||
<pre class="programlisting">typedef enum
|
||||
{
|
||||
<pre class="programlisting">typedef enum {
|
||||
GIMP_ADD_WHITE_MASK, /*< desc="_White (full opacity)" >*/
|
||||
GIMP_ADD_BLACK_MASK, /*< desc="_Black (full transparency)" >*/
|
||||
GIMP_ADD_ALPHA_MASK, /*< desc="Layer's _alpha channel" >*/
|
||||
@ -99,10 +98,9 @@ Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" title="enum GimpBlendMode">
|
||||
<div class="refsect2">
|
||||
<a name="GimpBlendMode"></a><h3>enum GimpBlendMode</h3>
|
||||
<pre class="programlisting">typedef enum
|
||||
{
|
||||
<pre class="programlisting">typedef enum {
|
||||
GIMP_FG_BG_RGB_MODE, /*< desc="FG to BG (RGB)" >*/
|
||||
GIMP_FG_BG_HSV_MODE, /*< desc="FG to BG (HSV)" >*/
|
||||
GIMP_FG_TRANSPARENT_MODE, /*< desc="FG to transparent" >*/
|
||||
@ -113,10 +111,9 @@ Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" title="enum GimpBucketFillMode">
|
||||
<div class="refsect2">
|
||||
<a name="GimpBucketFillMode"></a><h3>enum GimpBucketFillMode</h3>
|
||||
<pre class="programlisting">typedef enum
|
||||
{
|
||||
<pre class="programlisting">typedef enum {
|
||||
GIMP_FG_BUCKET_FILL, /*< desc="FG color fill" >*/
|
||||
GIMP_BG_BUCKET_FILL, /*< desc="BG color fill" >*/
|
||||
GIMP_PATTERN_BUCKET_FILL /*< desc="Pattern fill" >*/
|
||||
@ -126,10 +123,9 @@ Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" title="enum GimpChannelOps">
|
||||
<div class="refsect2">
|
||||
<a name="GimpChannelOps"></a><h3>enum GimpChannelOps</h3>
|
||||
<pre class="programlisting">typedef enum
|
||||
{
|
||||
<pre class="programlisting">typedef enum {
|
||||
GIMP_CHANNEL_OP_ADD, /*< desc="Add to the current selection" >*/
|
||||
GIMP_CHANNEL_OP_SUBTRACT, /*< desc="Subtract from the current selection" >*/
|
||||
GIMP_CHANNEL_OP_REPLACE, /*< desc="Replace the current selection" >*/
|
||||
@ -140,10 +136,9 @@ Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" title="enum GimpChannelType">
|
||||
<div class="refsect2">
|
||||
<a name="GimpChannelType"></a><h3>enum GimpChannelType</h3>
|
||||
<pre class="programlisting">typedef enum
|
||||
{
|
||||
<pre class="programlisting">typedef enum {
|
||||
GIMP_RED_CHANNEL, /*< desc="Red" >*/
|
||||
GIMP_GREEN_CHANNEL, /*< desc="Green" >*/
|
||||
GIMP_BLUE_CHANNEL, /*< desc="Blue" >*/
|
||||
@ -156,10 +151,9 @@ Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" title="enum GimpCheckSize">
|
||||
<div class="refsect2">
|
||||
<a name="GimpCheckSize"></a><h3>enum GimpCheckSize</h3>
|
||||
<pre class="programlisting">typedef enum /*< pdb-skip >*/
|
||||
{
|
||||
<pre class="programlisting">typedef enum {
|
||||
GIMP_CHECK_SIZE_SMALL_CHECKS = 0, /*< desc="Small" >*/
|
||||
GIMP_CHECK_SIZE_MEDIUM_CHECKS = 1, /*< desc="Medium" >*/
|
||||
GIMP_CHECK_SIZE_LARGE_CHECKS = 2 /*< desc="Large" >*/
|
||||
@ -169,10 +163,9 @@ Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" title="enum GimpCheckType">
|
||||
<div class="refsect2">
|
||||
<a name="GimpCheckType"></a><h3>enum GimpCheckType</h3>
|
||||
<pre class="programlisting">typedef enum /*< pdb-skip >*/
|
||||
{
|
||||
<pre class="programlisting">typedef enum {
|
||||
GIMP_CHECK_TYPE_LIGHT_CHECKS = 0, /*< desc="Light checks" >*/
|
||||
GIMP_CHECK_TYPE_GRAY_CHECKS = 1, /*< desc="Mid-tone checks" >*/
|
||||
GIMP_CHECK_TYPE_DARK_CHECKS = 2, /*< desc="Dark checks" >*/
|
||||
@ -185,10 +178,9 @@ Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" title="enum GimpCloneType">
|
||||
<div class="refsect2">
|
||||
<a name="GimpCloneType"></a><h3>enum GimpCloneType</h3>
|
||||
<pre class="programlisting">typedef enum
|
||||
{
|
||||
<pre class="programlisting">typedef enum {
|
||||
GIMP_IMAGE_CLONE, /*< desc="Image" >*/
|
||||
GIMP_PATTERN_CLONE /*< desc="Pattern" >*/
|
||||
} GimpCloneType;
|
||||
@ -197,10 +189,9 @@ Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" title="enum GimpDesaturateMode">
|
||||
<div class="refsect2">
|
||||
<a name="GimpDesaturateMode"></a><h3>enum GimpDesaturateMode</h3>
|
||||
<pre class="programlisting">typedef enum
|
||||
{
|
||||
<pre class="programlisting">typedef enum {
|
||||
GIMP_DESATURATE_LIGHTNESS, /*< desc="Lightness" >*/
|
||||
GIMP_DESATURATE_LUMINOSITY, /*< desc="Luminosity" >*/
|
||||
GIMP_DESATURATE_AVERAGE /*< desc="Average" >*/
|
||||
@ -210,10 +201,9 @@ Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" title="enum GimpDodgeBurnType">
|
||||
<div class="refsect2">
|
||||
<a name="GimpDodgeBurnType"></a><h3>enum GimpDodgeBurnType</h3>
|
||||
<pre class="programlisting">typedef enum
|
||||
{
|
||||
<pre class="programlisting">typedef enum {
|
||||
GIMP_DODGE, /*< desc="Dodge" >*/
|
||||
GIMP_BURN /*< desc="Burn" >*/
|
||||
} GimpDodgeBurnType;
|
||||
@ -222,10 +212,9 @@ Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" title="enum GimpForegroundExtractMode">
|
||||
<div class="refsect2">
|
||||
<a name="GimpForegroundExtractMode"></a><h3>enum GimpForegroundExtractMode</h3>
|
||||
<pre class="programlisting">typedef enum
|
||||
{
|
||||
<pre class="programlisting">typedef enum {
|
||||
GIMP_FOREGROUND_EXTRACT_SIOX
|
||||
} GimpForegroundExtractMode;
|
||||
</pre>
|
||||
@ -233,10 +222,9 @@ Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" title="enum GimpGradientType">
|
||||
<div class="refsect2">
|
||||
<a name="GimpGradientType"></a><h3>enum GimpGradientType</h3>
|
||||
<pre class="programlisting">typedef enum
|
||||
{
|
||||
<pre class="programlisting">typedef enum {
|
||||
GIMP_GRADIENT_LINEAR, /*< desc="gradient|Linear" >*/
|
||||
GIMP_GRADIENT_BILINEAR, /*< desc="Bi-linear" >*/
|
||||
GIMP_GRADIENT_RADIAL, /*< desc="Radial" >*/
|
||||
@ -254,10 +242,9 @@ Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" title="enum GimpGridStyle">
|
||||
<div class="refsect2">
|
||||
<a name="GimpGridStyle"></a><h3>enum GimpGridStyle</h3>
|
||||
<pre class="programlisting">typedef enum
|
||||
{
|
||||
<pre class="programlisting">typedef enum {
|
||||
GIMP_GRID_DOTS, /*< desc="Intersections (dots)" >*/
|
||||
GIMP_GRID_INTERSECTIONS, /*< desc="Intersections (crosshairs)" >*/
|
||||
GIMP_GRID_ON_OFF_DASH, /*< desc="Dashed" >*/
|
||||
@ -269,10 +256,9 @@ Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" title="enum GimpIconType">
|
||||
<div class="refsect2">
|
||||
<a name="GimpIconType"></a><h3>enum GimpIconType</h3>
|
||||
<pre class="programlisting">typedef enum
|
||||
{
|
||||
<pre class="programlisting">typedef enum {
|
||||
GIMP_ICON_TYPE_STOCK_ID, /*< desc="Stock ID" >*/
|
||||
GIMP_ICON_TYPE_INLINE_PIXBUF, /*< desc="Inline pixbuf" >*/
|
||||
GIMP_ICON_TYPE_IMAGE_FILE /*< desc="Image file" >*/
|
||||
@ -282,10 +268,9 @@ Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" title="enum GimpImageBaseType">
|
||||
<div class="refsect2">
|
||||
<a name="GimpImageBaseType"></a><h3>enum GimpImageBaseType</h3>
|
||||
<pre class="programlisting">typedef enum
|
||||
{
|
||||
<pre class="programlisting">typedef enum {
|
||||
GIMP_RGB, /*< desc="RGB color" >*/
|
||||
GIMP_GRAY, /*< desc="Grayscale" >*/
|
||||
GIMP_INDEXED /*< desc="Indexed color" >*/
|
||||
@ -295,10 +280,9 @@ Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" title="enum GimpImageType">
|
||||
<div class="refsect2">
|
||||
<a name="GimpImageType"></a><h3>enum GimpImageType</h3>
|
||||
<pre class="programlisting">typedef enum
|
||||
{
|
||||
<pre class="programlisting">typedef enum {
|
||||
GIMP_RGB_IMAGE, /*< desc="RGB" >*/
|
||||
GIMP_RGBA_IMAGE, /*< desc="RGB-alpha" >*/
|
||||
GIMP_GRAY_IMAGE, /*< desc="Grayscale" >*/
|
||||
@ -311,10 +295,9 @@ Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" title="enum GimpInterpolationType">
|
||||
<div class="refsect2">
|
||||
<a name="GimpInterpolationType"></a><h3>enum GimpInterpolationType</h3>
|
||||
<pre class="programlisting">typedef enum
|
||||
{
|
||||
<pre class="programlisting">typedef enum {
|
||||
GIMP_INTERPOLATION_NONE, /*< desc="interpolation|None" >*/
|
||||
GIMP_INTERPOLATION_LINEAR, /*< desc="interpolation|Linear" >*/
|
||||
GIMP_INTERPOLATION_CUBIC, /*< desc="Cubic" >*/
|
||||
@ -325,10 +308,9 @@ Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" title="enum GimpMessageHandlerType">
|
||||
<div class="refsect2">
|
||||
<a name="GimpMessageHandlerType"></a><h3>enum GimpMessageHandlerType</h3>
|
||||
<pre class="programlisting">typedef enum
|
||||
{
|
||||
<pre class="programlisting">typedef enum {
|
||||
GIMP_MESSAGE_BOX,
|
||||
GIMP_CONSOLE,
|
||||
GIMP_ERROR_CONSOLE
|
||||
@ -338,10 +320,9 @@ Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" title="enum GimpPaintApplicationMode">
|
||||
<div class="refsect2">
|
||||
<a name="GimpPaintApplicationMode"></a><h3>enum GimpPaintApplicationMode</h3>
|
||||
<pre class="programlisting">typedef enum
|
||||
{
|
||||
<pre class="programlisting">typedef enum {
|
||||
GIMP_PAINT_CONSTANT, /*< desc="Constant" >*/
|
||||
GIMP_PAINT_INCREMENTAL /*< desc="Incremental" >*/
|
||||
} GimpPaintApplicationMode;
|
||||
@ -350,10 +331,9 @@ Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" title="enum GimpPDBArgType">
|
||||
<div class="refsect2">
|
||||
<a name="GimpPDBArgType"></a><h3>enum GimpPDBArgType</h3>
|
||||
<pre class="programlisting">typedef enum
|
||||
{
|
||||
<pre class="programlisting">typedef enum {
|
||||
GIMP_PDB_INT32,
|
||||
GIMP_PDB_INT16,
|
||||
GIMP_PDB_INT8,
|
||||
@ -387,10 +367,9 @@ Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" title="enum GimpPDBErrorHandler">
|
||||
<div class="refsect2">
|
||||
<a name="GimpPDBErrorHandler"></a><h3>enum GimpPDBErrorHandler</h3>
|
||||
<pre class="programlisting">typedef enum
|
||||
{
|
||||
<pre class="programlisting">typedef enum {
|
||||
GIMP_PDB_ERROR_HANDLER_INTERNAL,
|
||||
GIMP_PDB_ERROR_HANDLER_PLUGIN
|
||||
} GimpPDBErrorHandler;
|
||||
@ -399,10 +378,9 @@ Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" title="enum GimpPDBProcType">
|
||||
<div class="refsect2">
|
||||
<a name="GimpPDBProcType"></a><h3>enum GimpPDBProcType</h3>
|
||||
<pre class="programlisting">typedef enum
|
||||
{
|
||||
<pre class="programlisting">typedef enum {
|
||||
GIMP_INTERNAL, /*< desc="Internal GIMP procedure" >*/
|
||||
GIMP_PLUGIN, /*< desc="GIMP Plug-In" >*/
|
||||
GIMP_EXTENSION, /*< desc="GIMP Extension" >*/
|
||||
@ -413,10 +391,9 @@ Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" title="enum GimpPDBStatusType">
|
||||
<div class="refsect2">
|
||||
<a name="GimpPDBStatusType"></a><h3>enum GimpPDBStatusType</h3>
|
||||
<pre class="programlisting">typedef enum
|
||||
{
|
||||
<pre class="programlisting">typedef enum {
|
||||
GIMP_PDB_EXECUTION_ERROR,
|
||||
GIMP_PDB_CALLING_ERROR,
|
||||
GIMP_PDB_PASS_THROUGH,
|
||||
@ -428,10 +405,9 @@ Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" title="enum GimpProgressCommand">
|
||||
<div class="refsect2">
|
||||
<a name="GimpProgressCommand"></a><h3>enum GimpProgressCommand</h3>
|
||||
<pre class="programlisting">typedef enum
|
||||
{
|
||||
<pre class="programlisting">typedef enum {
|
||||
GIMP_PROGRESS_COMMAND_START,
|
||||
GIMP_PROGRESS_COMMAND_END,
|
||||
GIMP_PROGRESS_COMMAND_SET_TEXT,
|
||||
@ -444,10 +420,9 @@ Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" title="enum GimpRepeatMode">
|
||||
<div class="refsect2">
|
||||
<a name="GimpRepeatMode"></a><h3>enum GimpRepeatMode</h3>
|
||||
<pre class="programlisting">typedef enum
|
||||
{
|
||||
<pre class="programlisting">typedef enum {
|
||||
GIMP_REPEAT_NONE, /*< desc="None" >*/
|
||||
GIMP_REPEAT_SAWTOOTH, /*< desc="Sawtooth wave" >*/
|
||||
GIMP_REPEAT_TRIANGULAR /*< desc="Triangular wave" >*/
|
||||
@ -457,10 +432,9 @@ Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" title="enum GimpRunMode">
|
||||
<div class="refsect2">
|
||||
<a name="GimpRunMode"></a><h3>enum GimpRunMode</h3>
|
||||
<pre class="programlisting">typedef enum
|
||||
{
|
||||
<pre class="programlisting">typedef enum {
|
||||
GIMP_RUN_INTERACTIVE, /*< desc="Run interactively" >*/
|
||||
GIMP_RUN_NONINTERACTIVE, /*< desc="Run non-interactively" >*/
|
||||
GIMP_RUN_WITH_LAST_VALS /*< desc="Run with last used values" >*/
|
||||
@ -470,10 +444,9 @@ Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" title="enum GimpSizeType">
|
||||
<div class="refsect2">
|
||||
<a name="GimpSizeType"></a><h3>enum GimpSizeType</h3>
|
||||
<pre class="programlisting">typedef enum
|
||||
{
|
||||
<pre class="programlisting">typedef enum {
|
||||
GIMP_PIXELS, /*< desc="Pixels" >*/
|
||||
GIMP_POINTS /*< desc="Points" >*/
|
||||
} GimpSizeType;
|
||||
@ -482,10 +455,9 @@ Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" title="enum GimpStackTraceMode">
|
||||
<div class="refsect2">
|
||||
<a name="GimpStackTraceMode"></a><h3>enum GimpStackTraceMode</h3>
|
||||
<pre class="programlisting">typedef enum
|
||||
{
|
||||
<pre class="programlisting">typedef enum {
|
||||
GIMP_STACK_TRACE_NEVER,
|
||||
GIMP_STACK_TRACE_QUERY,
|
||||
GIMP_STACK_TRACE_ALWAYS
|
||||
@ -495,10 +467,9 @@ Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" title="enum GimpTextDirection">
|
||||
<div class="refsect2">
|
||||
<a name="GimpTextDirection"></a><h3>enum GimpTextDirection</h3>
|
||||
<pre class="programlisting">typedef enum
|
||||
{
|
||||
<pre class="programlisting">typedef enum {
|
||||
GIMP_TEXT_DIRECTION_LTR, /*< desc="From left to right" >*/
|
||||
GIMP_TEXT_DIRECTION_RTL /*< desc="From right to left" >*/
|
||||
} GimpTextDirection;
|
||||
@ -507,10 +478,9 @@ Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" title="enum GimpTextJustification">
|
||||
<div class="refsect2">
|
||||
<a name="GimpTextJustification"></a><h3>enum GimpTextJustification</h3>
|
||||
<pre class="programlisting">typedef enum
|
||||
{
|
||||
<pre class="programlisting">typedef enum {
|
||||
GIMP_TEXT_JUSTIFY_LEFT, /*< desc="Left justified" >*/
|
||||
GIMP_TEXT_JUSTIFY_RIGHT, /*< desc="Right justified" >*/
|
||||
GIMP_TEXT_JUSTIFY_CENTER, /*< desc="Centered" >*/
|
||||
@ -521,10 +491,9 @@ Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" title="enum GimpTransferMode">
|
||||
<div class="refsect2">
|
||||
<a name="GimpTransferMode"></a><h3>enum GimpTransferMode</h3>
|
||||
<pre class="programlisting">typedef enum
|
||||
{
|
||||
<pre class="programlisting">typedef enum {
|
||||
GIMP_SHADOWS, /*< desc="Shadows" >*/
|
||||
GIMP_MIDTONES, /*< desc="Midtones" >*/
|
||||
GIMP_HIGHLIGHTS /*< desc="Highlights" >*/
|
||||
@ -534,10 +503,9 @@ Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" title="enum GimpTransformDirection">
|
||||
<div class="refsect2">
|
||||
<a name="GimpTransformDirection"></a><h3>enum GimpTransformDirection</h3>
|
||||
<pre class="programlisting">typedef enum
|
||||
{
|
||||
<pre class="programlisting">typedef enum {
|
||||
GIMP_TRANSFORM_FORWARD, /*< desc="Normal (Forward)" >*/
|
||||
GIMP_TRANSFORM_BACKWARD /*< desc="Corrective (Backward)" >*/
|
||||
} GimpTransformDirection;
|
||||
@ -546,10 +514,9 @@ Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" title="enum GimpTransformResize">
|
||||
<div class="refsect2">
|
||||
<a name="GimpTransformResize"></a><h3>enum GimpTransformResize</h3>
|
||||
<pre class="programlisting">typedef enum
|
||||
{
|
||||
<pre class="programlisting">typedef enum {
|
||||
GIMP_TRANSFORM_RESIZE_ADJUST = 0, /*< desc="Adjust" >*/
|
||||
GIMP_TRANSFORM_RESIZE_CLIP = 1, /*< desc="Clip" >*/
|
||||
GIMP_TRANSFORM_RESIZE_CROP, /*< desc="Crop to result" >*/
|
||||
@ -560,10 +527,9 @@ Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" title="enum GimpUserDirectory">
|
||||
<div class="refsect2">
|
||||
<a name="GimpUserDirectory"></a><h3>enum GimpUserDirectory</h3>
|
||||
<pre class="programlisting">typedef enum
|
||||
{
|
||||
<pre class="programlisting">typedef enum {
|
||||
GIMP_USER_DIRECTORY_DESKTOP,
|
||||
GIMP_USER_DIRECTORY_DOCUMENTS,
|
||||
GIMP_USER_DIRECTORY_DOWNLOAD,
|
||||
@ -574,7 +540,7 @@ Basic GIMP enumeration data types.
|
||||
GIMP_USER_DIRECTORY_VIDEOS
|
||||
} GimpUserDirectory;
|
||||
</pre>
|
||||
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
||||
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
||||
<h3 class="title">Warning</h3>
|
||||
<p><code class="literal">GimpUserDirectory</code> is deprecated and should not be used in newly-written code.</p>
|
||||
</div>
|
||||
@ -582,10 +548,9 @@ Basic GIMP enumeration data types.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" title="enum GimpVectorsStrokeType">
|
||||
<div class="refsect2">
|
||||
<a name="GimpVectorsStrokeType"></a><h3>enum GimpVectorsStrokeType</h3>
|
||||
<pre class="programlisting">typedef enum
|
||||
{
|
||||
<pre class="programlisting">typedef enum {
|
||||
GIMP_VECTORS_STROKE_TYPE_BEZIER
|
||||
} GimpVectorsStrokeType;
|
||||
</pre>
|
||||
@ -596,6 +561,6 @@ Basic GIMP enumeration data types.
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>
|
||||
Generated by GTK-Doc V1.15</div>
|
||||
Generated by GTK-Doc V1.18</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user