Imported Upstream version 2.3.15

This commit is contained in:
Ari Pollak
2010-08-11 01:21:06 -04:00
parent aca02f7697
commit d694295a3e
819 changed files with 63117 additions and 44484 deletions

View File

@ -33,20 +33,20 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpSizeEntry.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="#id2549093" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2580156" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2614511" class="shortcut">Description</a>
<a href="#id2615704" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2613633" class="shortcut">Object Hierarchy</a>
<a href="#id2615615" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2614490" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
<a href="#id2615682" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpScrolledPreview"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2549093"></a><span class="refentrytitle">GimpScrolledPreview</span>
<a name="id2580156"></a><span class="refentrytitle">GimpScrolledPreview</span>
</h2>
<p>GimpScrolledPreview &#8212; A widget providing a <a href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> enhanced by scrolling capabilities.</p>
</td>
@ -73,7 +73,7 @@ void <a href="GimpScrolledPreview.html#gimp-scrolled-preview-thaw">gimp_s
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2613633"></a><h2>Object Hierarchy</h2>
<a name="id2615615"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -88,32 +88,32 @@ void <a href="GimpScrolledPreview.html#gimp-scrolled-preview-thaw">gimp_s
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2614490"></a><h2>Implemented Interfaces</h2>
<a name="id2615682"></a><h2>Implemented Interfaces</h2>
<p>
GimpScrolledPreview implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2614511"></a><h2>Description</h2>
<a name="id2615704"></a><h2>Description</h2>
<p>
A widget providing a <a href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> enhanced by scrolling capabilities.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2614534"></a><h2>Details</h2>
<a name="id2615726"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2614544"></a><h3>
<a name="id2614395"></a><h3>
<a name="GimpScrolledPreview-struct"></a>GimpScrolledPreview</h3>
<a class="indexterm" name="id2614556"></a><pre class="programlisting">typedef struct _GimpScrolledPreview GimpScrolledPreview;</pre>
<a class="indexterm" name="id2614407"></a><pre class="programlisting">typedef struct _GimpScrolledPreview GimpScrolledPreview;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2614573"></a><h3>
<a name="id2614424"></a><h3>
<a name="gimp-scrolled-preview-set-position"></a>gimp_scrolled_preview_set_position ()</h3>
<a class="indexterm" name="id2614586"></a><pre class="programlisting">void gimp_scrolled_preview_set_position
<a class="indexterm" name="id2614437"></a><pre class="programlisting">void gimp_scrolled_preview_set_position
(<a href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview,
gint x,
gint y);</pre>
@ -147,9 +147,9 @@ A widget providing a <a href="GimpPreview.html" title="GimpPreview"><span class=
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2614948"></a><h3>
<a name="id2614541"></a><h3>
<a name="gimp-scrolled-preview-set-policy"></a>gimp_scrolled_preview_set_policy ()</h3>
<a class="indexterm" name="id2614962"></a><pre class="programlisting">void gimp_scrolled_preview_set_policy
<a class="indexterm" name="id2620543"></a><pre class="programlisting">void gimp_scrolled_preview_set_policy
(<a href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview,
GtkPolicyType hscrollbar_policy,
GtkPolicyType vscrollbar_policy);</pre>
@ -183,9 +183,9 @@ A widget providing a <a href="GimpPreview.html" title="GimpPreview"><span class=
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615702"></a><h3>
<a name="id2620650"></a><h3>
<a name="gimp-scrolled-preview-freeze"></a>gimp_scrolled_preview_freeze ()</h3>
<a class="indexterm" name="id2615718"></a><pre class="programlisting">void gimp_scrolled_preview_freeze (<a href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview);</pre>
<a class="indexterm" name="id2620665"></a><pre class="programlisting">void gimp_scrolled_preview_freeze (<a href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview);</pre>
<p>
While the <em class="parameter"><code>preview</code></em> is frozen, it is not going to redraw itself in
response to scroll events.
@ -209,9 +209,9 @@ This function should only be used to implement widgets derived from
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615799"></a><h3>
<a name="id2621566"></a><h3>
<a name="gimp-scrolled-preview-thaw"></a>gimp_scrolled_preview_thaw ()</h3>
<a class="indexterm" name="id2615813"></a><pre class="programlisting">void gimp_scrolled_preview_thaw (<a href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview);</pre>
<a class="indexterm" name="id2621580"></a><pre class="programlisting">void gimp_scrolled_preview_thaw (<a href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview);</pre>
<p>
While the <em class="parameter"><code>preview</code></em> is frozen, it is not going to redraw itself in
response to scroll events.