~ubuntu-branches/ubuntu/precise/atk1.0/precise

« back to all changes in this revision

Viewing changes to docs/html/AtkValue.html

  • Committer: Package Import Robot
  • Author(s): Luke Yelavich
  • Date: 2012-03-07 09:14:51 UTC
  • mfrom: (1.2.41)
  • Revision ID: package-import@ubuntu.com-20120307091451-lvrxjpc5wy2okfyt
Tags: 2.3.91-0ubuntu1
* New upstream release
  - Bug 665549: add sanity-check of atk_text_get_text
  - Bug 668441: atk_action_get_keybinding docs are confusing and need
    updating
  - Using abstract atk_object_get_name to check accessible-name
    notification
  - Updated Belarusian, Estonian, Hungarian, Turkish, Norwegian,
    Ukranian and Uyghur translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="atk.html" title="ATK Library">
9
9
<link rel="prev" href="AtkUtil.html" title="AtkUtil">
10
10
<link rel="next" href="api-index-full.html" title="Index of all symbols">
11
 
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18.1 (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">
44
44
<a name="AtkValue.synopsis"></a><h2>Synopsis</h2>
45
45
<pre class="synopsis">                    <a class="link" href="AtkValue.html#AtkValue-struct" title="AtkValue">AtkValue</a>;
46
46
<span class="returnvalue">void</span>                <a class="link" href="AtkValue.html#atk-value-get-current-value" title="atk_value_get_current_value ()">atk_value_get_current_value</a>         (<em class="parameter"><code><a class="link" href="AtkValue.html" title="AtkValue"><span class="type">AtkValue</span></a> *obj</code></em>,
47
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);
 
47
                                                         <em class="parameter"><code><span class="type">GValue</span> *value</code></em>);
48
48
<span class="returnvalue">void</span>                <a class="link" href="AtkValue.html#atk-value-get-maximum-value" title="atk_value_get_maximum_value ()">atk_value_get_maximum_value</a>         (<em class="parameter"><code><a class="link" href="AtkValue.html" title="AtkValue"><span class="type">AtkValue</span></a> *obj</code></em>,
49
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);
 
49
                                                         <em class="parameter"><code><span class="type">GValue</span> *value</code></em>);
50
50
<span class="returnvalue">void</span>                <a class="link" href="AtkValue.html#atk-value-get-minimum-value" title="atk_value_get_minimum_value ()">atk_value_get_minimum_value</a>         (<em class="parameter"><code><a class="link" href="AtkValue.html" title="AtkValue"><span class="type">AtkValue</span></a> *obj</code></em>,
51
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);
52
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="AtkValue.html#atk-value-set-current-value" title="atk_value_set_current_value ()">atk_value_set_current_value</a>         (<em class="parameter"><code><a class="link" href="AtkValue.html" title="AtkValue"><span class="type">AtkValue</span></a> *obj</code></em>,
53
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);
 
51
                                                         <em class="parameter"><code><span class="type">GValue</span> *value</code></em>);
 
52
<span class="returnvalue">gboolean</span>            <a class="link" href="AtkValue.html#atk-value-set-current-value" title="atk_value_set_current_value ()">atk_value_set_current_value</a>         (<em class="parameter"><code><a class="link" href="AtkValue.html" title="AtkValue"><span class="type">AtkValue</span></a> *obj</code></em>,
 
53
                                                         <em class="parameter"><code>const <span class="type">GValue</span> *value</code></em>);
54
54
<span class="returnvalue">void</span>                <a class="link" href="AtkValue.html#atk-value-get-minimum-increment" title="atk_value_get_minimum_increment ()">atk_value_get_minimum_increment</a>     (<em class="parameter"><code><a class="link" href="AtkValue.html" title="AtkValue"><span class="type">AtkValue</span></a> *obj</code></em>,
55
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);
 
55
                                                         <em class="parameter"><code><span class="type">GValue</span> *value</code></em>);
56
56
</pre>
57
57
</div>
58
58
<div class="refsect1">
93
93
<div class="refsect2">
94
94
<a name="atk-value-get-current-value"></a><h3>atk_value_get_current_value ()</h3>
95
95
<pre class="programlisting"><span class="returnvalue">void</span>                atk_value_get_current_value         (<em class="parameter"><code><a class="link" href="AtkValue.html" title="AtkValue"><span class="type">AtkValue</span></a> *obj</code></em>,
96
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
 
96
                                                         <em class="parameter"><code><span class="type">GValue</span> *value</code></em>);</pre>
97
97
<p>
98
98
Gets the value of this object.
99
99
</p>
106
106
</tr>
107
107
<tr>
108
108
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
109
 
<td>a <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> representing the current accessible value</td>
 
109
<td>a <span class="type">GValue</span> representing the current accessible value</td>
110
110
</tr>
111
111
</tbody>
112
112
</table></div>
115
115
<div class="refsect2">
116
116
<a name="atk-value-get-maximum-value"></a><h3>atk_value_get_maximum_value ()</h3>
117
117
<pre class="programlisting"><span class="returnvalue">void</span>                atk_value_get_maximum_value         (<em class="parameter"><code><a class="link" href="AtkValue.html" title="AtkValue"><span class="type">AtkValue</span></a> *obj</code></em>,
118
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
 
118
                                                         <em class="parameter"><code><span class="type">GValue</span> *value</code></em>);</pre>
119
119
<p>
120
120
Gets the maximum value of this object.
121
121
</p>
128
128
</tr>
129
129
<tr>
130
130
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
131
 
<td>a <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> representing the maximum accessible value</td>
 
131
<td>a <span class="type">GValue</span> representing the maximum accessible value</td>
132
132
</tr>
133
133
</tbody>
134
134
</table></div>
137
137
<div class="refsect2">
138
138
<a name="atk-value-get-minimum-value"></a><h3>atk_value_get_minimum_value ()</h3>
139
139
<pre class="programlisting"><span class="returnvalue">void</span>                atk_value_get_minimum_value         (<em class="parameter"><code><a class="link" href="AtkValue.html" title="AtkValue"><span class="type">AtkValue</span></a> *obj</code></em>,
140
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
 
140
                                                         <em class="parameter"><code><span class="type">GValue</span> *value</code></em>);</pre>
141
141
<p>
142
142
Gets the minimum value of this object.
143
143
</p>
150
150
</tr>
151
151
<tr>
152
152
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
153
 
<td>a <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> representing the minimum accessible value</td>
 
153
<td>a <span class="type">GValue</span> representing the minimum accessible value</td>
154
154
</tr>
155
155
</tbody>
156
156
</table></div>
158
158
<hr>
159
159
<div class="refsect2">
160
160
<a name="atk-value-set-current-value"></a><h3>atk_value_set_current_value ()</h3>
161
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            atk_value_set_current_value         (<em class="parameter"><code><a class="link" href="AtkValue.html" title="AtkValue"><span class="type">AtkValue</span></a> *obj</code></em>,
162
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
 
161
<pre class="programlisting"><span class="returnvalue">gboolean</span>            atk_value_set_current_value         (<em class="parameter"><code><a class="link" href="AtkValue.html" title="AtkValue"><span class="type">AtkValue</span></a> *obj</code></em>,
 
162
                                                         <em class="parameter"><code>const <span class="type">GValue</span> *value</code></em>);</pre>
163
163
<p>
164
164
Sets the value of this object.
165
165
</p>
172
172
</tr>
173
173
<tr>
174
174
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
175
 
<td>a <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> which is the desired new accessible value.</td>
 
175
<td>a <span class="type">GValue</span> which is the desired new accessible value.</td>
176
176
</tr>
177
177
<tr>
178
178
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
179
179
<td>
180
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if new value is successfully set, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
 
180
<code class="literal">TRUE</code> if new value is successfully set, <code class="literal">FALSE</code> otherwise.</td>
181
181
</tr>
182
182
</tbody>
183
183
</table></div>
186
186
<div class="refsect2">
187
187
<a name="atk-value-get-minimum-increment"></a><h3>atk_value_get_minimum_increment ()</h3>
188
188
<pre class="programlisting"><span class="returnvalue">void</span>                atk_value_get_minimum_increment     (<em class="parameter"><code><a class="link" href="AtkValue.html" title="AtkValue"><span class="type">AtkValue</span></a> *obj</code></em>,
189
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
 
189
                                                         <em class="parameter"><code><span class="type">GValue</span> *value</code></em>);</pre>
190
190
<p>
191
191
Gets the minimum increment by which the value of this object may be changed.  If zero,
192
192
the minimum increment is undefined, which may mean that it is limited only by the 
201
201
</tr>
202
202
<tr>
203
203
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
204
 
<td>a <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> representing the minimum increment by which the accessible value may be changed</td>
 
204
<td>a <span class="type">GValue</span> representing the minimum increment by which the accessible value may be changed</td>
205
205
</tr>
206
206
</tbody>
207
207
</table></div>
211
211
</div>
212
212
<div class="footer">
213
213
<hr>
214
 
          Generated by GTK-Doc V1.18</div>
 
214
          Generated by GTK-Doc V1.18.1</div>
215
215
</body>
216
216
</html>
 
 
b'\\ No newline at end of file'