Imported Upstream version 2.3.18

This commit is contained in:
Ari Pollak
2010-08-11 01:21:39 -04:00
parent 2e1d89b96f
commit 50ca37e277
1279 changed files with 155433 additions and 58921 deletions

View File

@ -31,16 +31,16 @@
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpdrawable.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="#id2581879" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2572982" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2611518" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2614125" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpdisplay"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2581879"></a><span class="refentrytitle">gimpdisplay</span>
<a name="id2572982"></a><span class="refentrytitle">gimpdisplay</span>
</h2>
<p>gimpdisplay &#8212; Functions to create, delete and flush new displays (views) on an image.</p>
</td>
@ -62,27 +62,27 @@ gboolean <a href="libgimp-gimpdisplay.html#gimp-displays-reconnect">g
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2611518"></a><h2>Description</h2>
<a name="id2614125"></a><h2>Description</h2>
<p>
Functions to create, delete and flush new displays (views) on an image.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2611535"></a><h2>Details</h2>
<a name="id2614142"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2611546"></a><h3>
<a name="id2614153"></a><h3>
<a name="gimp-display-new"></a>gimp_display_new ()</h3>
<a class="indexterm" name="id2611558"></a><pre class="programlisting">gint32 gimp_display_new (gint32 image_ID);</pre>
<a class="indexterm" name="id2614165"></a><pre class="programlisting">gint32 gimp_display_new (gint32 image_ID);</pre>
<p>
Create a new display for the specified image.
</p>
<p>
Creates a new display for the specified image. If the image already
has a display, another is added. Multiple displays are handled
transparently by the GIMP. The newly created display is returned and
can be subsequently destroyed with a call to <a href="libgimp-gimpdisplay.html#gimp-display-delete"><code class="function">gimp_display_delete()</code></a>.
This procedure only makes sense for use with the GIMP UI.</p>
transparently by GIMP. The newly created display is returned and can
be subsequently destroyed with a call to <a href="libgimp-gimpdisplay.html#gimp-display-delete"><code class="function">gimp_display_delete()</code></a>. This
procedure only makes sense for use with the GIMP UI.</p>
<p>
</p>
@ -104,9 +104,9 @@ This procedure only makes sense for use with the GIMP UI.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2617011"></a><h3>
<a name="id2614244"></a><h3>
<a name="gimp-display-delete"></a>gimp_display_delete ()</h3>
<a class="indexterm" name="id2617023"></a><pre class="programlisting">gboolean gimp_display_delete (gint32 display_ID);</pre>
<a class="indexterm" name="id2614256"></a><pre class="programlisting">gboolean gimp_display_delete (gint32 display_ID);</pre>
<p>
Delete the specified display.
</p>
@ -137,9 +137,9 @@ procedure.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2617091"></a><h3>
<a name="id2614324"></a><h3>
<a name="gimp-display-is-valid"></a>gimp_display_is_valid ()</h3>
<a class="indexterm" name="id2617105"></a><pre class="programlisting">gboolean gimp_display_is_valid (gint32 display_ID);</pre>
<a class="indexterm" name="id2614338"></a><pre class="programlisting">gboolean gimp_display_is_valid (gint32 display_ID);</pre>
<p>
Returns TRUE if the display is valid.
</p>
@ -170,9 +170,9 @@ an existing display.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2617176"></a><h3>
<a name="id2614409"></a><h3>
<a name="gimp-display-get-window-handle"></a>gimp_display_get_window_handle ()</h3>
<a class="indexterm" name="id2617190"></a><pre class="programlisting">gint gimp_display_get_window_handle (gint32 display_ID);</pre>
<a class="indexterm" name="id2614423"></a><pre class="programlisting">gint gimp_display_get_window_handle (gint32 display_ID);</pre>
<p>
Get a handle to the native window for an image display.
</p>
@ -206,9 +206,9 @@ system that is being used.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2613924"></a><h3>
<a name="id2614500"></a><h3>
<a name="gimp-displays-flush"></a>gimp_displays_flush ()</h3>
<a class="indexterm" name="id2613937"></a><pre class="programlisting">gboolean gimp_displays_flush (void);</pre>
<a class="indexterm" name="id2611738"></a><pre class="programlisting">gboolean gimp_displays_flush (void);</pre>
<p>
Flush all internal changes to the user interface
</p>
@ -231,9 +231,9 @@ appropriate.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2613984"></a><h3>
<a name="id2611785"></a><h3>
<a name="gimp-displays-reconnect"></a>gimp_displays_reconnect ()</h3>
<a class="indexterm" name="id2613996"></a><pre class="programlisting">gboolean gimp_displays_reconnect (gint32 old_image_ID,
<a class="indexterm" name="id2611797"></a><pre class="programlisting">gboolean gimp_displays_reconnect (gint32 old_image_ID,
gint32 new_image_ID);</pre>
<p>
Reconnect displays from one image to another image.