Imported Upstream version 2.3.15
This commit is contained in:
@ -31,16 +31,16 @@
|
||||
<th width="100%" align="center">GIMP Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimp-gimpguides.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="#id2585838" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2581923" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2629301" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2629444" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimp-gimpgrid"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2585838"></a><span class="refentrytitle">gimpgrid</span>
|
||||
<a name="id2581923"></a><span class="refentrytitle">gimpgrid</span>
|
||||
</h2>
|
||||
<p>gimpgrid</p>
|
||||
</td>
|
||||
@ -94,17 +94,17 @@ href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpGridStyle"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2629301"></a><h2>Description</h2>
|
||||
<a name="id2629444"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2629317"></a><h2>Details</h2>
|
||||
<a name="id2629460"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2629328"></a><h3>
|
||||
<a name="id2629471"></a><h3>
|
||||
<a name="gimp-image-grid-get-spacing"></a>gimp_image_grid_get_spacing ()</h3>
|
||||
<a class="indexterm" name="id2629342"></a><pre class="programlisting">gboolean gimp_image_grid_get_spacing (gint32 image_ID,
|
||||
<a class="indexterm" name="id2629484"></a><pre class="programlisting">gboolean gimp_image_grid_get_spacing (gint32 image_ID,
|
||||
gdouble *xspacing,
|
||||
gdouble *yspacing);</pre>
|
||||
<p>
|
||||
@ -147,9 +147,9 @@ image's grid. It takes the image as parameter.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2629453"></a><h3>
|
||||
<a name="id2615012"></a><h3>
|
||||
<a name="gimp-image-grid-set-spacing"></a>gimp_image_grid_set_spacing ()</h3>
|
||||
<a class="indexterm" name="id2629467"></a><pre class="programlisting">gboolean gimp_image_grid_set_spacing (gint32 image_ID,
|
||||
<a class="indexterm" name="id2615025"></a><pre class="programlisting">gboolean gimp_image_grid_set_spacing (gint32 image_ID,
|
||||
gdouble xspacing,
|
||||
gdouble yspacing);</pre>
|
||||
<p>
|
||||
@ -192,9 +192,9 @@ image's grid.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615149"></a><h3>
|
||||
<a name="id2615136"></a><h3>
|
||||
<a name="gimp-image-grid-get-offset"></a>gimp_image_grid_get_offset ()</h3>
|
||||
<a class="indexterm" name="id2615163"></a><pre class="programlisting">gboolean gimp_image_grid_get_offset (gint32 image_ID,
|
||||
<a class="indexterm" name="id2615149"></a><pre class="programlisting">gboolean gimp_image_grid_get_offset (gint32 image_ID,
|
||||
gdouble *xoffset,
|
||||
gdouble *yoffset);</pre>
|
||||
<p>
|
||||
@ -237,9 +237,9 @@ image's grid. It takes the image as parameter.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615276"></a><h3>
|
||||
<a name="id2627625"></a><h3>
|
||||
<a name="gimp-image-grid-set-offset"></a>gimp_image_grid_set_offset ()</h3>
|
||||
<a class="indexterm" name="id2615290"></a><pre class="programlisting">gboolean gimp_image_grid_set_offset (gint32 image_ID,
|
||||
<a class="indexterm" name="id2627639"></a><pre class="programlisting">gboolean gimp_image_grid_set_offset (gint32 image_ID,
|
||||
gdouble xoffset,
|
||||
gdouble yoffset);</pre>
|
||||
<p>
|
||||
@ -282,9 +282,9 @@ grid.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615403"></a><h3>
|
||||
<a name="id2627752"></a><h3>
|
||||
<a name="gimp-image-grid-get-foreground-color"></a>gimp_image_grid_get_foreground_color ()</h3>
|
||||
<a class="indexterm" name="id2615419"></a><pre class="programlisting">gboolean gimp_image_grid_get_foreground_color
|
||||
<a class="indexterm" name="id2627768"></a><pre class="programlisting">gboolean gimp_image_grid_get_foreground_color
|
||||
(gint32 image_ID,
|
||||
<a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
@ -323,9 +323,9 @@ This procedure gets the foreground color of an image's grid.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2627824"></a><h3>
|
||||
<a name="id2610999"></a><h3>
|
||||
<a name="gimp-image-grid-set-foreground-color"></a>gimp_image_grid_set_foreground_color ()</h3>
|
||||
<a class="indexterm" name="id2627840"></a><pre class="programlisting">gboolean gimp_image_grid_set_foreground_color
|
||||
<a class="indexterm" name="id2611015"></a><pre class="programlisting">gboolean gimp_image_grid_set_foreground_color
|
||||
(gint32 image_ID,
|
||||
const <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
@ -364,9 +364,9 @@ This procedure sets the foreground color of an image's grid.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2627933"></a><h3>
|
||||
<a name="id2611108"></a><h3>
|
||||
<a name="gimp-image-grid-get-background-color"></a>gimp_image_grid_get_background_color ()</h3>
|
||||
<a class="indexterm" name="id2627949"></a><pre class="programlisting">gboolean gimp_image_grid_get_background_color
|
||||
<a class="indexterm" name="id2611124"></a><pre class="programlisting">gboolean gimp_image_grid_get_background_color
|
||||
(gint32 image_ID,
|
||||
<a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
@ -405,9 +405,9 @@ This procedure gets the background color of an image's grid.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2628043"></a><h3>
|
||||
<a name="id2611218"></a><h3>
|
||||
<a name="gimp-image-grid-set-background-color"></a>gimp_image_grid_set_background_color ()</h3>
|
||||
<a class="indexterm" name="id2628059"></a><pre class="programlisting">gboolean gimp_image_grid_set_background_color
|
||||
<a class="indexterm" name="id2611234"></a><pre class="programlisting">gboolean gimp_image_grid_set_background_color
|
||||
(gint32 image_ID,
|
||||
const <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
@ -446,9 +446,9 @@ This procedure sets the background color of an image's grid.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2628152"></a><h3>
|
||||
<a name="id2611326"></a><h3>
|
||||
<a name="gimp-image-grid-get-style"></a>gimp_image_grid_get_style ()</h3>
|
||||
<a class="indexterm" name="id2628165"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2611340"></a><pre class="programlisting"><a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpGridStyle"
|
||||
>GimpGridStyle</a> gimp_image_grid_get_style (gint32 image_ID);</pre>
|
||||
<p>
|
||||
@ -480,9 +480,9 @@ This procedure retrieves the style of an image's grid.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2628234"></a><h3>
|
||||
<a name="id2611409"></a><h3>
|
||||
<a name="gimp-image-grid-set-style"></a>gimp_image_grid_set_style ()</h3>
|
||||
<a class="indexterm" name="id2628248"></a><pre class="programlisting">gboolean gimp_image_grid_set_style (gint32 image_ID,
|
||||
<a class="indexterm" name="id2611423"></a><pre class="programlisting">gboolean gimp_image_grid_set_style (gint32 image_ID,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpGridStyle"
|
||||
>GimpGridStyle</a> style);</pre>
|
||||
|
||||
Reference in New Issue
Block a user