Imported Upstream version 2.3.16
This commit is contained in:
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>gimpconfig-params</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.71.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Config Library Reference Manual">
|
||||
<link rel="up" href="libgimpconfig.html" title="Part I. GIMP Config Library">
|
||||
<link rel="prev" href="libgimpconfig-GimpConfigError.html" title="gimpconfig-error">
|
||||
<link rel="next" href="libgimpconfig-gimpconfig-path.html" title="gimpconfig-path">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.8 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpconfig.html" title="Part I. GIMP Config Library">
|
||||
<link rel="chapter" href="libgimpconfig-hierarchy.html" title="Object Hierarchy">
|
||||
@ -25,16 +25,16 @@
|
||||
<th width="100%" align="center">GIMP Config Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpconfig-gimpconfig-path.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||||
</tr>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2549091" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2560107" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2560487" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2589241" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpconfig-gimpconfig-params"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2549091"></a><span class="refentrytitle">gimpconfig-params</span>
|
||||
<a name="id2560107"></a><span class="refentrytitle">gimpconfig-params</span>
|
||||
</h2>
|
||||
<p>gimpconfig-params</p>
|
||||
</td>
|
||||
@ -46,42 +46,42 @@
|
||||
|
||||
|
||||
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-PARAM-SERIALIZE:CAPS">GIMP_CONFIG_PARAM_SERIALIZE</a>
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-PARAM-AGGREGATE:CAPS">GIMP_CONFIG_PARAM_AGGREGATE</a>
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-PARAM-RESTART:CAPS">GIMP_CONFIG_PARAM_RESTART</a>
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-PARAM-CONFIRM:CAPS">GIMP_CONFIG_PARAM_CONFIRM</a>
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-PARAM-DEFAULTS:CAPS">GIMP_CONFIG_PARAM_DEFAULTS</a>
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-PARAM-IGNORE:CAPS">GIMP_CONFIG_PARAM_IGNORE</a>
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-PARAM-FLAGS:CAPS">GIMP_CONFIG_PARAM_FLAGS</a>
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-BOOLEAN:CAPS">GIMP_CONFIG_INSTALL_PROP_BOOLEAN</a>(class, id, name, blurb, default, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-BOXED:CAPS">GIMP_CONFIG_INSTALL_PROP_BOXED</a> (class, id, name, blurb, boxed_type, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-RGB:CAPS">GIMP_CONFIG_INSTALL_PROP_RGB</a> (class, id, name, blurb, has_alpha, default, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-DOUBLE:CAPS">GIMP_CONFIG_INSTALL_PROP_DOUBLE</a> (class, id, name, blurb, min, max, default, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-RESOLUTION:CAPS">GIMP_CONFIG_INSTALL_PROP_RESOLUTION</a>(class, id, name, blurb, default, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-ENUM:CAPS">GIMP_CONFIG_INSTALL_PROP_ENUM</a> (class, id, name, blurb, enum_type, default, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-INT:CAPS">GIMP_CONFIG_INSTALL_PROP_INT</a> (class, id, name, blurb, min, max, default, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-MATRIX2:CAPS">GIMP_CONFIG_INSTALL_PROP_MATRIX2</a>(class, id, name, blurb, default, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-MEMSIZE:CAPS">GIMP_CONFIG_INSTALL_PROP_MEMSIZE</a>(class, id, name, blurb, min, max, default, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-PATH:CAPS">GIMP_CONFIG_INSTALL_PROP_PATH</a> (class, id, name, blurb, path_type, default, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-STRING:CAPS">GIMP_CONFIG_INSTALL_PROP_STRING</a> (class, id, name, blurb, default, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-UINT:CAPS">GIMP_CONFIG_INSTALL_PROP_UINT</a> (class, id, name, blurb, min, max, default, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-UNIT:CAPS">GIMP_CONFIG_INSTALL_PROP_UNIT</a> (class, id, name, blurb, pixels, percent, default, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-OBJECT:CAPS">GIMP_CONFIG_INSTALL_PROP_OBJECT</a> (class, id, name, blurb, object_type, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-POINTER:CAPS">GIMP_CONFIG_INSTALL_PROP_POINTER</a>(class, id, name, blurb, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-PARAM-SERIALIZE:CAPS">GIMP_CONFIG_PARAM_SERIALIZE</a>
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-PARAM-AGGREGATE:CAPS">GIMP_CONFIG_PARAM_AGGREGATE</a>
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-PARAM-RESTART:CAPS">GIMP_CONFIG_PARAM_RESTART</a>
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-PARAM-CONFIRM:CAPS">GIMP_CONFIG_PARAM_CONFIRM</a>
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-PARAM-DEFAULTS:CAPS">GIMP_CONFIG_PARAM_DEFAULTS</a>
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-PARAM-IGNORE:CAPS">GIMP_CONFIG_PARAM_IGNORE</a>
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-PARAM-FLAGS:CAPS">GIMP_CONFIG_PARAM_FLAGS</a>
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-BOOLEAN:CAPS">GIMP_CONFIG_INSTALL_PROP_BOOLEAN</a> (class, id, name, blurb, default, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-BOXED:CAPS">GIMP_CONFIG_INSTALL_PROP_BOXED</a> (class, id, name, blurb, boxed_type, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-RGB:CAPS">GIMP_CONFIG_INSTALL_PROP_RGB</a> (class, id, name, blurb, has_alpha, default, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-DOUBLE:CAPS">GIMP_CONFIG_INSTALL_PROP_DOUBLE</a> (class, id, name, blurb, min, max, default, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-RESOLUTION:CAPS">GIMP_CONFIG_INSTALL_PROP_RESOLUTION</a> (class, id, name, blurb, default, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-ENUM:CAPS">GIMP_CONFIG_INSTALL_PROP_ENUM</a> (class, id, name, blurb, enum_type, default, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-INT:CAPS">GIMP_CONFIG_INSTALL_PROP_INT</a> (class, id, name, blurb, min, max, default, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-MATRIX2:CAPS">GIMP_CONFIG_INSTALL_PROP_MATRIX2</a> (class, id, name, blurb, default, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-MEMSIZE:CAPS">GIMP_CONFIG_INSTALL_PROP_MEMSIZE</a> (class, id, name, blurb, min, max, default, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-PATH:CAPS">GIMP_CONFIG_INSTALL_PROP_PATH</a> (class, id, name, blurb, path_type, default, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-STRING:CAPS">GIMP_CONFIG_INSTALL_PROP_STRING</a> (class, id, name, blurb, default, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-UINT:CAPS">GIMP_CONFIG_INSTALL_PROP_UINT</a> (class, id, name, blurb, min, max, default, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-UNIT:CAPS">GIMP_CONFIG_INSTALL_PROP_UNIT</a> (class, id, name, blurb, pixels, percent, default, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-OBJECT:CAPS">GIMP_CONFIG_INSTALL_PROP_OBJECT</a> (class, id, name, blurb, object_type, flags)
|
||||
#define <a href="libgimpconfig-gimpconfig-params.html#GIMP-CONFIG-INSTALL-PROP-POINTER:CAPS">GIMP_CONFIG_INSTALL_PROP_POINTER</a> (class, id, name, blurb, flags)
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2560487"></a><h2>Description</h2>
|
||||
<a name="id2589241"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2560503"></a><h2>Details</h2>
|
||||
<a name="id2589257"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2588152"></a><h3>
|
||||
<a name="id2557880"></a><h3>
|
||||
<a name="GIMP-CONFIG-PARAM-SERIALIZE:CAPS"></a>GIMP_CONFIG_PARAM_SERIALIZE</h3>
|
||||
<a class="indexterm" name="id2588165"></a><pre class="programlisting">#define GIMP_CONFIG_PARAM_SERIALIZE (1 << (0 + G_PARAM_USER_SHIFT))
|
||||
<a class="indexterm" name="id2557893"></a><pre class="programlisting">#define GIMP_CONFIG_PARAM_SERIALIZE (1 << (0 + G_PARAM_USER_SHIFT))
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -89,9 +89,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2588181"></a><h3>
|
||||
<a name="id2557909"></a><h3>
|
||||
<a name="GIMP-CONFIG-PARAM-AGGREGATE:CAPS"></a>GIMP_CONFIG_PARAM_AGGREGATE</h3>
|
||||
<a class="indexterm" name="id2588194"></a><pre class="programlisting">#define GIMP_CONFIG_PARAM_AGGREGATE (1 << (1 + G_PARAM_USER_SHIFT))
|
||||
<a class="indexterm" name="id2557922"></a><pre class="programlisting">#define GIMP_CONFIG_PARAM_AGGREGATE (1 << (1 + G_PARAM_USER_SHIFT))
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -99,9 +99,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2588210"></a><h3>
|
||||
<a name="id2557938"></a><h3>
|
||||
<a name="GIMP-CONFIG-PARAM-RESTART:CAPS"></a>GIMP_CONFIG_PARAM_RESTART</h3>
|
||||
<a class="indexterm" name="id2588223"></a><pre class="programlisting">#define GIMP_CONFIG_PARAM_RESTART (1 << (2 + G_PARAM_USER_SHIFT))
|
||||
<a class="indexterm" name="id2557951"></a><pre class="programlisting">#define GIMP_CONFIG_PARAM_RESTART (1 << (2 + G_PARAM_USER_SHIFT))
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -109,9 +109,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2588239"></a><h3>
|
||||
<a name="id2557967"></a><h3>
|
||||
<a name="GIMP-CONFIG-PARAM-CONFIRM:CAPS"></a>GIMP_CONFIG_PARAM_CONFIRM</h3>
|
||||
<a class="indexterm" name="id2588252"></a><pre class="programlisting">#define GIMP_CONFIG_PARAM_CONFIRM (1 << (3 + G_PARAM_USER_SHIFT))
|
||||
<a class="indexterm" name="id2557980"></a><pre class="programlisting">#define GIMP_CONFIG_PARAM_CONFIRM (1 << (3 + G_PARAM_USER_SHIFT))
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -119,9 +119,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2588268"></a><h3>
|
||||
<a name="id2557996"></a><h3>
|
||||
<a name="GIMP-CONFIG-PARAM-DEFAULTS:CAPS"></a>GIMP_CONFIG_PARAM_DEFAULTS</h3>
|
||||
<a class="indexterm" name="id2588281"></a><pre class="programlisting">#define GIMP_CONFIG_PARAM_DEFAULTS (1 << (4 + G_PARAM_USER_SHIFT))
|
||||
<a class="indexterm" name="id2558009"></a><pre class="programlisting">#define GIMP_CONFIG_PARAM_DEFAULTS (1 << (4 + G_PARAM_USER_SHIFT))
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -129,9 +129,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2588297"></a><h3>
|
||||
<a name="id2558025"></a><h3>
|
||||
<a name="GIMP-CONFIG-PARAM-IGNORE:CAPS"></a>GIMP_CONFIG_PARAM_IGNORE</h3>
|
||||
<a class="indexterm" name="id2557301"></a><pre class="programlisting">#define GIMP_CONFIG_PARAM_IGNORE (1 << (5 + G_PARAM_USER_SHIFT))
|
||||
<a class="indexterm" name="id2532801"></a><pre class="programlisting">#define GIMP_CONFIG_PARAM_IGNORE (1 << (5 + G_PARAM_USER_SHIFT))
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -139,18 +139,18 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2557317"></a><h3>
|
||||
<a name="id2532818"></a><h3>
|
||||
<a name="GIMP-CONFIG-PARAM-FLAGS:CAPS"></a>GIMP_CONFIG_PARAM_FLAGS</h3>
|
||||
<a class="indexterm" name="id2557330"></a><pre class="programlisting">#define GIMP_CONFIG_PARAM_FLAGS</pre>
|
||||
<a class="indexterm" name="id2532830"></a><pre class="programlisting">#define GIMP_CONFIG_PARAM_FLAGS</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2557345"></a><h3>
|
||||
<a name="id2532846"></a><h3>
|
||||
<a name="GIMP-CONFIG-INSTALL-PROP-BOOLEAN:CAPS"></a>GIMP_CONFIG_INSTALL_PROP_BOOLEAN()</h3>
|
||||
<a class="indexterm" name="id2557359"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_BOOLEAN(class, id, name, blurb, default, flags)</pre>
|
||||
<a class="indexterm" name="id2532860"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_BOOLEAN(class, id, name, blurb, default, flags)</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -194,9 +194,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2557467"></a><h3>
|
||||
<a name="id2532968"></a><h3>
|
||||
<a name="GIMP-CONFIG-INSTALL-PROP-BOXED:CAPS"></a>GIMP_CONFIG_INSTALL_PROP_BOXED()</h3>
|
||||
<a class="indexterm" name="id2557480"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_BOXED(class, id, name, blurb, boxed_type, flags)</pre>
|
||||
<a class="indexterm" name="id2532981"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_BOXED(class, id, name, blurb, boxed_type, flags)</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -240,9 +240,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2585058"></a><h3>
|
||||
<a name="id2583122"></a><h3>
|
||||
<a name="GIMP-CONFIG-INSTALL-PROP-RGB:CAPS"></a>GIMP_CONFIG_INSTALL_PROP_RGB()</h3>
|
||||
<a class="indexterm" name="id2585071"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_RGB(class, id, name, blurb, has_alpha, default, flags)</pre>
|
||||
<a class="indexterm" name="id2583135"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_RGB(class, id, name, blurb, has_alpha, default, flags)</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -291,9 +291,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2585193"></a><h3>
|
||||
<a name="id2583257"></a><h3>
|
||||
<a name="GIMP-CONFIG-INSTALL-PROP-DOUBLE:CAPS"></a>GIMP_CONFIG_INSTALL_PROP_DOUBLE()</h3>
|
||||
<a class="indexterm" name="id2585206"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_DOUBLE(class, id, name, blurb, min, max, default, flags)</pre>
|
||||
<a class="indexterm" name="id2583270"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_DOUBLE(class, id, name, blurb, min, max, default, flags)</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -347,9 +347,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2594060"></a><h3>
|
||||
<a name="id2602390"></a><h3>
|
||||
<a name="GIMP-CONFIG-INSTALL-PROP-RESOLUTION:CAPS"></a>GIMP_CONFIG_INSTALL_PROP_RESOLUTION()</h3>
|
||||
<a class="indexterm" name="id2594072"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_RESOLUTION(class, id, name, blurb, default, flags)</pre>
|
||||
<a class="indexterm" name="id2602402"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_RESOLUTION(class, id, name, blurb, default, flags)</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -393,9 +393,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2594170"></a><h3>
|
||||
<a name="id2602499"></a><h3>
|
||||
<a name="GIMP-CONFIG-INSTALL-PROP-ENUM:CAPS"></a>GIMP_CONFIG_INSTALL_PROP_ENUM()</h3>
|
||||
<a class="indexterm" name="id2594183"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_ENUM(class, id, name, blurb, enum_type, default, flags)</pre>
|
||||
<a class="indexterm" name="id2602512"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_ENUM(class, id, name, blurb, enum_type, default, flags)</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -444,9 +444,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2594305"></a><h3>
|
||||
<a name="id2602634"></a><h3>
|
||||
<a name="GIMP-CONFIG-INSTALL-PROP-INT:CAPS"></a>GIMP_CONFIG_INSTALL_PROP_INT()</h3>
|
||||
<a class="indexterm" name="id2594319"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_INT(class, id, name, blurb, min, max, default, flags)</pre>
|
||||
<a class="indexterm" name="id2602647"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_INT(class, id, name, blurb, min, max, default, flags)</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -500,9 +500,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2594455"></a><h3>
|
||||
<a name="id2602783"></a><h3>
|
||||
<a name="GIMP-CONFIG-INSTALL-PROP-MATRIX2:CAPS"></a>GIMP_CONFIG_INSTALL_PROP_MATRIX2()</h3>
|
||||
<a class="indexterm" name="id2594469"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_MATRIX2(class, id, name, blurb, default, flags)</pre>
|
||||
<a class="indexterm" name="id2602798"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_MATRIX2(class, id, name, blurb, default, flags)</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -546,9 +546,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2594577"></a><h3>
|
||||
<a name="id2602905"></a><h3>
|
||||
<a name="GIMP-CONFIG-INSTALL-PROP-MEMSIZE:CAPS"></a>GIMP_CONFIG_INSTALL_PROP_MEMSIZE()</h3>
|
||||
<a class="indexterm" name="id2594590"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_MEMSIZE(class, id, name, blurb, min, max, default, flags)</pre>
|
||||
<a class="indexterm" name="id2602919"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_MEMSIZE(class, id, name, blurb, min, max, default, flags)</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -602,9 +602,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2594726"></a><h3>
|
||||
<a name="id2603055"></a><h3>
|
||||
<a name="GIMP-CONFIG-INSTALL-PROP-PATH:CAPS"></a>GIMP_CONFIG_INSTALL_PROP_PATH()</h3>
|
||||
<a class="indexterm" name="id2594740"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_PATH(class, id, name, blurb, path_type, default, flags)</pre>
|
||||
<a class="indexterm" name="id2603068"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_PATH(class, id, name, blurb, path_type, default, flags)</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -653,9 +653,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2594862"></a><h3>
|
||||
<a name="id2603191"></a><h3>
|
||||
<a name="GIMP-CONFIG-INSTALL-PROP-STRING:CAPS"></a>GIMP_CONFIG_INSTALL_PROP_STRING()</h3>
|
||||
<a class="indexterm" name="id2594875"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_STRING(class, id, name, blurb, default, flags)</pre>
|
||||
<a class="indexterm" name="id2603204"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_STRING(class, id, name, blurb, default, flags)</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -699,9 +699,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2594982"></a><h3>
|
||||
<a name="id2603312"></a><h3>
|
||||
<a name="GIMP-CONFIG-INSTALL-PROP-UINT:CAPS"></a>GIMP_CONFIG_INSTALL_PROP_UINT()</h3>
|
||||
<a class="indexterm" name="id2594996"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_UINT(class, id, name, blurb, min, max, default, flags)</pre>
|
||||
<a class="indexterm" name="id2603325"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_UINT(class, id, name, blurb, min, max, default, flags)</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -755,9 +755,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2595132"></a><h3>
|
||||
<a name="id2603461"></a><h3>
|
||||
<a name="GIMP-CONFIG-INSTALL-PROP-UNIT:CAPS"></a>GIMP_CONFIG_INSTALL_PROP_UNIT()</h3>
|
||||
<a class="indexterm" name="id2595145"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_UNIT(class, id, name, blurb, pixels, percent, default, flags)</pre>
|
||||
<a class="indexterm" name="id2603474"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_UNIT(class, id, name, blurb, pixels, percent, default, flags)</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -811,9 +811,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2595256"></a><h3>
|
||||
<a name="id2603579"></a><h3>
|
||||
<a name="GIMP-CONFIG-INSTALL-PROP-OBJECT:CAPS"></a>GIMP_CONFIG_INSTALL_PROP_OBJECT()</h3>
|
||||
<a class="indexterm" name="id2595268"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_OBJECT(class, id, name, blurb, object_type, flags)</pre>
|
||||
<a class="indexterm" name="id2603591"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_OBJECT(class, id, name, blurb, object_type, flags)</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -857,9 +857,9 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2595364"></a><h3>
|
||||
<a name="id2603688"></a><h3>
|
||||
<a name="GIMP-CONFIG-INSTALL-PROP-POINTER:CAPS"></a>GIMP_CONFIG_INSTALL_PROP_POINTER()</h3>
|
||||
<a class="indexterm" name="id2595377"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_POINTER(class, id, name, blurb, flags)</pre>
|
||||
<a class="indexterm" name="id2603700"></a><pre class="programlisting">#define GIMP_CONFIG_INSTALL_PROP_POINTER(class, id, name, blurb, flags)</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user