Imported Upstream version 2.3.8

This commit is contained in:
Ari Pollak
2010-08-11 01:18:57 -04:00
parent 5bef548947
commit 836308f327
1608 changed files with 147606 additions and 134671 deletions

View File

@ -65,56 +65,57 @@ void <a href="GimpScrolledPreview.html#gimp-scrolled-preview-thaw">gimp_s
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2565926"></a><h2>Object Hierarchy</h2>
<a name="id2576001"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
+----<a
+----GInitiallyUnowned
+----<a
href="../gtk/GtkObject.html"
>GtkObject</a>
+----<a
+----<a
href="../gtk/GtkWidget.html"
>GtkWidget</a>
+----<a
+----<a
href="../gtk/GtkContainer.html"
>GtkContainer</a>
+----<a
+----<a
href="../gtk/GtkBox.html"
>GtkBox</a>
+----<a
+----<a
href="../gtk/GtkVBox.html"
>GtkVBox</a>
+----<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a>
+----GimpScrolledPreview
+----<a href="GimpPreview.html" title="GimpPreview">GimpPreview</a>
+----GimpScrolledPreview
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2565982"></a><h2>Implemented Interfaces</h2>
<a name="id2566784"></a><h2>Implemented Interfaces</h2>
<p>
GimpScrolledPreview implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2565999"></a><h2>Description</h2>
<a name="id2566801"></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="id2567092"></a><h2>Details</h2>
<a name="id2566818"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2567099"></a><h3>
<a name="id2566824"></a><h3>
<a name="GimpScrolledPreview-struct"></a>GimpScrolledPreview</h3>
<a class="indexterm" name="id2567108"></a><pre class="programlisting">typedef struct _GimpScrolledPreview GimpScrolledPreview;</pre>
<a class="indexterm" name="id2566834"></a><pre class="programlisting">typedef struct _GimpScrolledPreview GimpScrolledPreview;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2567124"></a><h3>
<a name="id2566850"></a><h3>
<a name="gimp-scrolled-preview-set-position"></a>gimp_scrolled_preview_set_position ()</h3>
<a class="indexterm" name="id2567133"></a><pre class="programlisting">void gimp_scrolled_preview_set_position
<a class="indexterm" name="id2532875"></a><pre class="programlisting">void gimp_scrolled_preview_set_position
(<a href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview,
gint x,
gint y);</pre>
@ -151,9 +152,9 @@ A widget providing a <a href="GimpPreview.html" title="GimpPreview"><span class=
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2575290"></a><h3>
<a name="id2574196"></a><h3>
<a name="gimp-scrolled-preview-set-policy"></a>gimp_scrolled_preview_set_policy ()</h3>
<a class="indexterm" name="id2575299"></a><pre class="programlisting">void gimp_scrolled_preview_set_policy
<a class="indexterm" name="id2574204"></a><pre class="programlisting">void gimp_scrolled_preview_set_policy
(<a href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview,
<a
href="../gtk/gtk-Standard-Enumerations.html#GtkPolicyType"
@ -194,9 +195,9 @@ href="../gtk/gtk-Standard-Enumerations.html#GtkPolicyType"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2581228"></a><h3>
<a name="id2586945"></a><h3>
<a name="gimp-scrolled-preview-freeze"></a>gimp_scrolled_preview_freeze ()</h3>
<a class="indexterm" name="id2581239"></a><pre class="programlisting">void gimp_scrolled_preview_freeze (<a href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview);</pre>
<a class="indexterm" name="id2586956"></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.
@ -221,9 +222,9 @@ This function should only be used to implement widgets derived from
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2586847"></a><h3>
<a name="id2522622"></a><h3>
<a name="gimp-scrolled-preview-thaw"></a>gimp_scrolled_preview_thaw ()</h3>
<a class="indexterm" name="id2586857"></a><pre class="programlisting">void gimp_scrolled_preview_thaw (<a href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview);</pre>
<a class="indexterm" name="id2522631"></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.