~ubuntu-branches/ubuntu/hardy/gimp/hardy-updates

« back to all changes in this revision

Viewing changes to devel-docs/libgimpwidgets/html/GimpPickButton.html

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-02-03 03:07:19 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20080203030719-4s9wlbv30394rlrp
Tags: 2.4.4-1ubuntu1
* Merge from Debian unstable. (LP: #188828)
* Ubuntu remaining changes:
  - 02_help-message.patch, 03_gimp.desktop.in.in.patch: Distro changes.
  - Weave i18n magic in the rules file.
  - Remove the doc directory symlink in the preinst, and replace it with a
    directory.
  - Added NEWS, README and README.Debian to gimp.docs.
  - Modify Maintainer value to match Debian-Maintainer-Field Spec
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
34
34
<td><a accesskey="n" href="GimpPixmap.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
35
35
</tr>
36
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2604805" class="shortcut">Top</a>
37
 
                  &#160;|&#160;
38
 
                  <a href="#id2641986" class="shortcut">Description</a>
39
 
                  &#160;|&#160;
40
 
                  <a href="#id2577386" class="shortcut">Object Hierarchy</a>
41
 
                  &#160;|&#160;
42
 
                  <a href="#id2627498" class="shortcut">Implemented Interfaces</a>
43
 
                  &#160;|&#160;
44
 
                  <a href="#id2627525" class="shortcut">Signals</a></nobr></td></tr>
 
36
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2612804" class="shortcut">Top</a>
 
37
                  &#160;|&#160;
 
38
                  <a href="#id2636183" class="shortcut">Description</a>
 
39
                  &#160;|&#160;
 
40
                  <a href="#id2527245" class="shortcut">Object Hierarchy</a>
 
41
                  &#160;|&#160;
 
42
                  <a href="#id2640980" class="shortcut">Implemented Interfaces</a>
 
43
                  &#160;|&#160;
 
44
                  <a href="#id2636158" class="shortcut">Signals</a></nobr></td></tr>
45
45
</table>
46
46
<div class="refentry" lang="en">
47
47
<a name="GimpPickButton"></a><div class="titlepage"></div>
48
48
<div class="refnamediv"><table width="100%"><tr>
49
49
<td valign="top">
50
50
<h2>
51
 
<a name="id2604805"></a><span class="refentrytitle">GimpPickButton</span>
 
51
<a name="id2612804"></a><span class="refentrytitle">GimpPickButton</span>
52
52
</h2>
53
53
<p>GimpPickButton &#8212; Widget to pick a color from screen.</p>
54
54
</td>
68
68
</pre>
69
69
</div>
70
70
<div class="refsect1" lang="en">
71
 
<a name="id2577386"></a><h2>Object Hierarchy</h2>
 
71
<a name="id2527245"></a><h2>Object Hierarchy</h2>
72
72
<pre class="synopsis">
73
73
 
74
74
  <a
96
96
</pre>
97
97
</div>
98
98
<div class="refsect1" lang="en">
99
 
<a name="id2627498"></a><h2>Implemented Interfaces</h2>
 
99
<a name="id2640980"></a><h2>Implemented Interfaces</h2>
100
100
<p>
101
101
GimpPickButton implements
102
102
 AtkImplementorIface and  GtkBuildable.</p>
103
103
</div>
104
104
<div class="refsect1" lang="en">
105
 
<a name="id2627525"></a><h2>Signals</h2>
 
105
<a name="id2636158"></a><h2>Signals</h2>
106
106
<pre class="synopsis">
107
107
 
108
108
  "<a class="link" href="GimpPickButton.html#GimpPickButton-color-picked">color-picked</a>"                                   : Run First
109
109
</pre>
110
110
</div>
111
111
<div class="refsect1" lang="en">
112
 
<a name="id2641986"></a><h2>Description</h2>
 
112
<a name="id2636183"></a><h2>Description</h2>
113
113
<p>
114
114
<a class="link" href="GimpPickButton.html" title="GimpPickButton"><span class="type">GimpPickButton</span></a> is a specialized button. When clicked, it changes the
115
115
cursor to a color-picker pipette and allows the user to pick a color
117
117
</p>
118
118
</div>
119
119
<div class="refsect1" lang="en">
120
 
<a name="id2642012"></a><h2>Details</h2>
 
120
<a name="id2636208"></a><h2>Details</h2>
121
121
<div class="refsect2" lang="en">
122
 
<a name="id2642022"></a><h3>
 
122
<a name="id2636219"></a><h3>
123
123
<a name="GimpPickButton-struct"></a>GimpPickButton</h3>
124
 
<a class="indexterm" name="id2642034"></a><pre class="programlisting">typedef struct _GimpPickButton GimpPickButton;</pre>
 
124
<a class="indexterm" name="id2636231"></a><pre class="programlisting">typedef struct _GimpPickButton GimpPickButton;</pre>
125
125
<p>
126
126
 
127
127
</p>
128
128
</div>
129
129
<hr>
130
130
<div class="refsect2" lang="en">
131
 
<a name="id2642050"></a><h3>
 
131
<a name="id2636247"></a><h3>
132
132
<a name="gimp-pick-button-new"></a>gimp_pick_button_new ()</h3>
133
 
<a class="indexterm" name="id2642062"></a><pre class="programlisting"><a
 
133
<a class="indexterm" name="id2636258"></a><pre class="programlisting"><a
134
134
href="../gtk/GtkWidget.html"
135
135
>GtkWidget</a>*          gimp_pick_button_new                (void);</pre>
136
136
<p>
149
149
</div>
150
150
</div>
151
151
<div class="refsect1" lang="en">
152
 
<a name="id2642319"></a><h2>Signal Details</h2>
 
152
<a name="id2636314"></a><h2>Signal Details</h2>
153
153
<div class="refsect2" lang="en">
154
 
<a name="id2642330"></a><h3>
 
154
<a name="id2636325"></a><h3>
155
155
<a name="GimpPickButton-color-picked"></a>The <code class="literal">"color-picked"</code> signal</h3>
156
 
<a class="indexterm" name="id2642344"></a><pre class="programlisting">void                user_function                      (<a class="link" href="GimpPickButton.html" title="GimpPickButton">GimpPickButton</a> *gimppickbutton,
 
156
<a class="indexterm" name="id2636339"></a><pre class="programlisting">void                user_function                      (<a class="link" href="GimpPickButton.html" title="GimpPickButton">GimpPickButton</a> *gimppickbutton,
157
157
                                                        <a
158
158
href="../glib/glib-Basic-Types.html#gpointer"
159
159
>gpointer</a>        arg1,
188
188
</div>
189
189
</div>
190
190
<div class="refsect1" lang="en">
191
 
<a name="id2637252"></a><div class="refsect2" lang="en"><a name="id2637253"></a></div>
 
191
<a name="id2636436"></a><div class="refsect2" lang="en"><a name="id2636438"></a></div>
192
192
<hr>
193
 
<div class="refsect2" lang="en"><a name="id2637254"></a></div>
 
193
<div class="refsect2" lang="en"><a name="id2636439"></a></div>
194
194
</div>
195
195
</div>
196
196
</body>