Imported Upstream version 2.2.7
This commit is contained in:
@ -13,7 +13,7 @@ void <a href="GimpButton.html#gimp-button-extended-clicked">gimp_button_e
|
||||
href="../gdk/gdk-Windows.html#GdkModifierType"
|
||||
>GdkModifierType</a> state);
|
||||
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2546276"></a><h2>Object Hierarchy</h2><pre class="synopsis">
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2562843"></a><h2>Object Hierarchy</h2><pre class="synopsis">
|
||||
|
||||
<a
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
@ -35,9 +35,9 @@ href="../gtk/GtkButton.html"
|
||||
>GtkButton</a>
|
||||
+----GimpButton
|
||||
+----<a href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a>
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2546324"></a><h2>Implemented Interfaces</h2><p>
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2579903"></a><h2>Implemented Interfaces</h2><p>
|
||||
GimpButton implements
|
||||
AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2563594"></a><h2>Signal Prototypes</h2><pre class="synopsis">
|
||||
AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2579918"></a><h2>Signal Prototypes</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,
|
||||
@ -47,21 +47,21 @@ href="../gdk/gdk-Windows.html#GdkModifierType"
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gpointer"
|
||||
>gpointer</a> user_data);
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2563631"></a><h2>Description</h2><p>
|
||||
</pre></div><div class="refsect1" lang="en"><a name="id2579956"></a><h2>Description</h2><p>
|
||||
<a href="GimpButton.html" title="GimpButton"><span class="type">GimpButton</span></a> adds an extra signal to the <a
|
||||
href="../gtk/GtkButton.html"
|
||||
><span class="type">GtkButton</span></a> widget that allows
|
||||
to distinguish a normal click from a click that was performed with
|
||||
modifier keys pressed.
|
||||
</p></div><div class="refsect1" lang="en"><a name="id2563655"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2563661"></a><h3><a name="GimpButton-struct"></a>GimpButton</h3><a class="indexterm" name="id2563669"></a><pre class="programlisting">typedef struct _GimpButton GimpButton;</pre><p>
|
||||
</p></div><div class="refsect1" lang="en"><a name="id2579980"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2579985"></a><h3><a name="GimpButton-struct"></a>GimpButton</h3><a class="indexterm" name="id2579994"></a><pre class="programlisting">typedef struct _GimpButton GimpButton;</pre><p>
|
||||
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2563679"></a><h3><a name="gimp-button-new"></a>gimp_button_new ()</h3><a class="indexterm" name="id2563687"></a><pre class="programlisting"><a
|
||||
</p></div><hr><div class="refsect2" lang="en"><a name="id2580003"></a><h3><a name="gimp-button-new"></a>gimp_button_new ()</h3><a class="indexterm" name="id2580012"></a><pre class="programlisting"><a
|
||||
href="../gtk/GtkWidget.html"
|
||||
>GtkWidget</a>* gimp_button_new (void);</pre><p>
|
||||
Creates a new <a href="GimpButton.html" title="GimpButton"><span class="type">GimpButton</span></a> widget.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span><EFBFBD>:</span></td><td> A pointer to the new <a href="GimpButton.html" title="GimpButton"><span class="type">GimpButton</span></a> widget.
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2537694"></a><h3><a name="gimp-button-extended-clicked"></a>gimp_button_extended_clicked ()</h3><a class="indexterm" name="id2537702"></a><pre class="programlisting">void gimp_button_extended_clicked (<a href="GimpButton.html" title="GimpButton">GimpButton</a> *button,
|
||||
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2548263"></a><h3><a name="gimp-button-extended-clicked"></a>gimp_button_extended_clicked ()</h3><a class="indexterm" name="id2548272"></a><pre class="programlisting">void gimp_button_extended_clicked (<a href="GimpButton.html" title="GimpButton">GimpButton</a> *button,
|
||||
<a
|
||||
href="../gdk/gdk-Windows.html#GdkModifierType"
|
||||
>GdkModifierType</a> state);</pre><p>
|
||||
@ -69,7 +69,7 @@ Emits the button's "extended_clicked" signal.</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>button</tt></i><EFBFBD>:</span></td><td> a <a href="GimpButton.html" title="GimpButton"><span class="type">GimpButton</span></a>.
|
||||
</td></tr><tr><td><span class="term"><i class="parameter"><tt>state</tt></i><EFBFBD>:</span></td><td> a state as found in <span class="type">GdkEventButton-</span>>state, e.g. <span class="type">GDK_SHIFT_MASK</span>.
|
||||
</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2537777"></a><h2>Signals</h2><div class="refsect2" lang="en"><a name="id2537782"></a><h3><a name="GimpButton-extended-clicked"></a>The "extended-clicked" signal</h3><pre class="programlisting">void user_function (<a href="GimpButton.html" title="GimpButton">GimpButton</a> *gimpbutton,
|
||||
</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2548346"></a><h2>Signals</h2><div class="refsect2" lang="en"><a name="id2548352"></a><h3><a name="GimpButton-extended-clicked"></a>The "extended-clicked" signal</h3><pre class="programlisting">void user_function (<a href="GimpButton.html" title="GimpButton">GimpButton</a> *gimpbutton,
|
||||
<a
|
||||
href="../gdk/gdk-Windows.html#GdkModifierType"
|
||||
>GdkModifierType</a> arg1,
|
||||
|
||||
Reference in New Issue
Block a user