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

« back to all changes in this revision

Viewing changes to devel-docs/libgimpwidgets/html/GimpChainButton.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:
59
59
<pre class="synopsis">
60
60
                    <a class="link" href="GimpChainButton.html#GimpChainButton-struct" title="GimpChainButton">GimpChainButton</a>;
61
61
enum                <a class="link" href="GimpChainButton.html#GimpChainPosition" title="enum GimpChainPosition">GimpChainPosition</a>;
62
 
<a
63
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
64
 
>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);
 
62
GtkWidget*          <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);
65
63
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,
66
 
                                                         <a
67
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
68
 
>gboolean</a> active);
69
 
<a
70
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
71
 
>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);
 
64
                                                         gboolean active);
 
65
gboolean            <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);
72
66
</pre>
73
67
</div>
74
68
<div class="refsect1" lang="en">
75
69
<a name="GimpChainButton.object-hierarchy"></a><h2>Object Hierarchy</h2>
76
70
<pre class="synopsis">
77
 
  <a
78
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
79
 
>GObject</a>
80
 
   +----<a
81
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
82
 
>GInitiallyUnowned</a>
83
 
         +----<a
84
 
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
85
 
>GtkObject</a>
86
 
               +----<a
87
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
88
 
>GtkWidget</a>
89
 
                     +----<a
90
 
href="/usr/share/gtk-doc/html/gtk/GtkContainer.html"
91
 
>GtkContainer</a>
92
 
                           +----<a
93
 
href="/usr/share/gtk-doc/html/gtk/GtkTable.html"
94
 
>GtkTable</a>
 
71
  GObject
 
72
   +----GInitiallyUnowned
 
73
         +----GtkObject
 
74
               +----GtkWidget
 
75
                     +----GtkContainer
 
76
                           +----GtkTable
95
77
                                 +----GimpChainButton
96
78
</pre>
97
79
</div>
157
139
<hr>
158
140
<div class="refsect2" lang="en">
159
141
<a name="gimp-chain-button-new"></a><h3>gimp_chain_button_new ()</h3>
160
 
<pre class="programlisting"><a
161
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
162
 
>GtkWidget</a>*          gimp_chain_button_new               (<a class="link" href="GimpChainButton.html#GimpChainPosition" title="enum GimpChainPosition">GimpChainPosition</a> position);</pre>
 
142
<pre class="programlisting">GtkWidget*          gimp_chain_button_new               (<a class="link" href="GimpChainButton.html#GimpChainPosition" title="enum GimpChainPosition">GimpChainPosition</a> position);</pre>
163
143
<p>
164
144
Creates a new <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> widget.
165
145
</p>
196
176
<div class="refsect2" lang="en">
197
177
<a name="gimp-chain-button-set-active"></a><h3>gimp_chain_button_set_active ()</h3>
198
178
<pre class="programlisting">void                gimp_chain_button_set_active        (<a class="link" href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *button,
199
 
                                                         <a
200
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
201
 
>gboolean</a> active);</pre>
 
179
                                                         gboolean active);</pre>
202
180
<p>
203
 
Sets the state of the <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> to be either locked (<a
204
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
205
 
><code class="literal">TRUE</code></a>) or
206
 
unlocked (<a
207
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
208
 
><code class="literal">FALSE</code></a>) and changes the showed pixmap to reflect the new state.</p>
 
181
Sets the state of the <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> to be either locked (<code class="literal">TRUE</code>) or
 
182
unlocked (<code class="literal">FALSE</code>) and changes the showed pixmap to reflect the new state.</p>
209
183
<p>
210
184
 
211
185
</p>
228
202
<hr>
229
203
<div class="refsect2" lang="en">
230
204
<a name="gimp-chain-button-get-active"></a><h3>gimp_chain_button_get_active ()</h3>
231
 
<pre class="programlisting"><a
232
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
233
 
>gboolean</a>            gimp_chain_button_get_active        (<a class="link" href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *button);</pre>
 
205
<pre class="programlisting">gboolean            gimp_chain_button_get_active        (<a class="link" href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *button);</pre>
234
206
<p>
235
207
Checks the state of the <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a>.</p>
236
208
<p>
246
218
</tr>
247
219
<tr>
248
220
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
249
 
<td> <a
250
 
href="/usr/share/gtk-doc/html/glib/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).
 
221
<td> <code class="literal">TRUE</code> if the <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> is active (locked).
252
222
</td>
253
223
</tr>
254
224
</tbody>
275
245
<div class="refsect2" lang="en">
276
246
<a name="GimpChainButton-toggled"></a><h3>The <code class="literal">"toggled"</code> signal</h3>
277
247
<pre class="programlisting">void                user_function                      (<a class="link" href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *gimpchainbutton,
278
 
                                                        <a
279
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
280
 
>gpointer</a>         user_data)            : Run First</pre>
 
248
                                                        gpointer         user_data)            : Run First</pre>
281
249
<p>
282
250
 
283
251
</p>