Imported Upstream version 2.3.9
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
@ -7,7 +8,7 @@
|
||||
<link rel="up" href="gimpdefinitions.html" title="Part I. GIMP Constants">
|
||||
<link rel="prev" href="gimpdefinitions.html" title="Part I. GIMP Constants">
|
||||
<link rel="next" href="libgimp.html" title="Part II. GIMP Library">
|
||||
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="gimpdefinitions.html" title="Part I. GIMP Constants">
|
||||
<link rel="part" href="libgimp.html" title="Part II. GIMP Library">
|
||||
@ -23,24 +24,29 @@
|
||||
<link rel="index" href="ix04.html" title="Index of deprecated symbols">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
|
||||
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
|
||||
<tr valign="middle">
|
||||
<td><a accesskey="p" href="gimpdefinitions.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
||||
<td><a accesskey="u" href="gimpdefinitions.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
||||
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
||||
<th width="100%" align="center">GIMP Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimp.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||||
</tr></table>
|
||||
</tr>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#top_of_page" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimp-gimpenums"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2><span class="refentrytitle">gimpenums</span></h2>
|
||||
<h2><span class="refentrytitle"><a name="top_of_page"></a>gimpenums</span></h2>
|
||||
<p>gimpenums — Enums and definitions.</p>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<h2>Synopsis</h2>
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -68,18 +74,18 @@ const gchar** <a href="libgimp-gimpenums.html#gimp-enums-get-type-names">gimp_en
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2469677"></a><h2>Description</h2>
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<p>
|
||||
Enums and definitions.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2492529"></a><h2>Details</h2>
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2492535"></a><h3>
|
||||
<a name="id2494461"></a><h3>
|
||||
<a name="gimp-enums-init"></a>gimp_enums_init ()</h3>
|
||||
<a class="indexterm" name="id2492545"></a><pre class="programlisting">void gimp_enums_init (void);</pre>
|
||||
<a class="indexterm" name="id2494476"></a><pre class="programlisting">void gimp_enums_init (void);</pre>
|
||||
<p>
|
||||
This function makes sure all the enum types are registered
|
||||
with the GObject type system. This is intended for use by
|
||||
@ -95,9 +101,9 @@ implicitly.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2492580"></a><h3>
|
||||
<a name="id2476424"></a><h3>
|
||||
<a name="GimpBrushApplicationMode"></a>enum GimpBrushApplicationMode</h3>
|
||||
<a class="indexterm" name="id2492589"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2476435"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_BRUSH_HARD,
|
||||
GIMP_BRUSH_SOFT
|
||||
@ -109,9 +115,9 @@ implicitly.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2492605"></a><h3>
|
||||
<a name="id2476451"></a><h3>
|
||||
<a name="GimpBrushGeneratedShape"></a>enum GimpBrushGeneratedShape</h3>
|
||||
<a class="indexterm" name="id2492614"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2476463"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_BRUSH_GENERATED_CIRCLE,
|
||||
GIMP_BRUSH_GENERATED_SQUARE,
|
||||
@ -124,9 +130,9 @@ implicitly.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2492632"></a><h3>
|
||||
<a name="id2476480"></a><h3>
|
||||
<a name="GimpConvertDitherType"></a>enum GimpConvertDitherType</h3>
|
||||
<a class="indexterm" name="id2492641"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2476491"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_NO_DITHER,
|
||||
GIMP_FS_DITHER,
|
||||
@ -140,9 +146,9 @@ implicitly.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2492658"></a><h3>
|
||||
<a name="id2476508"></a><h3>
|
||||
<a name="GimpConvertPaletteType"></a>enum GimpConvertPaletteType</h3>
|
||||
<a class="indexterm" name="id2474566"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2476520"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_MAKE_PALETTE,
|
||||
GIMP_REUSE_PALETTE,
|
||||
@ -157,9 +163,9 @@ implicitly.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2474584"></a><h3>
|
||||
<a name="id2476537"></a><h3>
|
||||
<a name="GimpConvolutionType"></a>enum GimpConvolutionType</h3>
|
||||
<a class="indexterm" name="id2474594"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2476550"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_NORMAL_CONVOL,
|
||||
GIMP_ABSOLUTE_CONVOL,
|
||||
@ -172,9 +178,9 @@ implicitly.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2474611"></a><h3>
|
||||
<a name="id2476567"></a><h3>
|
||||
<a name="GimpConvolveType"></a>enum GimpConvolveType</h3>
|
||||
<a class="indexterm" name="id2474621"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2536809"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_BLUR_CONVOLVE,
|
||||
GIMP_SHARPEN_CONVOLVE
|
||||
@ -186,9 +192,9 @@ implicitly.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2474638"></a><h3>
|
||||
<a name="id2536826"></a><h3>
|
||||
<a name="GimpFillType"></a>enum GimpFillType</h3>
|
||||
<a class="indexterm" name="id2474648"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2536838"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_FOREGROUND_FILL,
|
||||
GIMP_BACKGROUND_FILL,
|
||||
@ -203,9 +209,9 @@ implicitly.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2474666"></a><h3>
|
||||
<a name="id2536856"></a><h3>
|
||||
<a name="GimpGradientSegmentColor"></a>enum GimpGradientSegmentColor</h3>
|
||||
<a class="indexterm" name="id2474675"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2536868"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_GRADIENT_SEGMENT_RGB,
|
||||
GIMP_GRADIENT_SEGMENT_HSV_CCW,
|
||||
@ -218,9 +224,9 @@ implicitly.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2474692"></a><h3>
|
||||
<a name="id2536885"></a><h3>
|
||||
<a name="GimpGradientSegmentType"></a>enum GimpGradientSegmentType</h3>
|
||||
<a class="indexterm" name="id2474701"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2536896"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_GRADIENT_SEGMENT_LINEAR,
|
||||
GIMP_GRADIENT_SEGMENT_CURVED,
|
||||
@ -235,9 +241,9 @@ implicitly.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2474720"></a><h3>
|
||||
<a name="id2536915"></a><h3>
|
||||
<a name="GimpHistogramChannel"></a>enum GimpHistogramChannel</h3>
|
||||
<a class="indexterm" name="id2534964"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2536926"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_HISTOGRAM_VALUE,
|
||||
GIMP_HISTOGRAM_RED,
|
||||
@ -252,9 +258,9 @@ implicitly.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2534981"></a><h3>
|
||||
<a name="id2536944"></a><h3>
|
||||
<a name="GimpHueRange"></a>enum GimpHueRange</h3>
|
||||
<a class="indexterm" name="id2534991"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2536956"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_ALL_HUES,
|
||||
GIMP_RED_HUES,
|
||||
@ -271,9 +277,9 @@ implicitly.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2535009"></a><h3>
|
||||
<a name="id2536975"></a><h3>
|
||||
<a name="GimpLayerModeEffects"></a>enum GimpLayerModeEffects</h3>
|
||||
<a class="indexterm" name="id2535018"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2536986"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_NORMAL_MODE,
|
||||
GIMP_DISSOLVE_MODE,
|
||||
@ -306,9 +312,9 @@ implicitly.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2535041"></a><h3>
|
||||
<a name="id2537009"></a><h3>
|
||||
<a name="GimpMaskApplyMode"></a>enum GimpMaskApplyMode</h3>
|
||||
<a class="indexterm" name="id2535051"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2537021"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_MASK_APPLY,
|
||||
GIMP_MASK_DISCARD
|
||||
@ -320,9 +326,9 @@ implicitly.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2535068"></a><h3>
|
||||
<a name="id2537037"></a><h3>
|
||||
<a name="GimpMergeType"></a>enum GimpMergeType</h3>
|
||||
<a class="indexterm" name="id2535078"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2537050"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_EXPAND_AS_NECESSARY,
|
||||
GIMP_CLIP_TO_IMAGE,
|
||||
@ -336,9 +342,9 @@ implicitly.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2535096"></a><h3>
|
||||
<a name="id2472194"></a><h3>
|
||||
<a name="GimpOffsetType"></a>enum GimpOffsetType</h3>
|
||||
<a class="indexterm" name="id2535106"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2472206"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_OFFSET_BACKGROUND,
|
||||
GIMP_OFFSET_TRANSPARENT
|
||||
@ -350,9 +356,9 @@ implicitly.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2535123"></a><h3>
|
||||
<a name="id2472224"></a><h3>
|
||||
<a name="GimpOrientationType"></a>enum GimpOrientationType</h3>
|
||||
<a class="indexterm" name="id2535133"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2472236"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_ORIENTATION_HORIZONTAL,
|
||||
GIMP_ORIENTATION_VERTICAL,
|
||||
@ -365,9 +371,9 @@ implicitly.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2535150"></a><h3>
|
||||
<a name="id2472253"></a><h3>
|
||||
<a name="GimpRotationType"></a>enum GimpRotationType</h3>
|
||||
<a class="indexterm" name="id2535160"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2472266"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_ROTATE_90,
|
||||
GIMP_ROTATE_180,
|
||||
@ -380,9 +386,9 @@ implicitly.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2535177"></a><h3>
|
||||
<a name="id2472282"></a><h3>
|
||||
<a name="gimp-enums-get-type-names"></a>gimp_enums_get_type_names ()</h3>
|
||||
<a class="indexterm" name="id2535186"></a><pre class="programlisting">const gchar** gimp_enums_get_type_names (gint *n_type_names);</pre>
|
||||
<a class="indexterm" name="id2472296"></a><pre class="programlisting">const gchar** gimp_enums_get_type_names (gint *n_type_names);</pre>
|
||||
<p>
|
||||
This function gives access to the list of enums registered by libgimp.
|
||||
The returned array is static and must not be modified.</p>
|
||||
@ -412,9 +418,5 @@ The returned array is static and must not be modified.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
|
||||
<td align="left"><a accesskey="p" href="gimpdefinitions.html"><b><< Part I. GIMP Constants</b></a></td>
|
||||
<td align="right"><a accesskey="n" href="libgimp.html"><b>Part II. GIMP Library >></b></a></td>
|
||||
</tr></table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user