Imported Upstream version 2.2.15

This commit is contained in:
Ari Pollak
2010-08-11 01:17:28 -04:00
parent a2f097051e
commit fa4c4bf0e0
341 changed files with 71841 additions and 17468 deletions

View File

@ -8,7 +8,7 @@
<link rel="up" href="libgimpwidgets-widgets.html" title="Part&#160;I.&#160;GIMP Widgets">
<link rel="prev" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
<link rel="next" href="GimpChainButton.html" title="GimpChainButton">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<meta name="generator" content="GTK-Doc V1.8 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="libgimpwidgets-widgets.html" title="Part&#160;I.&#160;GIMP Widgets">
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
@ -28,22 +28,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpChainButton.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="#id2567926" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2578118" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2581461" class="shortcut">Description</a>
<a href="#id2533016" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2577156" class="shortcut">Object Hierarchy</a>
<a href="#id2583741" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2577224" class="shortcut">Implemented Interfaces</a>
<a href="#id2532970" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2577245" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2532991" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpButton"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2567926"></a><span class="refentrytitle">GimpButton</span>
<a name="id2578118"></a><span class="refentrytitle">GimpButton</span>
</h2>
<p>GimpButton &#8212; A <span class="type">GtkButton</span> with a little extra functionality.</p>
</td>
@ -55,15 +55,15 @@
<a href="GimpButton.html#GimpButton-struct">GimpButton</a>;
GtkWidget* <a href="GimpButton.html#gimp-button-new">gimp_button_new</a> (void);
void <a href="GimpButton.html#gimp-button-extended-clicked">gimp_button_extended_clicked</a> (<a href="GimpButton.html" title="GimpButton">GimpButton</a> *button,
GdkModifierType state);
<a href="GimpButton.html#GimpButton-struct">GimpButton</a>;
GtkWidget* <a href="GimpButton.html#gimp-button-new">gimp_button_new</a> (void);
void <a href="GimpButton.html#gimp-button-extended-clicked">gimp_button_extended_clicked</a> (<a href="GimpButton.html" title="GimpButton">GimpButton</a> *button,
GdkModifierType state);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2577156"></a><h2>Object Hierarchy</h2>
<a name="id2583741"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -78,23 +78,20 @@ void <a href="GimpButton.html#gimp-button-extended-clicked">gimp_button_e
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2577224"></a><h2>Implemented Interfaces</h2>
<a name="id2532970"></a><h2>Implemented Interfaces</h2>
<p>
GimpButton implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2577245"></a><h2>Signals</h2>
<a name="id2532991"></a><h2>Signals</h2>
<pre class="synopsis">
"<a href="GimpButton.html#GimpButton-extended-clicked">extended-clicked</a>"
void user_function (<a href="GimpButton.html" title="GimpButton">GimpButton</a> *gimpbutton,
GdkModifierType *arg1,
gpointer user_data) : Run first
"<a href="GimpButton.html#GimpButton-extended-clicked">extended-clicked</a>" : Run First
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2581461"></a><h2>Description</h2>
<a name="id2533016"></a><h2>Description</h2>
<p>
<a href="GimpButton.html" title="GimpButton"><span class="type">GimpButton</span></a> adds an extra signal to the <span class="type">GtkButton</span> widget that allows
to distinguish a normal click from a click that was performed with
@ -102,20 +99,20 @@ modifier keys pressed.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2581493"></a><h2>Details</h2>
<a name="id2581446"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2581504"></a><h3>
<a name="id2581457"></a><h3>
<a name="GimpButton-struct"></a>GimpButton</h3>
<a class="indexterm" name="id2581516"></a><pre class="programlisting">typedef struct _GimpButton GimpButton;</pre>
<a class="indexterm" name="id2581470"></a><pre class="programlisting">typedef struct _GimpButton GimpButton;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2581531"></a><h3>
<a name="id2581485"></a><h3>
<a name="gimp-button-new"></a>gimp_button_new ()</h3>
<a class="indexterm" name="id2581544"></a><pre class="programlisting">GtkWidget* gimp_button_new (void);</pre>
<a class="indexterm" name="id2581497"></a><pre class="programlisting">GtkWidget* gimp_button_new (void);</pre>
<p>
Creates a new <a href="GimpButton.html" title="GimpButton"><span class="type">GimpButton</span></a> widget.</p>
<p>
@ -132,10 +129,10 @@ Creates a new <a href="GimpButton.html" title="GimpButton"><span class="type">Gi
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2592588"></a><h3>
<a name="id2581551"></a><h3>
<a name="gimp-button-extended-clicked"></a>gimp_button_extended_clicked ()</h3>
<a class="indexterm" name="id2592600"></a><pre class="programlisting">void gimp_button_extended_clicked (<a href="GimpButton.html" title="GimpButton">GimpButton</a> *button,
GdkModifierType state);</pre>
<a class="indexterm" name="id2581562"></a><pre class="programlisting">void gimp_button_extended_clicked (<a href="GimpButton.html" title="GimpButton">GimpButton</a> *button,
GdkModifierType state);</pre>
<p>
Emits the button's "extended_clicked" signal.</p>
<p>
@ -159,13 +156,13 @@ Emits the button's "extended_clicked" signal.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2592692"></a><h2>Signal Details</h2>
<a name="id2593121"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2592703"></a><h3>
<a name="id2593132"></a><h3>
<a name="GimpButton-extended-clicked"></a>The "extended-clicked" signal</h3>
<a class="indexterm" name="id2592711"></a><pre class="programlisting">void user_function (<a href="GimpButton.html" title="GimpButton">GimpButton</a> *gimpbutton,
GdkModifierType *arg1,
gpointer user_data) : Run first</pre>
<a class="indexterm" name="id2593140"></a><pre class="programlisting">void user_function (<a href="GimpButton.html" title="GimpButton">GimpButton</a> *gimpbutton,
GdkModifierType arg1,
gpointer user_data) : Run First</pre>
<p>
</p>