Imported Upstream version 2.3.16

This commit is contained in:
Ari Pollak
2010-08-11 01:21:23 -04:00
parent d694295a3e
commit 2e1d89b96f
944 changed files with 103935 additions and 69090 deletions

View File

@ -3,12 +3,12 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>GimpButton</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.71.0">
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
<link rel="up" href="libgimpwidgets-widgets.html" title="Part&#160;I.&#160;GIMP Widgets">
<link rel="prev" href="GimpBrowser.html" title="GimpBrowser">
<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">
@ -33,22 +33,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="#id2588020" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2573597" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2580220" class="shortcut">Description</a>
<a href="#id2578029" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2578852" class="shortcut">Object Hierarchy</a>
<a href="#id2558098" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2578919" class="shortcut">Implemented Interfaces</a>
<a href="#id2577983" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2578941" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2578004" 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="id2588020"></a><span class="refentrytitle">GimpButton</span>
<a name="id2573597"></a><span class="refentrytitle">GimpButton</span>
</h2>
<p>GimpButton &#8212; A <span class="type">GtkButton</span> with a little extra functionality.</p>
</td>
@ -60,15 +60,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="id2578852"></a><h2>Object Hierarchy</h2>
<a name="id2558098"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -83,23 +83,20 @@ void <a href="GimpButton.html#gimp-button-extended-clicked">gimp_button_e
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2578919"></a><h2>Implemented Interfaces</h2>
<a name="id2577983"></a><h2>Implemented Interfaces</h2>
<p>
GimpButton implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2578941"></a><h2>Signals</h2>
<a name="id2578004"></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="id2580220"></a><h2>Description</h2>
<a name="id2578029"></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
@ -107,20 +104,20 @@ modifier keys pressed.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2580251"></a><h2>Details</h2>
<a name="id2572738"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2580262"></a><h3>
<a name="id2572749"></a><h3>
<a name="GimpButton-struct"></a>GimpButton</h3>
<a class="indexterm" name="id2580274"></a><pre class="programlisting">typedef struct _GimpButton GimpButton;</pre>
<a class="indexterm" name="id2572762"></a><pre class="programlisting">typedef struct _GimpButton GimpButton;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2580289"></a><h3>
<a name="id2572777"></a><h3>
<a name="gimp-button-new"></a>gimp_button_new ()</h3>
<a class="indexterm" name="id2580302"></a><pre class="programlisting">GtkWidget* gimp_button_new (void);</pre>
<a class="indexterm" name="id2572789"></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>
@ -137,10 +134,10 @@ Creates a new <a href="GimpButton.html" title="GimpButton"><span class="type">Gi
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2580355"></a><h3>
<a name="id2572844"></a><h3>
<a name="gimp-button-extended-clicked"></a>gimp_button_extended_clicked ()</h3>
<a class="indexterm" name="id2566617"></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="id2572855"></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>
@ -164,13 +161,13 @@ Emits the button's "extended_clicked" signal.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2566711"></a><h2>Signal Details</h2>
<a name="id2574944"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2566722"></a><h3>
<a name="id2574955"></a><h3>
<a name="GimpButton-extended-clicked"></a>The "extended-clicked" signal</h3>
<a class="indexterm" name="id2566730"></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="id2574963"></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>