~ubuntu-branches/ubuntu/raring/gimp/raring

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Micah Gersten
  • Date: 2012-02-22 23:47:53 UTC
  • mfrom: (1.1.25) (0.4.15 sid)
  • Revision ID: package-import@ubuntu.com-20120222234753-2a4wqdkb2bbx4mjb
Tags: 2.6.12-1ubuntu1
* Merge from Debian unstable (LP: #925674). Remaining Changes:
  - debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch:
    + Update some strings for Ubuntu
  - debian/patches/ghost-cursor.patch: fix Wacom tablet cursor events
  - debian/control:
    + Update description
  - debian/rules:
    + Set gettext domain and update translation templates

* Drop poppler patch as it's been applied upstream
  - drop debian/patches/poppler0.18.patch
  - update debian/patches/series
* fix LP: #680521 - Embed page setup dialog functionality in the print dialog
  - add debian/patches/embed-page-setup-dialog.patch
  - update debian/patches/series

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>GimpColorButton</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual">
8
8
<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
9
9
<link rel="prev" href="GimpColorArea.html" title="GimpColorArea">
10
10
<link rel="next" href="GimpColorHexEntry.html" title="GimpColorHexEntry">
11
 
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
34
34
                  <a href="#GimpColorButton.signals" class="shortcut">Signals</a>
35
35
</td></tr>
36
36
</table>
37
 
<div class="refentry" title="GimpColorButton">
 
37
<div class="refentry">
38
38
<a name="GimpColorButton"></a><div class="titlepage"></div>
39
39
<div class="refnamediv"><table width="100%"><tr>
40
40
<td valign="top">
43
43
</td>
44
44
<td valign="top" align="right"><img src="gimp-color-button.png"></td>
45
45
</tr></table></div>
46
 
<div class="refsynopsisdiv" title="Synopsis">
 
46
<div class="refsynopsisdiv">
47
47
<a name="GimpColorButton.synopsis"></a><h2>Synopsis</h2>
48
48
<pre class="synopsis">                    <a class="link" href="GimpColorButton.html#GimpColorButton-struct" title="GimpColorButton">GimpColorButton</a>;
49
 
<a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GimpColorButton.html#gimp-color-button-new" title="gimp_color_button_new ()">gimp_color_button_new</a>               (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *title</code></em>,
50
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
51
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>,
52
 
                                                         <em class="parameter"><code>const <a href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>,
 
49
<a href="http://library.gnome.org/devel/gtk3/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GimpColorButton.html#gimp-color-button-new" title="gimp_color_button_new ()">gimp_color_button_new</a>               (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *title</code></em>,
 
50
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
 
51
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>,
 
52
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>,
53
53
                                                         <em class="parameter"><code><a class="link" href="GimpColorArea.html#GimpColorAreaType" title="enum GimpColorAreaType"><span class="type">GimpColorAreaType</span></a> type</code></em>);
54
54
<span class="returnvalue">void</span>                <a class="link" href="GimpColorButton.html#gimp-color-button-set-color" title="gimp_color_button_set_color ()">gimp_color_button_set_color</a>         (<em class="parameter"><code><a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> *button</code></em>,
55
 
                                                         <em class="parameter"><code>const <a href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>);
 
55
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>);
56
56
<span class="returnvalue">void</span>                <a class="link" href="GimpColorButton.html#gimp-color-button-get-color" title="gimp_color_button_get_color ()">gimp_color_button_get_color</a>         (<em class="parameter"><code><a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> *button</code></em>,
57
 
                                                         <em class="parameter"><code><a href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>);
 
57
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>);
58
58
<span class="returnvalue">void</span>                <a class="link" href="GimpColorButton.html#gimp-color-button-set-update" title="gimp_color_button_set_update ()">gimp_color_button_set_update</a>        (<em class="parameter"><code><a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> *button</code></em>,
59
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> continuous</code></em>);
60
 
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GimpColorButton.html#gimp-color-button-get-update" title="gimp_color_button_get_update ()">gimp_color_button_get_update</a>        (<em class="parameter"><code><a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> *button</code></em>);
61
 
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GimpColorButton.html#gimp-color-button-has-alpha" title="gimp_color_button_has_alpha ()">gimp_color_button_has_alpha</a>         (<em class="parameter"><code><a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> *button</code></em>);
 
59
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> continuous</code></em>);
 
60
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GimpColorButton.html#gimp-color-button-get-update" title="gimp_color_button_get_update ()">gimp_color_button_get_update</a>        (<em class="parameter"><code><a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> *button</code></em>);
 
61
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GimpColorButton.html#gimp-color-button-has-alpha" title="gimp_color_button_has_alpha ()">gimp_color_button_has_alpha</a>         (<em class="parameter"><code><a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> *button</code></em>);
62
62
<span class="returnvalue">void</span>                <a class="link" href="GimpColorButton.html#gimp-color-button-set-type" title="gimp_color_button_set_type ()">gimp_color_button_set_type</a>          (<em class="parameter"><code><a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> *button</code></em>,
63
63
                                                         <em class="parameter"><code><a class="link" href="GimpColorArea.html#GimpColorAreaType" title="enum GimpColorAreaType"><span class="type">GimpColorAreaType</span></a> type</code></em>);
64
64
</pre>
65
65
</div>
66
 
<div class="refsect1" title="Object Hierarchy">
 
66
<div class="refsect1">
67
67
<a name="GimpColorButton.object-hierarchy"></a><h2>Object Hierarchy</h2>
68
68
<pre class="synopsis">
69
 
  <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
70
 
   +----<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
71
 
         +----<a href="/usr/share/gtk-doc/html/gtk/GtkObject.html">GtkObject</a>
72
 
               +----<a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html">GtkWidget</a>
73
 
                     +----<a href="/usr/share/gtk-doc/html/gtk/GtkContainer.html">GtkContainer</a>
74
 
                           +----<a href="/usr/share/gtk-doc/html/gtk/GtkBin.html">GtkBin</a>
75
 
                                 +----<a href="/usr/share/gtk-doc/html/gtk/GtkButton.html">GtkButton</a>
 
69
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
70
   +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
 
71
         +----<a href="http://library.gnome.org/devel/gtk3/GtkObject.html">GtkObject</a>
 
72
               +----<a href="http://library.gnome.org/devel/gtk3/GtkWidget.html">GtkWidget</a>
 
73
                     +----<a href="http://library.gnome.org/devel/gtk3/GtkContainer.html">GtkContainer</a>
 
74
                           +----<a href="http://library.gnome.org/devel/gtk3/GtkBin.html">GtkBin</a>
 
75
                                 +----<a href="http://library.gnome.org/devel/gtk3/GtkButton.html">GtkButton</a>
76
76
                                       +----<a class="link" href="GimpButton.html" title="GimpButton">GimpButton</a>
77
77
                                             +----GimpColorButton
78
78
</pre>
79
79
</div>
80
 
<div class="refsect1" title="Implemented Interfaces">
 
80
<div class="refsect1">
81
81
<a name="GimpColorButton.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
82
82
<p>
83
83
GimpColorButton implements
84
 
 AtkImplementorIface,  <a href="/usr/share/gtk-doc/html/gtk/gtk-gtkbuildable.html#GtkBuildable">GtkBuildable</a> and  <a href="/usr/share/gtk-doc/html/gtk/GtkActivatable.html">GtkActivatable</a>.</p>
 
84
 AtkImplementorIface,  <a href="http://library.gnome.org/devel/gtk3/GtkBuildable.html">GtkBuildable</a> and  <a href="http://library.gnome.org/devel/gtk3/GtkActivatable.html">GtkActivatable</a>.</p>
85
85
</div>
86
 
<div class="refsect1" title="Properties">
 
86
<div class="refsect1">
87
87
<a name="GimpColorButton.properties"></a><h2>Properties</h2>
88
88
<pre class="synopsis">
89
 
  "<a class="link" href="GimpColorButton.html#GimpColorButton--color" title='The "color" property'>color</a>"                    <a href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a>*              : Read / Write / Construct
90
 
  "<a class="link" href="GimpColorButton.html#GimpColorButton--continuous-update" title='The "continuous-update" property'>continuous-update</a>"        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct
91
 
  "<a class="link" href="GimpColorButton.html#GimpColorButton--title" title='The "title" property'>title</a>"                    <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write / Construct Only
 
89
  "<a class="link" href="GimpColorButton.html#GimpColorButton--color" title='The "color" property'>color</a>"                    <a href="/usr/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a>*              : Read / Write / Construct
 
90
  "<a class="link" href="GimpColorButton.html#GimpColorButton--continuous-update" title='The "continuous-update" property'>continuous-update</a>"        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct
 
91
  "<a class="link" href="GimpColorButton.html#GimpColorButton--title" title='The "title" property'>title</a>"                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write / Construct Only
92
92
  "<a class="link" href="GimpColorButton.html#GimpColorButton--type" title='The "type" property'>type</a>"                     <a class="link" href="GimpColorArea.html#GimpColorAreaType" title="enum GimpColorAreaType"><span class="type">GimpColorAreaType</span></a>     : Read / Write / Construct
93
93
</pre>
94
94
</div>
95
 
<div class="refsect1" title="Signals">
 
95
<div class="refsect1">
96
96
<a name="GimpColorButton.signals"></a><h2>Signals</h2>
97
97
<pre class="synopsis">
98
 
  "<a class="link" href="GimpColorButton.html#GimpColorButton-color-changed" title='The "color-changed" signal'>color-changed</a>"                                  : Run First
 
98
  "<a class="link" href="GimpColorButton.html#GimpColorButton-color-changed" title='The "color-changed" signal'>color-changed</a>"                                  : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
99
99
</pre>
100
100
</div>
101
 
<div class="refsect1" title="Description">
 
101
<div class="refsect1">
102
102
<a name="GimpColorButton.description"></a><h2>Description</h2>
103
103
<p>
104
104
This widget provides a simple button with a preview showing the
111
111
color, the "color_changed" signal is emitted.
112
112
</p>
113
113
</div>
114
 
<div class="refsect1" title="Details">
 
114
<div class="refsect1">
115
115
<a name="GimpColorButton.details"></a><h2>Details</h2>
116
 
<div class="refsect2" title="GimpColorButton">
 
116
<div class="refsect2">
117
117
<a name="GimpColorButton-struct"></a><h3>GimpColorButton</h3>
118
118
<pre class="programlisting">typedef struct _GimpColorButton GimpColorButton;</pre>
119
119
<p>
120
120
</p>
121
121
</div>
122
122
<hr>
123
 
<div class="refsect2" title="gimp_color_button_new ()">
 
123
<div class="refsect2">
124
124
<a name="gimp-color-button-new"></a><h3>gimp_color_button_new ()</h3>
125
 
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         gimp_color_button_new               (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *title</code></em>,
126
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
127
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>,
128
 
                                                         <em class="parameter"><code>const <a href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>,
 
125
<pre class="programlisting"><a href="http://library.gnome.org/devel/gtk3/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         gimp_color_button_new               (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *title</code></em>,
 
126
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
 
127
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>,
 
128
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>,
129
129
                                                         <em class="parameter"><code><a class="link" href="GimpColorArea.html#GimpColorAreaType" title="enum GimpColorAreaType"><span class="type">GimpColorAreaType</span></a> type</code></em>);</pre>
130
130
<p>
131
131
Creates a new <a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> widget.
142
142
<tbody>
143
143
<tr>
144
144
<td><p><span class="term"><em class="parameter"><code>title</code></em> :</span></p></td>
145
 
<td>String that will be used as title for the color_selector.
146
 
</td>
 
145
<td>String that will be used as title for the color_selector.</td>
147
146
</tr>
148
147
<tr>
149
148
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
150
 
<td>Width of the colorpreview in pixels.
151
 
</td>
 
149
<td>Width of the colorpreview in pixels.</td>
152
150
</tr>
153
151
<tr>
154
152
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
155
 
<td>Height of the colorpreview in pixels.
156
 
</td>
 
153
<td>Height of the colorpreview in pixels.</td>
157
154
</tr>
158
155
<tr>
159
156
<td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
160
 
<td>A pointer to a <a href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> color.
161
 
</td>
 
157
<td>A pointer to a <a href="/usr/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> color.</td>
162
158
</tr>
163
159
<tr>
164
160
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
165
 
<td> Pointer to the new <a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> widget.
166
 
</td>
 
161
<td>Pointer to the new <a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> widget.</td>
167
162
</tr>
168
163
</tbody>
169
164
</table></div>
170
165
</div>
171
166
<hr>
172
 
<div class="refsect2" title="gimp_color_button_set_color ()">
 
167
<div class="refsect2">
173
168
<a name="gimp-color-button-set-color"></a><h3>gimp_color_button_set_color ()</h3>
174
169
<pre class="programlisting"><span class="returnvalue">void</span>                gimp_color_button_set_color         (<em class="parameter"><code><a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> *button</code></em>,
175
 
                                                         <em class="parameter"><code>const <a href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>);</pre>
 
170
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>);</pre>
176
171
<p>
177
172
Sets the <em class="parameter"><code>button</code></em> to the given <em class="parameter"><code>color</code></em>.
178
173
</p>
181
176
<tbody>
182
177
<tr>
183
178
<td><p><span class="term"><em class="parameter"><code>button</code></em> :</span></p></td>
184
 
<td>Pointer to a <a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a>.
185
 
</td>
 
179
<td>Pointer to a <a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a>.</td>
186
180
</tr>
187
181
<tr>
188
182
<td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
189
 
<td>Pointer to the new <a href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> color.
190
 
</td>
 
183
<td>Pointer to the new <a href="/usr/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> color.</td>
191
184
</tr>
192
185
</tbody>
193
186
</table></div>
194
187
</div>
195
188
<hr>
196
 
<div class="refsect2" title="gimp_color_button_get_color ()">
 
189
<div class="refsect2">
197
190
<a name="gimp-color-button-get-color"></a><h3>gimp_color_button_get_color ()</h3>
198
191
<pre class="programlisting"><span class="returnvalue">void</span>                gimp_color_button_get_color         (<em class="parameter"><code><a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> *button</code></em>,
199
 
                                                         <em class="parameter"><code><a href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>);</pre>
 
192
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>);</pre>
200
193
<p>
201
194
Retrieves the currently set color from the <em class="parameter"><code>button</code></em>.
202
195
</p>
205
198
<tbody>
206
199
<tr>
207
200
<td><p><span class="term"><em class="parameter"><code>button</code></em> :</span></p></td>
208
 
<td>Pointer to a <a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a>.
209
 
</td>
 
201
<td>Pointer to a <a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a>.</td>
210
202
</tr>
211
203
<tr>
212
204
<td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
213
 
<td>Pointer to a <a href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> struct used to return the color.
214
 
</td>
 
205
<td>Pointer to a <a href="/usr/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> struct used to return the color.</td>
215
206
</tr>
216
207
</tbody>
217
208
</table></div>
218
209
</div>
219
210
<hr>
220
 
<div class="refsect2" title="gimp_color_button_set_update ()">
 
211
<div class="refsect2">
221
212
<a name="gimp-color-button-set-update"></a><h3>gimp_color_button_set_update ()</h3>
222
213
<pre class="programlisting"><span class="returnvalue">void</span>                gimp_color_button_set_update        (<em class="parameter"><code><a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> *button</code></em>,
223
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> continuous</code></em>);</pre>
 
214
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> continuous</code></em>);</pre>
224
215
<p>
225
 
When set to <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><span class="type">TRUE</span></a>, the <em class="parameter"><code>button</code></em> will emit the "color-changed"
 
216
When set to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><span class="type">TRUE</span></a>, the <em class="parameter"><code>button</code></em> will emit the "color-changed"
226
217
continuously while the color is changed in the color selection
227
218
dialog.
228
219
</p>
231
222
<tbody>
232
223
<tr>
233
224
<td><p><span class="term"><em class="parameter"><code>button</code></em> :</span></p></td>
234
 
<td>A <a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> widget.
235
 
</td>
 
225
<td>A <a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> widget.</td>
236
226
</tr>
237
227
<tr>
238
228
<td><p><span class="term"><em class="parameter"><code>continuous</code></em> :</span></p></td>
239
 
<td>The new setting of the <em class="parameter"><code>continuous_update</code></em> property.
240
 
</td>
 
229
<td>The new setting of the <em class="parameter"><code>continuous_update</code></em> property.</td>
241
230
</tr>
242
231
</tbody>
243
232
</table></div>
244
233
</div>
245
234
<hr>
246
 
<div class="refsect2" title="gimp_color_button_get_update ()">
 
235
<div class="refsect2">
247
236
<a name="gimp-color-button-get-update"></a><h3>gimp_color_button_get_update ()</h3>
248
 
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gimp_color_button_get_update        (<em class="parameter"><code><a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> *button</code></em>);</pre>
 
237
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gimp_color_button_get_update        (<em class="parameter"><code><a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> *button</code></em>);</pre>
249
238
<p>
250
239
Returns the color button's <em class="parameter"><code>continuous_update</code></em> property.
251
240
</p>
254
243
<tbody>
255
244
<tr>
256
245
<td><p><span class="term"><em class="parameter"><code>button</code></em> :</span></p></td>
257
 
<td>A <a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> widget.
258
 
</td>
 
246
<td>A <a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> widget.</td>
259
247
</tr>
260
248
<tr>
261
249
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
262
 
<td> the <em class="parameter"><code>continuous_update</code></em> property.
263
 
</td>
 
250
<td>the <em class="parameter"><code>continuous_update</code></em> property.</td>
264
251
</tr>
265
252
</tbody>
266
253
</table></div>
267
254
</div>
268
255
<hr>
269
 
<div class="refsect2" title="gimp_color_button_has_alpha ()">
 
256
<div class="refsect2">
270
257
<a name="gimp-color-button-has-alpha"></a><h3>gimp_color_button_has_alpha ()</h3>
271
 
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gimp_color_button_has_alpha         (<em class="parameter"><code><a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> *button</code></em>);</pre>
 
258
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gimp_color_button_has_alpha         (<em class="parameter"><code><a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> *button</code></em>);</pre>
272
259
<p>
273
260
Checks whether the <em class="parameter"><code>buttons</code></em> shows transparency information.
274
261
</p>
277
264
<tbody>
278
265
<tr>
279
266
<td><p><span class="term"><em class="parameter"><code>button</code></em> :</span></p></td>
280
 
<td>Pointer to a <a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a>.
281
 
</td>
 
267
<td>Pointer to a <a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a>.</td>
282
268
</tr>
283
269
<tr>
284
270
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
285
 
<td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>button</code></em> shows transparency information, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
286
 
otherwise.
287
 
</td>
 
271
<td>
 
272
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>button</code></em> shows transparency information, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
 
273
otherwise.</td>
288
274
</tr>
289
275
</tbody>
290
276
</table></div>
291
277
</div>
292
278
<hr>
293
 
<div class="refsect2" title="gimp_color_button_set_type ()">
 
279
<div class="refsect2">
294
280
<a name="gimp-color-button-set-type"></a><h3>gimp_color_button_set_type ()</h3>
295
281
<pre class="programlisting"><span class="returnvalue">void</span>                gimp_color_button_set_type          (<em class="parameter"><code><a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> *button</code></em>,
296
282
                                                         <em class="parameter"><code><a class="link" href="GimpColorArea.html#GimpColorAreaType" title="enum GimpColorAreaType"><span class="type">GimpColorAreaType</span></a> type</code></em>);</pre>
302
288
<tbody>
303
289
<tr>
304
290
<td><p><span class="term"><em class="parameter"><code>button</code></em> :</span></p></td>
305
 
<td>Pointer to a <a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a>.
306
 
</td>
 
291
<td>Pointer to a <a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a>.</td>
307
292
</tr>
308
293
<tr>
309
294
<td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
314
299
</table></div>
315
300
</div>
316
301
</div>
317
 
<div class="refsect1" title="Property Details">
 
302
<div class="refsect1">
318
303
<a name="GimpColorButton.property-details"></a><h2>Property Details</h2>
319
 
<div class="refsect2" title='The "color" property'>
 
304
<div class="refsect2">
320
305
<a name="GimpColorButton--color"></a><h3>The <code class="literal">"color"</code> property</h3>
321
 
<pre class="programlisting">  "color"                    <a href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a>*              : Read / Write / Construct</pre>
 
306
<pre class="programlisting">  "color"                    <a href="/usr/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a>*              : Read / Write / Construct</pre>
322
307
<p>
323
308
The color displayed in the button's color area.
324
309
</p>
325
310
<p class="since">Since GIMP 2.4</p>
326
311
</div>
327
312
<hr>
328
 
<div class="refsect2" title='The "continuous-update" property'>
 
313
<div class="refsect2">
329
314
<a name="GimpColorButton--continuous-update"></a><h3>The <code class="literal">"continuous-update"</code> property</h3>
330
 
<pre class="programlisting">  "continuous-update"        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct</pre>
 
315
<pre class="programlisting">  "continuous-update"        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct</pre>
331
316
<p>
332
317
The update policy of the color button.
333
318
</p>
335
320
<p class="since">Since GIMP 2.4</p>
336
321
</div>
337
322
<hr>
338
 
<div class="refsect2" title='The "title" property'>
 
323
<div class="refsect2">
339
324
<a name="GimpColorButton--title"></a><h3>The <code class="literal">"title"</code> property</h3>
340
 
<pre class="programlisting">  "title"                    <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write / Construct Only</pre>
 
325
<pre class="programlisting">  "title"                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write / Construct Only</pre>
341
326
<p>
342
327
The title to be used for the color selection dialog.
343
328
</p>
345
330
<p class="since">Since GIMP 2.4</p>
346
331
</div>
347
332
<hr>
348
 
<div class="refsect2" title='The "type" property'>
 
333
<div class="refsect2">
349
334
<a name="GimpColorButton--type"></a><h3>The <code class="literal">"type"</code> property</h3>
350
335
<pre class="programlisting">  "type"                     <a class="link" href="GimpColorArea.html#GimpColorAreaType" title="enum GimpColorAreaType"><span class="type">GimpColorAreaType</span></a>     : Read / Write / Construct</pre>
351
336
<p>
355
340
<p class="since">Since GIMP 2.4</p>
356
341
</div>
357
342
</div>
358
 
<div class="refsect1" title="Signal Details">
 
343
<div class="refsect1">
359
344
<a name="GimpColorButton.signal-details"></a><h2>Signal Details</h2>
360
 
<div class="refsect2" title='The "color-changed" signal'>
 
345
<div class="refsect2">
361
346
<a name="GimpColorButton-color-changed"></a><h3>The <code class="literal">"color-changed"</code> signal</h3>
362
347
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GimpColorButton.html" title="GimpColorButton"><span class="type">GimpColorButton</span></a> *gimpcolorbutton,
363
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>         user_data)            : Run First</pre>
 
348
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>         user_data)            : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
364
349
<p>
365
350
</p>
366
351
<div class="variablelist"><table border="0">
368
353
<tbody>
369
354
<tr>
370
355
<td><p><span class="term"><em class="parameter"><code>gimpcolorbutton</code></em> :</span></p></td>
371
 
<td>the object which received the signal.
372
 
</td>
 
356
<td>the object which received the signal.</td>
373
357
</tr>
374
358
<tr>
375
359
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
379
363
</table></div>
380
364
</div>
381
365
</div>
382
 
<div class="refsect1" title="See Also">
 
366
<div class="refsect1">
383
367
<a name="GimpColorButton.see-also"></a><h2>See Also</h2>
384
368
<p>
385
369
<span class="type">libgimpcolor-gimpcolorspace</span>
388
372
</div>
389
373
<div class="footer">
390
374
<hr>
391
 
          Generated by GTK-Doc V1.15</div>
 
375
          Generated by GTK-Doc V1.18</div>
392
376
</body>
393
377
</html>
 
 
b'\\ No newline at end of file'