Imported Upstream version 2.3.13
This commit is contained in:
@ -19,10 +19,10 @@
|
||||
<link rel="part" href="libgimpwidgets-controller.html" title="Part IV. GIMP Controllers">
|
||||
<link rel="part" href="libgimpwidgets-utils.html" title="Part V. GIMP Widgets Utilities">
|
||||
<link rel="part" href="libgimpwidgets-deprecated.html" title="Part VI. Deprecated API">
|
||||
<link rel="index" href="ix01.html" title="Index">
|
||||
<link rel="index" href="ix02.html" title="Index of new symbols in GIMP 2.2">
|
||||
<link rel="index" href="ix03.html" title="Index of new symbols in GIMP 2.4">
|
||||
<link rel="index" href="ix04.html" title="Index of deprecated symbols">
|
||||
<link rel="index" href="libgimpwidgets-index.html" title="Index">
|
||||
<link rel="index" href="libgimpwidgets-index-new-in-2-2.html" title="Index of new symbols in GIMP 2.2">
|
||||
<link rel="index" href="libgimpwidgets-index-new-in-2-4.html" title="Index of new symbols in GIMP 2.4">
|
||||
<link rel="index" href="libgimpwidgets-index-deprecated.html" title="Index of deprecated symbols">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
|
||||
@ -33,22 +33,22 @@
|
||||
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="GimpPixmap.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="#id2586656" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2562262" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2605948" class="shortcut">Description</a>
|
||||
<a href="#id2556805" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2603182" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2588976" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2605876" class="shortcut">Implemented Interfaces</a>
|
||||
<a href="#id2550636" class="shortcut">Implemented Interfaces</a>
|
||||
 | 
|
||||
<a href="#id2605898" class="shortcut">Signals</a></nobr></td></tr>
|
||||
<a href="#id2550657" class="shortcut">Signals</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="GimpPickButton"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2586656"></a><span class="refentrytitle">GimpPickButton</span>
|
||||
<a name="id2562262"></a><span class="refentrytitle">GimpPickButton</span>
|
||||
</h2>
|
||||
<p>GimpPickButton — Widget to pick a color from screen.</p>
|
||||
</td>
|
||||
@ -66,7 +66,7 @@ GtkWidget* <a href="GimpPickButton.html#gimp-pick-button-new">gimp_pick_button_
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2603182"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2588976"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -80,13 +80,13 @@ GtkWidget* <a href="GimpPickButton.html#gimp-pick-button-new">gimp_pick_button_
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2605876"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2550636"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpPickButton implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2605898"></a><h2>Signals</h2>
|
||||
<a name="id2550657"></a><h2>Signals</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a href="GimpPickButton.html#GimpPickButton-color-picked">color-picked</a>"
|
||||
@ -96,7 +96,7 @@ GimpPickButton implements
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2605948"></a><h2>Description</h2>
|
||||
<a name="id2556805"></a><h2>Description</h2>
|
||||
<p>
|
||||
<a href="GimpPickButton.html" title="GimpPickButton"><span class="type">GimpPickButton</span></a> is a specialized button. When clicked, it changes the
|
||||
cursor to a color-picker pipette and allows the user to pick a color
|
||||
@ -104,20 +104,20 @@ from any point on the screen.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2608253"></a><h2>Details</h2>
|
||||
<a name="id2556831"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2608264"></a><h3>
|
||||
<a name="id2556841"></a><h3>
|
||||
<a name="GimpPickButton-struct"></a>GimpPickButton</h3>
|
||||
<a class="indexterm" name="id2608276"></a><pre class="programlisting">typedef struct _GimpPickButton GimpPickButton;</pre>
|
||||
<a class="indexterm" name="id2556853"></a><pre class="programlisting">typedef struct _GimpPickButton GimpPickButton;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2608292"></a><h3>
|
||||
<a name="id2556869"></a><h3>
|
||||
<a name="gimp-pick-button-new"></a>gimp_pick_button_new ()</h3>
|
||||
<a class="indexterm" name="id2608303"></a><pre class="programlisting">GtkWidget* gimp_pick_button_new (void);</pre>
|
||||
<a class="indexterm" name="id2556881"></a><pre class="programlisting">GtkWidget* gimp_pick_button_new (void);</pre>
|
||||
<p>
|
||||
Creates a new <a href="GimpPickButton.html" title="GimpPickButton"><span class="type">GimpPickButton</span></a> widget.</p>
|
||||
<p>
|
||||
@ -126,8 +126,7 @@ Creates a new <a href="GimpPickButton.html" title="GimpPickButton"><span class="
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> A new <a href="GimpPickButton.html" title="GimpPickButton"><span class="type">GimpPickButton</span></a> widget.
|
||||
</td>
|
||||
</tr></tbody>
|
||||
@ -135,11 +134,11 @@ Creates a new <a href="GimpPickButton.html" title="GimpPickButton"><span class="
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2608358"></a><h2>Signal Details</h2>
|
||||
<a name="id2607419"></a><h2>Signal Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2608369"></a><h3>
|
||||
<a name="id2607430"></a><h3>
|
||||
<a name="GimpPickButton-color-picked"></a>The "color-picked" signal</h3>
|
||||
<a class="indexterm" name="id2604673"></a><pre class="programlisting">void user_function (<a href="GimpPickButton.html" title="GimpPickButton">GimpPickButton</a> *gimppickbutton,
|
||||
<a class="indexterm" name="id2607437"></a><pre class="programlisting">void user_function (<a href="GimpPickButton.html" title="GimpPickButton">GimpPickButton</a> *gimppickbutton,
|
||||
gpointer arg1,
|
||||
gpointer user_data) : Run first</pre>
|
||||
<p>
|
||||
@ -149,14 +148,12 @@ Creates a new <a href="GimpPickButton.html" title="GimpPickButton"><span class="
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gimppickbutton</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gimppickbutton</code></em> :</span></td>
|
||||
<td>the object which received the signal.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>arg1</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>arg1</code></em> :</span></td>
|
||||
<td>pointer to a <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
><span class="type">GimpRGB</span></a> structure that holds the picked color
|
||||
@ -164,8 +161,7 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
|
||||
<td>user data set when the signal handler was connected.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
Reference in New Issue
Block a user