Imported Upstream version 2.3.18
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="#id2581985" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2581454" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2638088" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2638298" 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="id2581985"></a><span class="refentrytitle">gimpgrid</span>
|
||||
<a name="id2581454"></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="id2638088"></a><h2>Description</h2>
|
||||
<a name="id2638298"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2638103"></a><h2>Details</h2>
|
||||
<a name="id2638313"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2638114"></a><h3>
|
||||
<a name="id2638324"></a><h3>
|
||||
<a name="gimp-image-grid-get-spacing"></a>gimp_image_grid_get_spacing ()</h3>
|
||||
<a class="indexterm" name="id2638128"></a><pre class="programlisting">gboolean gimp_image_grid_get_spacing (gint32 image_ID,
|
||||
<a class="indexterm" name="id2638338"></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="id2638245"></a><h3>
|
||||
<a name="id2622516"></a><h3>
|
||||
<a name="gimp-image-grid-set-spacing"></a>gimp_image_grid_set_spacing ()</h3>
|
||||
<a class="indexterm" name="id2638258"></a><pre class="programlisting">gboolean gimp_image_grid_set_spacing (gint32 image_ID,
|
||||
<a class="indexterm" name="id2622529"></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="id2622437"></a><h3>
|
||||
<a name="id2622643"></a><h3>
|
||||
<a name="gimp-image-grid-get-offset"></a>gimp_image_grid_get_offset ()</h3>
|
||||
<a class="indexterm" name="id2622450"></a><pre class="programlisting">gboolean gimp_image_grid_get_offset (gint32 image_ID,
|
||||
<a class="indexterm" name="id2622657"></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="id2622567"></a><h3>
|
||||
<a name="id2623613"></a><h3>
|
||||
<a name="gimp-image-grid-set-offset"></a>gimp_image_grid_set_offset ()</h3>
|
||||
<a class="indexterm" name="id2622580"></a><pre class="programlisting">gboolean gimp_image_grid_set_offset (gint32 image_ID,
|
||||
<a class="indexterm" name="id2623627"></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="id2622696"></a><h3>
|
||||
<a name="id2623742"></a><h3>
|
||||
<a name="gimp-image-grid-get-foreground-color"></a>gimp_image_grid_get_foreground_color ()</h3>
|
||||
<a class="indexterm" name="id2622712"></a><pre class="programlisting">gboolean gimp_image_grid_get_foreground_color
|
||||
<a class="indexterm" name="id2623758"></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="id2636760"></a><h3>
|
||||
<a name="id2636787"></a><h3>
|
||||
<a name="gimp-image-grid-set-foreground-color"></a>gimp_image_grid_set_foreground_color ()</h3>
|
||||
<a class="indexterm" name="id2636776"></a><pre class="programlisting">gboolean gimp_image_grid_set_foreground_color
|
||||
<a class="indexterm" name="id2636803"></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="id2636872"></a><h3>
|
||||
<a name="id2636899"></a><h3>
|
||||
<a name="gimp-image-grid-get-background-color"></a>gimp_image_grid_get_background_color ()</h3>
|
||||
<a class="indexterm" name="id2636888"></a><pre class="programlisting">gboolean gimp_image_grid_get_background_color
|
||||
<a class="indexterm" name="id2636915"></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="id2636984"></a><h3>
|
||||
<a name="id2637011"></a><h3>
|
||||
<a name="gimp-image-grid-set-background-color"></a>gimp_image_grid_set_background_color ()</h3>
|
||||
<a class="indexterm" name="id2637000"></a><pre class="programlisting">gboolean gimp_image_grid_set_background_color
|
||||
<a class="indexterm" name="id2637027"></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="id2637095"></a><h3>
|
||||
<a name="id2637122"></a><h3>
|
||||
<a name="gimp-image-grid-get-style"></a>gimp_image_grid_get_style ()</h3>
|
||||
<a class="indexterm" name="id2637109"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2637136"></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="id2639122"></a><h3>
|
||||
<a name="id2637208"></a><h3>
|
||||
<a name="gimp-image-grid-set-style"></a>gimp_image_grid_set_style ()</h3>
|
||||
<a class="indexterm" name="id2639134"></a><pre class="programlisting">gboolean gimp_image_grid_set_style (gint32 image_ID,
|
||||
<a class="indexterm" name="id2639179"></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