Imported Upstream version 2.6.3
This commit is contained in:
@ -57,19 +57,35 @@
|
||||
<a name="GimpPickButton.synopsis"></a><h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
<a class="link" href="GimpPickButton.html#GimpPickButton-struct" title="GimpPickButton">GimpPickButton</a>;
|
||||
GtkWidget* <a class="link" href="GimpPickButton.html#gimp-pick-button-new" title="gimp_pick_button_new ()">gimp_pick_button_new</a> (void);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||||
>GtkWidget</a>* <a class="link" href="GimpPickButton.html#gimp-pick-button-new" title="gimp_pick_button_new ()">gimp_pick_button_new</a> (void);
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="GimpPickButton.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
GObject
|
||||
+----GInitiallyUnowned
|
||||
+----GtkObject
|
||||
+----GtkWidget
|
||||
+----GtkContainer
|
||||
+----GtkBin
|
||||
+----GtkButton
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
>GObject</a>
|
||||
+----<a
|
||||
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
|
||||
>GInitiallyUnowned</a>
|
||||
+----<a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
|
||||
>GtkObject</a>
|
||||
+----<a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||||
>GtkWidget</a>
|
||||
+----<a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkContainer.html"
|
||||
>GtkContainer</a>
|
||||
+----<a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkBin.html"
|
||||
>GtkBin</a>
|
||||
+----<a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkButton.html"
|
||||
>GtkButton</a>
|
||||
+----GimpPickButton
|
||||
</pre>
|
||||
</div>
|
||||
@ -77,7 +93,9 @@ GtkWidget* <a class="link" href="GimpPickButton.html#gimp-pick-button-n
|
||||
<a name="GimpPickButton.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpPickButton implements
|
||||
AtkImplementorIface and GtkBuildable.</p>
|
||||
AtkImplementorIface and <a
|
||||
href="/usr/share/gtk-doc/html/gtk/gtk-gtkbuildable.html#GtkBuildable"
|
||||
>GtkBuildable</a>.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="GimpPickButton.signals"></a><h2>Signals</h2>
|
||||
@ -105,7 +123,9 @@ from any point on the screen.
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-pick-button-new"></a><h3>gimp_pick_button_new ()</h3>
|
||||
<pre class="programlisting">GtkWidget* gimp_pick_button_new (void);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||||
>GtkWidget</a>* gimp_pick_button_new (void);</pre>
|
||||
<p>
|
||||
Creates a new <a class="link" href="GimpPickButton.html" title="GimpPickButton"><span class="type">GimpPickButton</span></a> widget.</p>
|
||||
<p>
|
||||
@ -126,8 +146,12 @@ Creates a new <a class="link" href="GimpPickButton.html" title="GimpPickButton">
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="GimpPickButton-color-picked"></a><h3>The <code class="literal">"color-picked"</code> signal</h3>
|
||||
<pre class="programlisting">void user_function (<a class="link" href="GimpPickButton.html" title="GimpPickButton">GimpPickButton</a> *gimppickbutton,
|
||||
gpointer arg1,
|
||||
gpointer user_data) : Run First</pre>
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||||
>gpointer</a> arg1,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||||
>gpointer</a> user_data) : Run First</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user