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

@ -58,33 +58,34 @@ gboolean <a href="GimpChainButton.html#gimp-chain-button-get-active">gimp_cha
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2549218"></a><h2>Object Hierarchy</h2>
<a name="id2519910"></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/GtkTable.html"
>GtkTable</a>
+----GimpChainButton
+----GimpChainButton
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2549262"></a><h2>Implemented Interfaces</h2>
<a name="id2519961"></a><h2>Implemented Interfaces</h2>
<p>
GimpChainButton implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2549279"></a><h2>Signal Prototypes</h2>
<a name="id2549070"></a><h2>Signal Prototypes</h2>
<pre class="synopsis">
"<a href="GimpChainButton.html#GimpChainButton-toggled">toggled</a>" void user_function (<a href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *gimpchainbutton,
@ -92,7 +93,7 @@ GimpChainButton implements
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2522305"></a><h2>Description</h2>
<a name="id2549107"></a><h2>Description</h2>
<p>
This widget provides a button showing either a linked or a broken
chain that can be used to link two entries, spinbuttons, colors
@ -109,20 +110,20 @@ necessary.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2522343"></a><h2>Details</h2>
<a name="id2549145"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2522350"></a><h3>
<a name="id2549151"></a><h3>
<a name="GimpChainButton-struct"></a>GimpChainButton</h3>
<a class="indexterm" name="id2522359"></a><pre class="programlisting">typedef struct _GimpChainButton GimpChainButton;</pre>
<a class="indexterm" name="id2549161"></a><pre class="programlisting">typedef struct _GimpChainButton GimpChainButton;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2522375"></a><h3>
<a name="id2549177"></a><h3>
<a name="GimpChainPosition"></a>enum GimpChainPosition</h3>
<a class="indexterm" name="id2522385"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2549187"></a><pre class="programlisting">typedef enum
{
GIMP_CHAIN_TOP,
GIMP_CHAIN_LEFT,
@ -136,9 +137,9 @@ necessary.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2522402"></a><h3>
<a name="id2535215"></a><h3>
<a name="gimp-chain-button-new"></a>gimp_chain_button_new ()</h3>
<a class="indexterm" name="id2522411"></a><pre class="programlisting"><a
<a class="indexterm" name="id2535224"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_chain_button_new (<a href="GimpChainButton.html#GimpChainPosition">GimpChainPosition</a> position);</pre>
<p>
@ -177,9 +178,9 @@ for more than two widgets, but the look is optimized for two.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2534997"></a><h3>
<a name="id2535318"></a><h3>
<a name="gimp-chain-button-set-active"></a>gimp_chain_button_set_active ()</h3>
<a class="indexterm" name="id2535006"></a><pre class="programlisting">void gimp_chain_button_set_active (<a href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *button,
<a class="indexterm" name="id2535327"></a><pre class="programlisting">void gimp_chain_button_set_active (<a href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *button,
gboolean active);</pre>
<p>
Sets the state of the <a href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> to be either locked (<code class="literal">TRUE</code>) or
@ -207,9 +208,9 @@ unlocked (<code class="literal">FALSE</code>) and changes the showed pixmap to r
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2543453"></a><h3>
<a name="id2529273"></a><h3>
<a name="gimp-chain-button-get-active"></a>gimp_chain_button_get_active ()</h3>
<a class="indexterm" name="id2543464"></a><pre class="programlisting">gboolean gimp_chain_button_get_active (<a href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *button);</pre>
<a class="indexterm" name="id2529283"></a><pre class="programlisting">gboolean gimp_chain_button_get_active (<a href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *button);</pre>
<p>
Checks the state of the <a href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a>.</p>
<p>
@ -235,9 +236,9 @@ Checks the state of the <a href="GimpChainButton.html" title="GimpChainButton"><
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2543553"></a><h2>Signals</h2>
<a name="id2529372"></a><h2>Signals</h2>
<div class="refsect2" lang="en">
<a name="id2543559"></a><h3>
<a name="id2529378"></a><h3>
<a name="GimpChainButton-toggled"></a>The "toggled" signal</h3>
<pre class="programlisting">void user_function (<a href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *gimpchainbutton,
gpointer user_data);</pre>
@ -264,7 +265,7 @@ Checks the state of the <a href="GimpChainButton.html" title="GimpChainButton"><
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2543629"></a><h2>See Also</h2>
<a name="id2529448"></a><h2>See Also</h2>
<p>
You may want to use the convenience function <a href="libgimpwidgets-GimpWidgets.html#gimp-coordinates-new"><code class="function">gimp_coordinates_new()</code></a> to set
up two GimpSizeEntries (see <a href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>) linked with a <a href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a>.