~ubuntu-branches/ubuntu/oneiric/gimp/oneiric-security

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2010-07-12 15:08:08 UTC
  • mfrom: (1.1.23) (0.4.6 sid)
  • Revision ID: package-import@ubuntu.com-20100712150808-db9xqgtxrvpyl3g2
Tags: 2.6.10-1ubuntu1
Resync on Debian, dropping changes which are in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
9
9
<link rel="prev" href="GimpButton.html" title="GimpButton">
10
10
<link rel="next" href="GimpColorArea.html" title="GimpColorArea">
11
 
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
 
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
14
 
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
15
 
<link rel="chapter" href="libgimpwidgets-gallery.html" title="Widget Gallery">
16
 
<link rel="chapter" href="libgimpwidgets-cell-renderers.html" title="Cell Renderers for GtkTreeView">
17
 
<link rel="part" href="libgimpwidgets-colordisplay.html" title="Part II. GIMP Display Filters">
18
 
<link rel="part" href="libgimpwidgets-colorselector.html" title="Part III. GIMP Color Selectors">
19
 
<link rel="part" href="libgimpwidgets-controller.html" title="Part IV. GIMP Controllers">
20
 
<link rel="part" href="libgimpwidgets-utils.html" title="Part V. GIMP Widgets Utilities">
21
 
<link rel="part" href="libgimpwidgets-deprecated.html" title="Part VI. Deprecated API">
22
 
<link rel="index" href="libgimpwidgets-index.html" title="Index">
23
 
<link rel="index" href="libgimpwidgets-index-new-in-2-2.html" title="Index of new symbols in GIMP 2.2">
24
 
<link rel="index" href="libgimpwidgets-index-new-in-2-4.html" title="Index of new symbols in GIMP 2.4">
25
 
<link rel="index" href="libgimpwidgets-index-new-in-2-6.html" title="Index of new symbols in GIMP 2.6">
26
 
<link rel="index" href="libgimpwidgets-index-deprecated.html" title="Index of deprecated symbols">
27
13
</head>
28
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
29
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
36
22
</tr>
37
23
<tr><td colspan="5" class="shortcuts">
38
24
<a href="#GimpChainButton.synopsis" class="shortcut">Top</a>
39
 
                 | 
40
 
                <a href="#GimpChainButton.description" class="shortcut">Description</a>
41
 
                 | 
42
 
                <a href="#GimpChainButton.object-hierarchy" class="shortcut">Object Hierarchy</a>
43
 
                 | 
44
 
                <a href="#GimpChainButton.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
45
 
                 | 
46
 
                <a href="#GimpChainButton.properties" class="shortcut">Properties</a>
47
 
                 | 
48
 
                <a href="#GimpChainButton.signals" class="shortcut">Signals</a>
 
25
                   | 
 
26
                  <a href="#GimpChainButton.description" class="shortcut">Description</a>
 
27
                   | 
 
28
                  <a href="#GimpChainButton.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
29
                   | 
 
30
                  <a href="#GimpChainButton.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
 
31
                   | 
 
32
                  <a href="#GimpChainButton.properties" class="shortcut">Properties</a>
 
33
                   | 
 
34
                  <a href="#GimpChainButton.signals" class="shortcut">Signals</a>
49
35
</td></tr>
50
36
</table>
51
37
<div class="refentry" title="GimpChainButton">
59
45
</tr></table></div>
60
46
<div class="refsynopsisdiv" title="Synopsis">
61
47
<a name="GimpChainButton.synopsis"></a><h2>Synopsis</h2>
62
 
<pre class="synopsis">
63
 
                    <a class="link" href="GimpChainButton.html#GimpChainButton-struct" title="GimpChainButton">GimpChainButton</a>;
 
48
<pre class="synopsis">                    <a class="link" href="GimpChainButton.html#GimpChainButton-struct" title="GimpChainButton">GimpChainButton</a>;
64
49
enum                <a class="link" href="GimpChainButton.html#GimpChainPosition" title="enum GimpChainPosition">GimpChainPosition</a>;
65
 
<a
66
 
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
67
 
>GtkWidget</a> *         <a class="link" href="GimpChainButton.html#gimp-chain-button-new" title="gimp_chain_button_new ()">gimp_chain_button_new</a>               (<a class="link" href="GimpChainButton.html#GimpChainPosition" title="enum GimpChainPosition">GimpChainPosition</a> position);
68
 
void                <a class="link" href="GimpChainButton.html#gimp-chain-button-set-active" title="gimp_chain_button_set_active ()">gimp_chain_button_set_active</a>        (<a class="link" href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *button,
69
 
                                                         <a
70
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
71
 
>gboolean</a> active);
72
 
<a
73
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
74
 
>gboolean</a>            <a class="link" href="GimpChainButton.html#gimp-chain-button-get-active" title="gimp_chain_button_get_active ()">gimp_chain_button_get_active</a>        (<a class="link" href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *button);
 
50
<a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GimpChainButton.html#gimp-chain-button-new" title="gimp_chain_button_new ()">gimp_chain_button_new</a>               (<em class="parameter"><code><a class="link" href="GimpChainButton.html#GimpChainPosition" title="enum GimpChainPosition"><span class="type">GimpChainPosition</span></a> position</code></em>);
 
51
<span class="returnvalue">void</span>                <a class="link" href="GimpChainButton.html#gimp-chain-button-set-active" title="gimp_chain_button_set_active ()">gimp_chain_button_set_active</a>        (<em class="parameter"><code><a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> *button</code></em>,
 
52
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> active</code></em>);
 
53
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GimpChainButton.html#gimp-chain-button-get-active" title="gimp_chain_button_get_active ()">gimp_chain_button_get_active</a>        (<em class="parameter"><code><a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> *button</code></em>);
75
54
</pre>
76
55
</div>
77
56
<div class="refsect1" title="Object Hierarchy">
78
57
<a name="GimpChainButton.object-hierarchy"></a><h2>Object Hierarchy</h2>
79
58
<pre class="synopsis">
80
 
  <a
81
 
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"
82
 
>GObject</a>
83
 
   +----<a
84
 
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
85
 
>GInitiallyUnowned</a>
86
 
         +----<a
87
 
href="http://library.gnome.org/devel/gtk/unstable/GtkObject.html"
88
 
>GtkObject</a>
89
 
               +----<a
90
 
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
91
 
>GtkWidget</a>
92
 
                     +----<a
93
 
href="http://library.gnome.org/devel/gtk/unstable/GtkContainer.html"
94
 
>GtkContainer</a>
95
 
                           +----<a
96
 
href="http://library.gnome.org/devel/gtk/unstable/GtkTable.html"
97
 
>GtkTable</a>
 
59
  <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
60
   +----<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
 
61
         +----<a href="/usr/share/gtk-doc/html/gtk/GtkObject.html">GtkObject</a>
 
62
               +----<a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html">GtkWidget</a>
 
63
                     +----<a href="/usr/share/gtk-doc/html/gtk/GtkContainer.html">GtkContainer</a>
 
64
                           +----<a href="/usr/share/gtk-doc/html/gtk/GtkTable.html">GtkTable</a>
98
65
                                 +----GimpChainButton
99
66
</pre>
100
67
</div>
102
69
<a name="GimpChainButton.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
103
70
<p>
104
71
GimpChainButton implements
105
 
 <a
106
 
href="http://library.gnome.org/devel/gtk/unstable/gtk-gtkbuildable.html#GtkBuildable"
107
 
>GtkBuildable</a> and  AtkImplementorIface.</p>
 
72
 AtkImplementorIface and  <a href="/usr/share/gtk-doc/html/gtk/gtk-gtkbuildable.html#GtkBuildable">GtkBuildable</a>.</p>
108
73
</div>
109
74
<div class="refsect1" title="Properties">
110
75
<a name="GimpChainButton.properties"></a><h2>Properties</h2>
111
76
<pre class="synopsis">
112
 
  "<a class="link" href="GimpChainButton.html#GimpChainButton--position" title='The "position" property'>position</a>"                 <a class="link" href="GimpChainButton.html#GimpChainPosition" title="enum GimpChainPosition">GimpChainPosition</a>     : Read / Write / Construct Only
 
77
  "<a class="link" href="GimpChainButton.html#GimpChainButton--position" title='The "position" property'>position</a>"                 <a class="link" href="GimpChainButton.html#GimpChainPosition" title="enum GimpChainPosition"><span class="type">GimpChainPosition</span></a>     : Read / Write / Construct Only
113
78
</pre>
114
79
</div>
115
80
<div class="refsect1" title="Signals">
160
125
<hr>
161
126
<div class="refsect2" title="gimp_chain_button_new ()">
162
127
<a name="gimp-chain-button-new"></a><h3>gimp_chain_button_new ()</h3>
163
 
<pre class="programlisting"><a
164
 
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
165
 
>GtkWidget</a> *         gimp_chain_button_new               (<a class="link" href="GimpChainButton.html#GimpChainPosition" title="enum GimpChainPosition">GimpChainPosition</a> position);</pre>
 
128
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         gimp_chain_button_new               (<em class="parameter"><code><a class="link" href="GimpChainButton.html#GimpChainPosition" title="enum GimpChainPosition"><span class="type">GimpChainPosition</span></a> position</code></em>);</pre>
166
129
<p>
167
130
Creates a new <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> widget.
168
131
</p>
172
135
you want to connect. This widget looks best when attached
173
136
to a table taking up two columns (or rows respectively) next
174
137
to the widgets that it is supposed to connect. It may work
175
 
for more than two widgets, but the look is optimized for two.</p>
176
 
<p>
 
138
for more than two widgets, but the look is optimized for two.
177
139
</p>
178
140
<div class="variablelist"><table border="0">
179
141
<col align="left" valign="top">
180
142
<tbody>
181
143
<tr>
182
144
<td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
183
 
<td> The position you are going to use for the button
 
145
<td>The position you are going to use for the button
184
146
           with respect to the widgets you want to chain.
185
147
</td>
186
148
</tr>
197
159
<hr>
198
160
<div class="refsect2" title="gimp_chain_button_set_active ()">
199
161
<a name="gimp-chain-button-set-active"></a><h3>gimp_chain_button_set_active ()</h3>
200
 
<pre class="programlisting">void                gimp_chain_button_set_active        (<a class="link" href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *button,
201
 
                                                         <a
202
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
203
 
>gboolean</a> active);</pre>
204
 
<p>
205
 
Sets the state of the <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> to be either locked (<a
206
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE--CAPS"
207
 
><code class="literal">TRUE</code></a>) or
208
 
unlocked (<a
209
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE--CAPS"
210
 
><code class="literal">FALSE</code></a>) and changes the showed pixmap to reflect the new state.</p>
211
 
<p>
 
162
<pre class="programlisting"><span class="returnvalue">void</span>                gimp_chain_button_set_active        (<em class="parameter"><code><a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> *button</code></em>,
 
163
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> active</code></em>);</pre>
 
164
<p>
 
165
Sets the state of the <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> to be either locked (<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>) or
 
166
unlocked (<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>) and changes the showed pixmap to reflect the new state.
212
167
</p>
213
168
<div class="variablelist"><table border="0">
214
169
<col align="left" valign="top">
215
170
<tbody>
216
171
<tr>
217
172
<td><p><span class="term"><em class="parameter"><code>button</code></em> :</span></p></td>
218
 
<td> Pointer to a <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a>.
 
173
<td>Pointer to a <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a>.
219
174
</td>
220
175
</tr>
221
176
<tr>
222
177
<td><p><span class="term"><em class="parameter"><code>active</code></em> :</span></p></td>
223
 
<td> The new state.
 
178
<td>The new state.
224
179
</td>
225
180
</tr>
226
181
</tbody>
229
184
<hr>
230
185
<div class="refsect2" title="gimp_chain_button_get_active ()">
231
186
<a name="gimp-chain-button-get-active"></a><h3>gimp_chain_button_get_active ()</h3>
232
 
<pre class="programlisting"><a
233
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
234
 
>gboolean</a>            gimp_chain_button_get_active        (<a class="link" href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *button);</pre>
235
 
<p>
236
 
Checks the state of the <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a>.</p>
237
 
<p>
 
187
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gimp_chain_button_get_active        (<em class="parameter"><code><a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> *button</code></em>);</pre>
 
188
<p>
 
189
Checks the state of the <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a>.
238
190
</p>
239
191
<div class="variablelist"><table border="0">
240
192
<col align="left" valign="top">
241
193
<tbody>
242
194
<tr>
243
195
<td><p><span class="term"><em class="parameter"><code>button</code></em> :</span></p></td>
244
 
<td> Pointer to a <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a>.
 
196
<td>Pointer to a <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a>.
245
197
</td>
246
198
</tr>
247
199
<tr>
248
200
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
249
 
<td> <a
250
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE--CAPS"
251
 
><code class="literal">TRUE</code></a> if the <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> is active (locked).
 
201
<td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> is active (locked).
252
202
</td>
253
203
</tr>
254
204
</tbody>
259
209
<a name="GimpChainButton.property-details"></a><h2>Property Details</h2>
260
210
<div class="refsect2" title='The "position" property'>
261
211
<a name="GimpChainButton--position"></a><h3>The <code class="literal">"position"</code> property</h3>
262
 
<pre class="programlisting">  "position"                 <a class="link" href="GimpChainButton.html#GimpChainPosition" title="enum GimpChainPosition">GimpChainPosition</a>     : Read / Write / Construct Only</pre>
263
 
<p>
264
 
The position in which the chain button will be used.</p>
265
 
<p>
 
212
<pre class="programlisting">  "position"                 <a class="link" href="GimpChainButton.html#GimpChainPosition" title="enum GimpChainPosition"><span class="type">GimpChainPosition</span></a>     : Read / Write / Construct Only</pre>
 
213
<p>
 
214
The position in which the chain button will be used.
266
215
</p>
267
216
<p>Default value: GIMP_CHAIN_TOP</p>
268
 
<p>Since GIMP 2.4</p>
 
217
<p class="since">Since GIMP 2.4</p>
269
218
</div>
270
219
</div>
271
220
<div class="refsect1" title="Signal Details">
272
221
<a name="GimpChainButton.signal-details"></a><h2>Signal Details</h2>
273
222
<div class="refsect2" title='The "toggled" signal'>
274
223
<a name="GimpChainButton-toggled"></a><h3>The <code class="literal">"toggled"</code> signal</h3>
275
 
<pre class="programlisting">void                user_function                      (<a class="link" href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *gimpchainbutton,
276
 
                                                        <a
277
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"
278
 
>gpointer</a>         user_data)            : Run First</pre>
 
224
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> *gimpchainbutton,
 
225
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>         user_data)            : Run First</pre>
279
226
<p>
280
227
</p>
281
228
<div class="variablelist"><table border="0">
304
251
</div>
305
252
<div class="footer">
306
253
<hr>
307
 
          Generated by GTK-Doc V1.11</div>
 
254
          Generated by GTK-Doc V1.15</div>
308
255
</body>
309
 
</html>
 
256
</html>
 
 
b'\\ No newline at end of file'