~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« 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-08-22 11:50:05 UTC
  • mfrom: (0.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20080822115005-yxj5svf3v9x1mkr7
Tags: upstream-2.4.7
Import upstream version 2.4.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
<a name="GimpPickButton.synopsis"></a><h2>Synopsis</h2>
57
57
<pre class="synopsis">
58
58
                    <a class="link" href="GimpPickButton.html#GimpPickButton-struct" title="GimpPickButton">GimpPickButton</a>;
59
 
<a
60
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
61
 
>GtkWidget</a>*          <a class="link" href="GimpPickButton.html#gimp-pick-button-new" title="gimp_pick_button_new ()">gimp_pick_button_new</a>                (void);
 
59
GtkWidget*          <a class="link" href="GimpPickButton.html#gimp-pick-button-new" title="gimp_pick_button_new ()">gimp_pick_button_new</a>                (void);
62
60
</pre>
63
61
</div>
64
62
<div class="refsect1" lang="en">
65
63
<a name="GimpPickButton.object-hierarchy"></a><h2>Object Hierarchy</h2>
66
64
<pre class="synopsis">
67
 
  <a
68
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
69
 
>GObject</a>
70
 
   +----<a
71
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
72
 
>GInitiallyUnowned</a>
73
 
         +----<a
74
 
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
75
 
>GtkObject</a>
76
 
               +----<a
77
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
78
 
>GtkWidget</a>
79
 
                     +----<a
80
 
href="/usr/share/gtk-doc/html/gtk/GtkContainer.html"
81
 
>GtkContainer</a>
82
 
                           +----<a
83
 
href="/usr/share/gtk-doc/html/gtk/GtkBin.html"
84
 
>GtkBin</a>
85
 
                                 +----<a
86
 
href="/usr/share/gtk-doc/html/gtk/GtkButton.html"
87
 
>GtkButton</a>
 
65
  GObject
 
66
   +----GInitiallyUnowned
 
67
         +----GtkObject
 
68
               +----GtkWidget
 
69
                     +----GtkContainer
 
70
                           +----GtkBin
 
71
                                 +----GtkButton
88
72
                                       +----GimpPickButton
89
73
</pre>
90
74
</div>
120
104
<hr>
121
105
<div class="refsect2" lang="en">
122
106
<a name="gimp-pick-button-new"></a><h3>gimp_pick_button_new ()</h3>
123
 
<pre class="programlisting"><a
124
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
125
 
>GtkWidget</a>*          gimp_pick_button_new                (void);</pre>
 
107
<pre class="programlisting">GtkWidget*          gimp_pick_button_new                (void);</pre>
126
108
<p>
127
109
Creates a new <a class="link" href="GimpPickButton.html" title="GimpPickButton"><span class="type">GimpPickButton</span></a> widget.</p>
128
110
<p>
143
125
<div class="refsect2" lang="en">
144
126
<a name="GimpPickButton-color-picked"></a><h3>The <code class="literal">"color-picked"</code> signal</h3>
145
127
<pre class="programlisting">void                user_function                      (<a class="link" href="GimpPickButton.html" title="GimpPickButton">GimpPickButton</a> *gimppickbutton,
146
 
                                                        <a
147
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
148
 
>gpointer</a>        arg1,
149
 
                                                        <a
150
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
151
 
>gpointer</a>        user_data)           : Run First</pre>
 
128
                                                        gpointer        arg1,
 
129
                                                        gpointer        user_data)           : Run First</pre>
152
130
<p>
153
131
 
154
132
</p>
163
141
<tr>
164
142
<td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
165
143
<td>pointer to a <a
166
 
href="/usr/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
 
144
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
167
145
><span class="type">GimpRGB</span></a> structure that holds the picked color
168
146
 
169
147
</td>