atk 2.2.0-x86-mingw32 → 2.2.1-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +1 -1
- data/lib/2.0/atk.so +0 -0
- data/vendor/local/bin/libatk-1.0-0.dll +0 -0
- data/vendor/local/include/atk-1.0/atk/atk-enum-types.h +16 -0
- data/vendor/local/include/atk-1.0/atk/atk.h +3 -0
- data/vendor/local/include/atk-1.0/atk/atkaction.h +8 -1
- data/vendor/local/include/atk-1.0/atk/atkcomponent.h +20 -2
- data/vendor/local/include/atk-1.0/atk/atkdocument.h +29 -2
- data/vendor/local/include/atk-1.0/atk/atkeditabletext.h +8 -0
- data/vendor/local/include/atk-1.0/atk/atkgobjectaccessible.h +3 -0
- data/vendor/local/include/atk-1.0/atk/atkhyperlink.h +9 -1
- data/vendor/local/include/atk-1.0/atk/atkhyperlinkimpl.h +2 -0
- data/vendor/local/include/atk-1.0/atk/atkhypertext.h +4 -0
- data/vendor/local/include/atk-1.0/atk/atkimage.h +6 -0
- data/vendor/local/include/atk-1.0/atk/atkmisc.h +19 -19
- data/vendor/local/include/atk-1.0/atk/atknoopobject.h +4 -0
- data/vendor/local/include/atk-1.0/atk/atknoopobjectfactory.h +2 -0
- data/vendor/local/include/atk-1.0/atk/atkobject.h +133 -26
- data/vendor/local/include/atk-1.0/atk/atkobjectfactory.h +5 -0
- data/vendor/local/include/atk-1.0/atk/atkplug.h +5 -0
- data/vendor/local/include/atk-1.0/atk/atkrange.h +59 -0
- data/vendor/local/include/atk-1.0/atk/atkregistry.h +5 -15
- data/vendor/local/include/atk-1.0/atk/atkrelation.h +10 -0
- data/vendor/local/include/atk-1.0/atk/atkrelationset.h +10 -0
- data/vendor/local/include/atk-1.0/atk/atkselection.h +8 -0
- data/vendor/local/include/atk-1.0/atk/atksocket.h +6 -0
- data/vendor/local/include/atk-1.0/atk/atkstate.h +14 -2
- data/vendor/local/include/atk-1.0/atk/atkstateset.h +12 -0
- data/vendor/local/include/atk-1.0/atk/atkstreamablecontent.h +6 -1
- data/vendor/local/include/atk-1.0/atk/atktable.h +30 -6
- data/vendor/local/include/atk-1.0/atk/atktablecell.h +104 -0
- data/vendor/local/include/atk-1.0/atk/atktext.h +30 -5
- data/vendor/local/include/atk-1.0/atk/atkutil.h +35 -4
- data/vendor/local/include/atk-1.0/atk/atkvalue.h +88 -17
- data/vendor/local/include/atk-1.0/atk/atkversion.h +281 -2
- data/vendor/local/include/atk-1.0/atk/atkwindow.h +1 -0
- data/vendor/local/lib/girepository-1.0/Atk-1.0.typelib +0 -0
- data/vendor/local/lib/libatk-1.0.dll.a +0 -0
- data/vendor/local/lib/libatk-1.0.la +3 -3
- data/vendor/local/lib/pkgconfig/atk.pc +1 -1
- data/vendor/local/share/gir-1.0/Atk-1.0.gir +3410 -899
- data/vendor/local/share/gtk-doc/html/atk/AtkAction.html +343 -233
- data/vendor/local/share/gtk-doc/html/atk/AtkComponent.html +872 -578
- data/vendor/local/share/gtk-doc/html/atk/AtkDocument.html +558 -251
- data/vendor/local/share/gtk-doc/html/atk/AtkEditableText.html +298 -192
- data/vendor/local/share/gtk-doc/html/atk/AtkGObjectAccessible.html +117 -75
- data/vendor/local/share/gtk-doc/html/atk/AtkHyperlink.html +434 -273
- data/vendor/local/share/gtk-doc/html/atk/AtkHypertext.html +195 -119
- data/vendor/local/share/gtk-doc/html/atk/AtkImage.html +224 -143
- data/vendor/local/share/gtk-doc/html/atk/AtkMisc.html +191 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObject.html +83 -59
- data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObjectFactory.html +66 -49
- data/vendor/local/share/gtk-doc/html/atk/AtkObject.html +2398 -1337
- data/vendor/local/share/gtk-doc/html/atk/AtkObjectFactory.html +154 -96
- data/vendor/local/share/gtk-doc/html/atk/AtkRegistry.html +192 -118
- data/vendor/local/share/gtk-doc/html/atk/AtkRelation.html +496 -278
- data/vendor/local/share/gtk-doc/html/atk/AtkRelationSet.html +294 -193
- data/vendor/local/share/gtk-doc/html/atk/AtkSelection.html +333 -201
- data/vendor/local/share/gtk-doc/html/atk/AtkStateSet.html +403 -256
- data/vendor/local/share/gtk-doc/html/atk/AtkStreamableContent.html +192 -130
- data/vendor/local/share/gtk-doc/html/atk/AtkTable.html +1363 -776
- data/vendor/local/share/gtk-doc/html/atk/AtkTableCell.html +497 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkText.html +1975 -1446
- data/vendor/local/share/gtk-doc/html/atk/AtkUtil.html +862 -524
- data/vendor/local/share/gtk-doc/html/atk/AtkValue.html +638 -108
- data/vendor/local/share/gtk-doc/html/atk/AtkWindow.html +302 -175
- data/vendor/local/share/gtk-doc/html/atk/accessibles.html +49 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-12.html +18 -18
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-13.html +21 -11
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-20.html +11 -11
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-22.html +10 -10
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-3.html +11 -11
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-30.html +15 -15
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-4.html +9 -9
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-6.html +11 -11
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-9.html +39 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-2-10.html +35 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-2-12.html +78 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-2-2.html +53 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-2-8.html +47 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-deprecated.html +75 -25
- data/vendor/local/share/gtk-doc/html/atk/api-index-full.html +358 -288
- data/vendor/local/share/gtk-doc/html/atk/atk-AtkHyperlinkImpl.html +82 -60
- data/vendor/local/share/gtk-doc/html/atk/atk-AtkPlug.html +99 -52
- data/vendor/local/share/gtk-doc/html/atk/atk-AtkRange.html +328 -0
- data/vendor/local/share/gtk-doc/html/atk/atk-AtkSocket.html +139 -91
- data/vendor/local/share/gtk-doc/html/atk/atk-AtkState.html +355 -226
- data/vendor/local/share/gtk-doc/html/atk/atk-Versioning-Utilities.html +203 -142
- data/vendor/local/share/gtk-doc/html/atk/atk.devhelp2 +378 -547
- data/vendor/local/share/gtk-doc/html/atk/atkobject.html +33 -0
- data/vendor/local/share/gtk-doc/html/atk/data.html +49 -0
- data/vendor/local/share/gtk-doc/html/atk/deprecated.html +33 -0
- data/vendor/local/share/gtk-doc/html/atk/index.html +70 -46
- data/vendor/local/share/gtk-doc/html/atk/index.sgml +419 -519
- data/vendor/local/share/gtk-doc/html/atk/{atk.html → interfaces.html} +17 -60
- data/vendor/local/share/gtk-doc/html/atk/overview.html +47 -0
- data/vendor/local/share/gtk-doc/html/atk/style.css +260 -105
- data/vendor/local/share/gtk-doc/html/atk/toolkit.html +33 -0
- data/vendor/local/share/gtk-doc/html/atk/utilities.html +28 -14
- data/vendor/local/share/license/atk/AUTHORS +18 -5
- data/vendor/local/share/locale/an/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/atk10.mo +0 -0
- metadata +27 -19
- data/lib/1.9/atk.so +0 -0
- data/lib/2.1/atk.so +0 -0
- data/vendor/local/lib/atk-1.0.def +0 -248
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-18.html +0 -31
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-24.html +0 -31
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-26.html +0 -31
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-28.html +0 -31
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-32.html +0 -30
@@ -2,28 +2,26 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>AtkStateSet</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
5
|
+
<title>ATK - Accessibility Toolkit: AtkStateSet</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
|
8
|
-
<link rel="up" href="
|
8
|
+
<link rel="up" href="data.html" title="Basic accessible data types">
|
9
9
|
<link rel="prev" href="atk-AtkState.html" title="AtkState">
|
10
|
-
<link rel="next" href="
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
10
|
+
<link rel="next" href="accessibles.html" title="Custom accessible objects">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.21.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">
|
15
|
-
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="
|
16
|
-
<td width="100%" align="left">
|
17
|
-
<a href="#" class="shortcut">Top</a>
|
18
|
-
|
19
|
-
<a href="#AtkStateSet.
|
20
|
-
|
|
21
|
-
<a href="#AtkStateSet.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts">
|
17
|
+
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
+
<a href="#AtkStateSet.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#AtkStateSet.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
|
22
20
|
</td>
|
23
21
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
24
|
-
<td><a accesskey="u" href="
|
22
|
+
<td><a accesskey="u" href="data.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
25
23
|
<td><a accesskey="p" href="atk-AtkState.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
26
|
-
<td><a accesskey="n" href="
|
24
|
+
<td><a accesskey="n" href="accessibles.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
27
25
|
</tr></table>
|
28
26
|
<div class="refentry">
|
29
27
|
<a name="AtkStateSet"></a><div class="titlepage"></div>
|
@@ -32,361 +30,510 @@
|
|
32
30
|
<h2><span class="refentrytitle"><a name="AtkStateSet.top_of_page"></a>AtkStateSet</span></h2>
|
33
31
|
<p>AtkStateSet — An AtkStateSet determines a component's state set.</p>
|
34
32
|
</td>
|
35
|
-
<td valign="top" align="right"></td>
|
33
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
36
34
|
</tr></table></div>
|
37
|
-
<div class="
|
38
|
-
<a name="AtkStateSet.
|
39
|
-
<
|
40
|
-
<
|
41
|
-
<
|
42
|
-
<
|
43
|
-
|
44
|
-
<
|
45
|
-
|
46
|
-
|
47
|
-
<
|
48
|
-
|
49
|
-
|
50
|
-
<
|
51
|
-
|
52
|
-
|
53
|
-
<
|
54
|
-
|
55
|
-
<
|
56
|
-
|
57
|
-
<
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
35
|
+
<div class="refsect1">
|
36
|
+
<a name="AtkStateSet.functions"></a><h2>Functions</h2>
|
37
|
+
<div class="informaltable"><table width="100%" border="0">
|
38
|
+
<colgroup>
|
39
|
+
<col width="150px" class="functions_return">
|
40
|
+
<col class="functions_name">
|
41
|
+
</colgroup>
|
42
|
+
<tbody>
|
43
|
+
<tr>
|
44
|
+
<td class="function_type">
|
45
|
+
<a class="link" href="AtkObject.html#AtkStateSet"><span class="returnvalue">AtkStateSet</span></a> *
|
46
|
+
</td>
|
47
|
+
<td class="function_name">
|
48
|
+
<a class="link" href="AtkStateSet.html#atk-state-set-new" title="atk_state_set_new ()">atk_state_set_new</a> <span class="c_punctuation">()</span>
|
49
|
+
</td>
|
50
|
+
</tr>
|
51
|
+
<tr>
|
52
|
+
<td class="function_type">
|
53
|
+
<span class="returnvalue">gboolean</span>
|
54
|
+
</td>
|
55
|
+
<td class="function_name">
|
56
|
+
<a class="link" href="AtkStateSet.html#atk-state-set-is-empty" title="atk_state_set_is_empty ()">atk_state_set_is_empty</a> <span class="c_punctuation">()</span>
|
57
|
+
</td>
|
58
|
+
</tr>
|
59
|
+
<tr>
|
60
|
+
<td class="function_type">
|
61
|
+
<span class="returnvalue">gboolean</span>
|
62
|
+
</td>
|
63
|
+
<td class="function_name">
|
64
|
+
<a class="link" href="AtkStateSet.html#atk-state-set-add-state" title="atk_state_set_add_state ()">atk_state_set_add_state</a> <span class="c_punctuation">()</span>
|
65
|
+
</td>
|
66
|
+
</tr>
|
67
|
+
<tr>
|
68
|
+
<td class="function_type">
|
69
|
+
<span class="returnvalue">void</span>
|
70
|
+
</td>
|
71
|
+
<td class="function_name">
|
72
|
+
<a class="link" href="AtkStateSet.html#atk-state-set-add-states" title="atk_state_set_add_states ()">atk_state_set_add_states</a> <span class="c_punctuation">()</span>
|
73
|
+
</td>
|
74
|
+
</tr>
|
75
|
+
<tr>
|
76
|
+
<td class="function_type">
|
77
|
+
<span class="returnvalue">void</span>
|
78
|
+
</td>
|
79
|
+
<td class="function_name">
|
80
|
+
<a class="link" href="AtkStateSet.html#atk-state-set-clear-states" title="atk_state_set_clear_states ()">atk_state_set_clear_states</a> <span class="c_punctuation">()</span>
|
81
|
+
</td>
|
82
|
+
</tr>
|
83
|
+
<tr>
|
84
|
+
<td class="function_type">
|
85
|
+
<span class="returnvalue">gboolean</span>
|
86
|
+
</td>
|
87
|
+
<td class="function_name">
|
88
|
+
<a class="link" href="AtkStateSet.html#atk-state-set-contains-state" title="atk_state_set_contains_state ()">atk_state_set_contains_state</a> <span class="c_punctuation">()</span>
|
89
|
+
</td>
|
90
|
+
</tr>
|
91
|
+
<tr>
|
92
|
+
<td class="function_type">
|
93
|
+
<span class="returnvalue">gboolean</span>
|
94
|
+
</td>
|
95
|
+
<td class="function_name">
|
96
|
+
<a class="link" href="AtkStateSet.html#atk-state-set-contains-states" title="atk_state_set_contains_states ()">atk_state_set_contains_states</a> <span class="c_punctuation">()</span>
|
97
|
+
</td>
|
98
|
+
</tr>
|
99
|
+
<tr>
|
100
|
+
<td class="function_type">
|
101
|
+
<span class="returnvalue">gboolean</span>
|
102
|
+
</td>
|
103
|
+
<td class="function_name">
|
104
|
+
<a class="link" href="AtkStateSet.html#atk-state-set-remove-state" title="atk_state_set_remove_state ()">atk_state_set_remove_state</a> <span class="c_punctuation">()</span>
|
105
|
+
</td>
|
106
|
+
</tr>
|
107
|
+
<tr>
|
108
|
+
<td class="function_type">
|
109
|
+
<a class="link" href="AtkObject.html#AtkStateSet"><span class="returnvalue">AtkStateSet</span></a> *
|
110
|
+
</td>
|
111
|
+
<td class="function_name">
|
112
|
+
<a class="link" href="AtkStateSet.html#atk-state-set-and-sets" title="atk_state_set_and_sets ()">atk_state_set_and_sets</a> <span class="c_punctuation">()</span>
|
113
|
+
</td>
|
114
|
+
</tr>
|
115
|
+
<tr>
|
116
|
+
<td class="function_type">
|
117
|
+
<a class="link" href="AtkObject.html#AtkStateSet"><span class="returnvalue">AtkStateSet</span></a> *
|
118
|
+
</td>
|
119
|
+
<td class="function_name">
|
120
|
+
<a class="link" href="AtkStateSet.html#atk-state-set-or-sets" title="atk_state_set_or_sets ()">atk_state_set_or_sets</a> <span class="c_punctuation">()</span>
|
121
|
+
</td>
|
122
|
+
</tr>
|
123
|
+
<tr>
|
124
|
+
<td class="function_type">
|
125
|
+
<a class="link" href="AtkObject.html#AtkStateSet"><span class="returnvalue">AtkStateSet</span></a> *
|
126
|
+
</td>
|
127
|
+
<td class="function_name">
|
128
|
+
<a class="link" href="AtkStateSet.html#atk-state-set-xor-sets" title="atk_state_set_xor_sets ()">atk_state_set_xor_sets</a> <span class="c_punctuation">()</span>
|
129
|
+
</td>
|
130
|
+
</tr>
|
131
|
+
</tbody>
|
132
|
+
</table></div>
|
133
|
+
</div>
|
134
|
+
<div class="refsect1">
|
135
|
+
<a name="AtkStateSet.other"></a><h2>Types and Values</h2>
|
136
|
+
<div class="informaltable"><table width="100%" border="0">
|
137
|
+
<colgroup>
|
138
|
+
<col width="150px" class="name">
|
139
|
+
<col class="description">
|
140
|
+
</colgroup>
|
141
|
+
<tbody><tr>
|
142
|
+
<td class="datatype_keyword"> </td>
|
143
|
+
<td class="function_name"><a class="link" href="AtkStateSet.html#AtkStateSet-struct" title="AtkStateSet">AtkStateSet</a></td>
|
144
|
+
</tr></tbody>
|
145
|
+
</table></div>
|
62
146
|
</div>
|
63
147
|
<div class="refsect1">
|
64
148
|
<a name="AtkStateSet.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
65
|
-
<pre class="
|
66
|
-
|
67
|
-
+----AtkStateSet
|
149
|
+
<pre class="screen"> GObject
|
150
|
+
<span class="lineart">╰──</span> AtkStateSet
|
68
151
|
</pre>
|
69
152
|
</div>
|
70
153
|
<div class="refsect1">
|
71
154
|
<a name="AtkStateSet.description"></a><h2>Description</h2>
|
72
|
-
<p>
|
73
|
-
|
74
|
-
of a set of AtkStates.
|
75
|
-
</p>
|
155
|
+
<p>An AtkStateSet determines a component's state set. It is composed
|
156
|
+
of a set of AtkStates.</p>
|
76
157
|
</div>
|
77
158
|
<div class="refsect1">
|
78
|
-
<a name="AtkStateSet.
|
159
|
+
<a name="AtkStateSet.functions_details"></a><h2>Functions</h2>
|
79
160
|
<div class="refsect2">
|
80
|
-
<a name="
|
81
|
-
<pre class="programlisting"
|
82
|
-
<
|
83
|
-
|
161
|
+
<a name="atk-state-set-new"></a><h3>atk_state_set_new ()</h3>
|
162
|
+
<pre class="programlisting"><a class="link" href="AtkObject.html#AtkStateSet"><span class="returnvalue">AtkStateSet</span></a> *
|
163
|
+
atk_state_set_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
164
|
+
<p>Creates a new empty state set.</p>
|
165
|
+
<div class="refsect3">
|
166
|
+
<a name="id-1.6.6.7.2.5"></a><h4>Returns</h4>
|
167
|
+
<p> a new <a class="link" href="AtkObject.html#AtkStateSet"><span class="type">AtkStateSet</span></a> </p>
|
168
|
+
<p></p>
|
169
|
+
</div>
|
84
170
|
</div>
|
85
171
|
<hr>
|
86
172
|
<div class="refsect2">
|
87
|
-
<a name="atk-state-set-
|
88
|
-
<pre class="programlisting"><
|
89
|
-
<
|
90
|
-
|
91
|
-
|
92
|
-
<
|
93
|
-
<
|
173
|
+
<a name="atk-state-set-is-empty"></a><h3>atk_state_set_is_empty ()</h3>
|
174
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
175
|
+
atk_state_set_is_empty (<em class="parameter"><code><a class="link" href="AtkObject.html#AtkStateSet"><span class="type">AtkStateSet</span></a> *set</code></em>);</pre>
|
176
|
+
<p>Checks whether the state set is empty, i.e. has no states set.</p>
|
177
|
+
<div class="refsect3">
|
178
|
+
<a name="id-1.6.6.7.3.5"></a><h4>Parameters</h4>
|
179
|
+
<div class="informaltable"><table width="100%" border="0">
|
180
|
+
<colgroup>
|
181
|
+
<col width="150px" class="parameters_name">
|
182
|
+
<col class="parameters_description">
|
183
|
+
<col width="200px" class="parameters_annotations">
|
184
|
+
</colgroup>
|
94
185
|
<tbody><tr>
|
95
|
-
<td
|
96
|
-
<td>
|
97
|
-
</td>
|
186
|
+
<td class="parameter_name"><p>set</p></td>
|
187
|
+
<td class="parameter_description"><p>an <a class="link" href="atk-AtkState.html#AtkStateType" title="enum AtkStateType"><span class="type">AtkStateType</span></a></p></td>
|
188
|
+
<td class="parameter_annotations"> </td>
|
98
189
|
</tr></tbody>
|
99
190
|
</table></div>
|
100
191
|
</div>
|
101
|
-
<
|
102
|
-
<
|
103
|
-
<
|
104
|
-
|
105
|
-
<p>
|
106
|
-
|
107
|
-
</p>
|
108
|
-
<div class="variablelist"><table border="0">
|
109
|
-
<col align="left" valign="top">
|
110
|
-
<tbody>
|
111
|
-
<tr>
|
112
|
-
<td><p><span class="term"><em class="parameter"><code>set</code></em> :</span></p></td>
|
113
|
-
<td>an <a class="link" href="atk-AtkState.html#AtkStateType" title="enum AtkStateType"><span class="type">AtkStateType</span></a>
|
114
|
-
</td>
|
115
|
-
</tr>
|
116
|
-
<tr>
|
117
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
118
|
-
<td>
|
119
|
-
<code class="literal">TRUE</code> if <em class="parameter"><code>set</code></em> has no states set, otherwise <code class="literal">FALSE</code>
|
120
|
-
</td>
|
121
|
-
</tr>
|
122
|
-
</tbody>
|
123
|
-
</table></div>
|
192
|
+
<div class="refsect3">
|
193
|
+
<a name="id-1.6.6.7.3.6"></a><h4>Returns</h4>
|
194
|
+
<p> <code class="literal">TRUE</code> if <em class="parameter"><code>set</code></em>
|
195
|
+
has no states set, otherwise <code class="literal">FALSE</code></p>
|
196
|
+
<p></p>
|
197
|
+
</div>
|
124
198
|
</div>
|
125
199
|
<hr>
|
126
200
|
<div class="refsect2">
|
127
|
-
<a name="atk-state-set-add-state"></a><h3>atk_state_set_add_state
|
128
|
-
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
129
|
-
|
130
|
-
<
|
131
|
-
Add a new state for the specified type to the current state set if
|
132
|
-
it is not already present
|
133
|
-
|
134
|
-
<
|
135
|
-
<
|
201
|
+
<a name="atk-state-set-add-state"></a><h3>atk_state_set_add_state ()</h3>
|
202
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
203
|
+
atk_state_set_add_state (<em class="parameter"><code><a class="link" href="AtkObject.html#AtkStateSet"><span class="type">AtkStateSet</span></a> *set</code></em>,
|
204
|
+
<em class="parameter"><code><a class="link" href="atk-AtkState.html#AtkStateType" title="enum AtkStateType"><span class="type">AtkStateType</span></a> type</code></em>);</pre>
|
205
|
+
<p>Add a new state for the specified type to the current state set if
|
206
|
+
it is not already present.</p>
|
207
|
+
<div class="refsect3">
|
208
|
+
<a name="id-1.6.6.7.4.5"></a><h4>Parameters</h4>
|
209
|
+
<div class="informaltable"><table width="100%" border="0">
|
210
|
+
<colgroup>
|
211
|
+
<col width="150px" class="parameters_name">
|
212
|
+
<col class="parameters_description">
|
213
|
+
<col width="200px" class="parameters_annotations">
|
214
|
+
</colgroup>
|
136
215
|
<tbody>
|
137
216
|
<tr>
|
138
|
-
<td
|
139
|
-
<td>an <a class="link" href="
|
140
|
-
</td>
|
141
|
-
</tr>
|
142
|
-
<tr>
|
143
|
-
<td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
|
144
|
-
<td>an <a class="link" href="atk-AtkState.html#AtkStateType" title="enum AtkStateType"><span class="type">AtkStateType</span></a>
|
145
|
-
</td>
|
217
|
+
<td class="parameter_name"><p>set</p></td>
|
218
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkObject.html#AtkStateSet"><span class="type">AtkStateSet</span></a></p></td>
|
219
|
+
<td class="parameter_annotations"> </td>
|
146
220
|
</tr>
|
147
221
|
<tr>
|
148
|
-
<td
|
149
|
-
<td>
|
150
|
-
<
|
222
|
+
<td class="parameter_name"><p>type</p></td>
|
223
|
+
<td class="parameter_description"><p>an <a class="link" href="atk-AtkState.html#AtkStateType" title="enum AtkStateType"><span class="type">AtkStateType</span></a></p></td>
|
224
|
+
<td class="parameter_annotations"> </td>
|
151
225
|
</tr>
|
152
226
|
</tbody>
|
153
227
|
</table></div>
|
154
228
|
</div>
|
229
|
+
<div class="refsect3">
|
230
|
+
<a name="id-1.6.6.7.4.6"></a><h4>Returns</h4>
|
231
|
+
<p> <code class="literal">TRUE</code> if the state for <em class="parameter"><code>type</code></em>
|
232
|
+
is not already in <em class="parameter"><code>set</code></em>
|
233
|
+
.</p>
|
234
|
+
<p></p>
|
235
|
+
</div>
|
236
|
+
</div>
|
155
237
|
<hr>
|
156
238
|
<div class="refsect2">
|
157
|
-
<a name="atk-state-set-add-states"></a><h3>atk_state_set_add_states
|
158
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
159
|
-
|
160
|
-
|
161
|
-
<
|
162
|
-
Add the states for the specified types to the current state set
|
163
|
-
|
164
|
-
<
|
165
|
-
<
|
239
|
+
<a name="atk-state-set-add-states"></a><h3>atk_state_set_add_states ()</h3>
|
240
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
241
|
+
atk_state_set_add_states (<em class="parameter"><code><a class="link" href="AtkObject.html#AtkStateSet"><span class="type">AtkStateSet</span></a> *set</code></em>,
|
242
|
+
<em class="parameter"><code><a class="link" href="atk-AtkState.html#AtkStateType" title="enum AtkStateType"><span class="type">AtkStateType</span></a> *types</code></em>,
|
243
|
+
<em class="parameter"><code><span class="type">gint</span> n_types</code></em>);</pre>
|
244
|
+
<p>Add the states for the specified types to the current state set.</p>
|
245
|
+
<div class="refsect3">
|
246
|
+
<a name="id-1.6.6.7.5.5"></a><h4>Parameters</h4>
|
247
|
+
<div class="informaltable"><table width="100%" border="0">
|
248
|
+
<colgroup>
|
249
|
+
<col width="150px" class="parameters_name">
|
250
|
+
<col class="parameters_description">
|
251
|
+
<col width="200px" class="parameters_annotations">
|
252
|
+
</colgroup>
|
166
253
|
<tbody>
|
167
254
|
<tr>
|
168
|
-
<td
|
169
|
-
<td>an <a class="link" href="
|
170
|
-
</td>
|
255
|
+
<td class="parameter_name"><p>set</p></td>
|
256
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkObject.html#AtkStateSet"><span class="type">AtkStateSet</span></a></p></td>
|
257
|
+
<td class="parameter_annotations"> </td>
|
171
258
|
</tr>
|
172
259
|
<tr>
|
173
|
-
<td
|
174
|
-
<td>an array of <a class="link" href="atk-AtkState.html#AtkStateType" title="enum AtkStateType"><span class="type">AtkStateType</span></a>.
|
175
|
-
</td>
|
260
|
+
<td class="parameter_name"><p>types</p></td>
|
261
|
+
<td class="parameter_description"><p> an array of <a class="link" href="atk-AtkState.html#AtkStateType" title="enum AtkStateType"><span class="type">AtkStateType</span></a>. </p></td>
|
262
|
+
<td class="parameter_annotations"><span class="annotation">[<a href="http://foldoc.org/array"><span class="acronym">array</span></a> length=n_types]</span></td>
|
176
263
|
</tr>
|
177
264
|
<tr>
|
178
|
-
<td
|
179
|
-
<td>The number of elements in the array</td>
|
265
|
+
<td class="parameter_name"><p>n_types</p></td>
|
266
|
+
<td class="parameter_description"><p>The number of elements in the array</p></td>
|
267
|
+
<td class="parameter_annotations"> </td>
|
180
268
|
</tr>
|
181
269
|
</tbody>
|
182
270
|
</table></div>
|
183
271
|
</div>
|
272
|
+
</div>
|
184
273
|
<hr>
|
185
274
|
<div class="refsect2">
|
186
|
-
<a name="atk-state-set-clear-states"></a><h3>atk_state_set_clear_states
|
187
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
188
|
-
<
|
189
|
-
Removes all states from the state set
|
190
|
-
|
191
|
-
<
|
192
|
-
<
|
275
|
+
<a name="atk-state-set-clear-states"></a><h3>atk_state_set_clear_states ()</h3>
|
276
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
277
|
+
atk_state_set_clear_states (<em class="parameter"><code><a class="link" href="AtkObject.html#AtkStateSet"><span class="type">AtkStateSet</span></a> *set</code></em>);</pre>
|
278
|
+
<p>Removes all states from the state set.</p>
|
279
|
+
<div class="refsect3">
|
280
|
+
<a name="id-1.6.6.7.6.5"></a><h4>Parameters</h4>
|
281
|
+
<div class="informaltable"><table width="100%" border="0">
|
282
|
+
<colgroup>
|
283
|
+
<col width="150px" class="parameters_name">
|
284
|
+
<col class="parameters_description">
|
285
|
+
<col width="200px" class="parameters_annotations">
|
286
|
+
</colgroup>
|
193
287
|
<tbody><tr>
|
194
|
-
<td
|
195
|
-
<td>an <a class="link" href="
|
196
|
-
</td>
|
288
|
+
<td class="parameter_name"><p>set</p></td>
|
289
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkObject.html#AtkStateSet"><span class="type">AtkStateSet</span></a></p></td>
|
290
|
+
<td class="parameter_annotations"> </td>
|
197
291
|
</tr></tbody>
|
198
292
|
</table></div>
|
199
293
|
</div>
|
294
|
+
</div>
|
200
295
|
<hr>
|
201
296
|
<div class="refsect2">
|
202
|
-
<a name="atk-state-set-contains-state"></a><h3>atk_state_set_contains_state
|
203
|
-
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
204
|
-
|
205
|
-
<
|
206
|
-
Checks whether the state for the specified type is in the specified set
|
207
|
-
|
208
|
-
<
|
209
|
-
<
|
297
|
+
<a name="atk-state-set-contains-state"></a><h3>atk_state_set_contains_state ()</h3>
|
298
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
299
|
+
atk_state_set_contains_state (<em class="parameter"><code><a class="link" href="AtkObject.html#AtkStateSet"><span class="type">AtkStateSet</span></a> *set</code></em>,
|
300
|
+
<em class="parameter"><code><a class="link" href="atk-AtkState.html#AtkStateType" title="enum AtkStateType"><span class="type">AtkStateType</span></a> type</code></em>);</pre>
|
301
|
+
<p>Checks whether the state for the specified type is in the specified set.</p>
|
302
|
+
<div class="refsect3">
|
303
|
+
<a name="id-1.6.6.7.7.5"></a><h4>Parameters</h4>
|
304
|
+
<div class="informaltable"><table width="100%" border="0">
|
305
|
+
<colgroup>
|
306
|
+
<col width="150px" class="parameters_name">
|
307
|
+
<col class="parameters_description">
|
308
|
+
<col width="200px" class="parameters_annotations">
|
309
|
+
</colgroup>
|
210
310
|
<tbody>
|
211
311
|
<tr>
|
212
|
-
<td
|
213
|
-
<td>an <a class="link" href="
|
214
|
-
</td>
|
312
|
+
<td class="parameter_name"><p>set</p></td>
|
313
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkObject.html#AtkStateSet"><span class="type">AtkStateSet</span></a></p></td>
|
314
|
+
<td class="parameter_annotations"> </td>
|
215
315
|
</tr>
|
216
316
|
<tr>
|
217
|
-
<td
|
218
|
-
<td>an <a class="link" href="atk-AtkState.html#AtkStateType" title="enum AtkStateType"><span class="type">AtkStateType</span></a>
|
219
|
-
</td>
|
220
|
-
</tr>
|
221
|
-
<tr>
|
222
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
223
|
-
<td>
|
224
|
-
<code class="literal">TRUE</code> if <em class="parameter"><code>type</code></em> is the state type is in <em class="parameter"><code>set</code></em>.</td>
|
317
|
+
<td class="parameter_name"><p>type</p></td>
|
318
|
+
<td class="parameter_description"><p>an <a class="link" href="atk-AtkState.html#AtkStateType" title="enum AtkStateType"><span class="type">AtkStateType</span></a></p></td>
|
319
|
+
<td class="parameter_annotations"> </td>
|
225
320
|
</tr>
|
226
321
|
</tbody>
|
227
322
|
</table></div>
|
228
323
|
</div>
|
324
|
+
<div class="refsect3">
|
325
|
+
<a name="id-1.6.6.7.7.6"></a><h4>Returns</h4>
|
326
|
+
<p> <code class="literal">TRUE</code> if <em class="parameter"><code>type</code></em>
|
327
|
+
is the state type is in <em class="parameter"><code>set</code></em>
|
328
|
+
.</p>
|
329
|
+
<p></p>
|
330
|
+
</div>
|
331
|
+
</div>
|
229
332
|
<hr>
|
230
333
|
<div class="refsect2">
|
231
|
-
<a name="atk-state-set-contains-states"></a><h3>atk_state_set_contains_states
|
232
|
-
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
233
|
-
|
234
|
-
|
235
|
-
<
|
236
|
-
Checks whether the states for all the specified types are in the
|
237
|
-
specified set
|
238
|
-
|
239
|
-
<
|
240
|
-
<
|
334
|
+
<a name="atk-state-set-contains-states"></a><h3>atk_state_set_contains_states ()</h3>
|
335
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
336
|
+
atk_state_set_contains_states (<em class="parameter"><code><a class="link" href="AtkObject.html#AtkStateSet"><span class="type">AtkStateSet</span></a> *set</code></em>,
|
337
|
+
<em class="parameter"><code><a class="link" href="atk-AtkState.html#AtkStateType" title="enum AtkStateType"><span class="type">AtkStateType</span></a> *types</code></em>,
|
338
|
+
<em class="parameter"><code><span class="type">gint</span> n_types</code></em>);</pre>
|
339
|
+
<p>Checks whether the states for all the specified types are in the
|
340
|
+
specified set.</p>
|
341
|
+
<div class="refsect3">
|
342
|
+
<a name="id-1.6.6.7.8.5"></a><h4>Parameters</h4>
|
343
|
+
<div class="informaltable"><table width="100%" border="0">
|
344
|
+
<colgroup>
|
345
|
+
<col width="150px" class="parameters_name">
|
346
|
+
<col class="parameters_description">
|
347
|
+
<col width="200px" class="parameters_annotations">
|
348
|
+
</colgroup>
|
241
349
|
<tbody>
|
242
350
|
<tr>
|
243
|
-
<td
|
244
|
-
<td>an <a class="link" href="
|
245
|
-
</td>
|
351
|
+
<td class="parameter_name"><p>set</p></td>
|
352
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkObject.html#AtkStateSet"><span class="type">AtkStateSet</span></a></p></td>
|
353
|
+
<td class="parameter_annotations"> </td>
|
246
354
|
</tr>
|
247
355
|
<tr>
|
248
|
-
<td
|
249
|
-
<td>an array of <a class="link" href="atk-AtkState.html#AtkStateType" title="enum AtkStateType"><span class="type">AtkStateType</span></a>.
|
250
|
-
</td>
|
356
|
+
<td class="parameter_name"><p>types</p></td>
|
357
|
+
<td class="parameter_description"><p> an array of <a class="link" href="atk-AtkState.html#AtkStateType" title="enum AtkStateType"><span class="type">AtkStateType</span></a>. </p></td>
|
358
|
+
<td class="parameter_annotations"><span class="annotation">[<a href="http://foldoc.org/array"><span class="acronym">array</span></a> length=n_types]</span></td>
|
251
359
|
</tr>
|
252
360
|
<tr>
|
253
|
-
<td
|
254
|
-
<td>The number of elements in the array</td>
|
255
|
-
</
|
256
|
-
<tr>
|
257
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
258
|
-
<td>
|
259
|
-
<code class="literal">TRUE</code> if all the states for <em class="parameter"><code>type</code></em> are in <em class="parameter"><code>set</code></em>.</td>
|
361
|
+
<td class="parameter_name"><p>n_types</p></td>
|
362
|
+
<td class="parameter_description"><p>The number of elements in the array</p></td>
|
363
|
+
<td class="parameter_annotations"> </td>
|
260
364
|
</tr>
|
261
365
|
</tbody>
|
262
366
|
</table></div>
|
263
367
|
</div>
|
368
|
+
<div class="refsect3">
|
369
|
+
<a name="id-1.6.6.7.8.6"></a><h4>Returns</h4>
|
370
|
+
<p> <code class="literal">TRUE</code> if all the states for <em class="parameter"><code>type</code></em>
|
371
|
+
are in <em class="parameter"><code>set</code></em>
|
372
|
+
.</p>
|
373
|
+
<p></p>
|
374
|
+
</div>
|
375
|
+
</div>
|
264
376
|
<hr>
|
265
377
|
<div class="refsect2">
|
266
|
-
<a name="atk-state-set-remove-state"></a><h3>atk_state_set_remove_state
|
267
|
-
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
268
|
-
|
269
|
-
<
|
270
|
-
Removes the state for the specified type from the state set
|
271
|
-
|
272
|
-
<
|
273
|
-
<
|
378
|
+
<a name="atk-state-set-remove-state"></a><h3>atk_state_set_remove_state ()</h3>
|
379
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
380
|
+
atk_state_set_remove_state (<em class="parameter"><code><a class="link" href="AtkObject.html#AtkStateSet"><span class="type">AtkStateSet</span></a> *set</code></em>,
|
381
|
+
<em class="parameter"><code><a class="link" href="atk-AtkState.html#AtkStateType" title="enum AtkStateType"><span class="type">AtkStateType</span></a> type</code></em>);</pre>
|
382
|
+
<p>Removes the state for the specified type from the state set.</p>
|
383
|
+
<div class="refsect3">
|
384
|
+
<a name="id-1.6.6.7.9.5"></a><h4>Parameters</h4>
|
385
|
+
<div class="informaltable"><table width="100%" border="0">
|
386
|
+
<colgroup>
|
387
|
+
<col width="150px" class="parameters_name">
|
388
|
+
<col class="parameters_description">
|
389
|
+
<col width="200px" class="parameters_annotations">
|
390
|
+
</colgroup>
|
274
391
|
<tbody>
|
275
392
|
<tr>
|
276
|
-
<td
|
277
|
-
<td>an <a class="link" href="
|
278
|
-
</td>
|
393
|
+
<td class="parameter_name"><p>set</p></td>
|
394
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkObject.html#AtkStateSet"><span class="type">AtkStateSet</span></a></p></td>
|
395
|
+
<td class="parameter_annotations"> </td>
|
279
396
|
</tr>
|
280
397
|
<tr>
|
281
|
-
<td
|
282
|
-
<td>an <span class="type">AtkType</span>
|
283
|
-
</td>
|
284
|
-
</tr>
|
285
|
-
<tr>
|
286
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
287
|
-
<td>
|
288
|
-
<code class="literal">TRUE</code> if <em class="parameter"><code>type</code></em> was the state type is in <em class="parameter"><code>set</code></em>.</td>
|
398
|
+
<td class="parameter_name"><p>type</p></td>
|
399
|
+
<td class="parameter_description"><p>an <span class="type">AtkType</span></p></td>
|
400
|
+
<td class="parameter_annotations"> </td>
|
289
401
|
</tr>
|
290
402
|
</tbody>
|
291
403
|
</table></div>
|
292
404
|
</div>
|
405
|
+
<div class="refsect3">
|
406
|
+
<a name="id-1.6.6.7.9.6"></a><h4>Returns</h4>
|
407
|
+
<p> <code class="literal">TRUE</code> if <em class="parameter"><code>type</code></em>
|
408
|
+
was the state type is in <em class="parameter"><code>set</code></em>
|
409
|
+
.</p>
|
410
|
+
<p></p>
|
411
|
+
</div>
|
412
|
+
</div>
|
293
413
|
<hr>
|
294
414
|
<div class="refsect2">
|
295
|
-
<a name="atk-state-set-and-sets"></a><h3>atk_state_set_and_sets
|
296
|
-
<pre class="programlisting"><a class="link" href="
|
297
|
-
|
298
|
-
<
|
299
|
-
Constructs the intersection of the two sets, returning <code class="literal">NULL</code> if the
|
300
|
-
intersection is empty
|
301
|
-
|
302
|
-
<
|
303
|
-
<
|
415
|
+
<a name="atk-state-set-and-sets"></a><h3>atk_state_set_and_sets ()</h3>
|
416
|
+
<pre class="programlisting"><a class="link" href="AtkObject.html#AtkStateSet"><span class="returnvalue">AtkStateSet</span></a> *
|
417
|
+
atk_state_set_and_sets (<em class="parameter"><code><a class="link" href="AtkObject.html#AtkStateSet"><span class="type">AtkStateSet</span></a> *set</code></em>,
|
418
|
+
<em class="parameter"><code><a class="link" href="AtkObject.html#AtkStateSet"><span class="type">AtkStateSet</span></a> *compare_set</code></em>);</pre>
|
419
|
+
<p>Constructs the intersection of the two sets, returning <code class="literal">NULL</code> if the
|
420
|
+
intersection is empty.</p>
|
421
|
+
<div class="refsect3">
|
422
|
+
<a name="id-1.6.6.7.10.5"></a><h4>Parameters</h4>
|
423
|
+
<div class="informaltable"><table width="100%" border="0">
|
424
|
+
<colgroup>
|
425
|
+
<col width="150px" class="parameters_name">
|
426
|
+
<col class="parameters_description">
|
427
|
+
<col width="200px" class="parameters_annotations">
|
428
|
+
</colgroup>
|
304
429
|
<tbody>
|
305
430
|
<tr>
|
306
|
-
<td
|
307
|
-
<td>an <a class="link" href="
|
308
|
-
</td>
|
431
|
+
<td class="parameter_name"><p>set</p></td>
|
432
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkObject.html#AtkStateSet"><span class="type">AtkStateSet</span></a></p></td>
|
433
|
+
<td class="parameter_annotations"> </td>
|
309
434
|
</tr>
|
310
435
|
<tr>
|
311
|
-
<td
|
312
|
-
<td>another <a class="link" href="
|
313
|
-
</td>
|
314
|
-
</tr>
|
315
|
-
<tr>
|
316
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
317
|
-
<td>a new <a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a> which is the intersection of
|
318
|
-
the two sets. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
|
319
|
-
</td>
|
436
|
+
<td class="parameter_name"><p>compare_set</p></td>
|
437
|
+
<td class="parameter_description"><p>another <a class="link" href="AtkObject.html#AtkStateSet"><span class="type">AtkStateSet</span></a></p></td>
|
438
|
+
<td class="parameter_annotations"> </td>
|
320
439
|
</tr>
|
321
440
|
</tbody>
|
322
441
|
</table></div>
|
323
442
|
</div>
|
443
|
+
<div class="refsect3">
|
444
|
+
<a name="id-1.6.6.7.10.6"></a><h4>Returns</h4>
|
445
|
+
<p> a new <a class="link" href="AtkObject.html#AtkStateSet"><span class="type">AtkStateSet</span></a> which is the intersection of
|
446
|
+
the two sets. </p>
|
447
|
+
<p><span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span></p>
|
448
|
+
</div>
|
449
|
+
</div>
|
324
450
|
<hr>
|
325
451
|
<div class="refsect2">
|
326
|
-
<a name="atk-state-set-or-sets"></a><h3>atk_state_set_or_sets
|
327
|
-
<pre class="programlisting"><a class="link" href="
|
328
|
-
|
329
|
-
<
|
330
|
-
Constructs the union of the two sets
|
331
|
-
|
332
|
-
<
|
333
|
-
<
|
452
|
+
<a name="atk-state-set-or-sets"></a><h3>atk_state_set_or_sets ()</h3>
|
453
|
+
<pre class="programlisting"><a class="link" href="AtkObject.html#AtkStateSet"><span class="returnvalue">AtkStateSet</span></a> *
|
454
|
+
atk_state_set_or_sets (<em class="parameter"><code><a class="link" href="AtkObject.html#AtkStateSet"><span class="type">AtkStateSet</span></a> *set</code></em>,
|
455
|
+
<em class="parameter"><code><a class="link" href="AtkObject.html#AtkStateSet"><span class="type">AtkStateSet</span></a> *compare_set</code></em>);</pre>
|
456
|
+
<p>Constructs the union of the two sets.</p>
|
457
|
+
<div class="refsect3">
|
458
|
+
<a name="id-1.6.6.7.11.5"></a><h4>Parameters</h4>
|
459
|
+
<div class="informaltable"><table width="100%" border="0">
|
460
|
+
<colgroup>
|
461
|
+
<col width="150px" class="parameters_name">
|
462
|
+
<col class="parameters_description">
|
463
|
+
<col width="200px" class="parameters_annotations">
|
464
|
+
</colgroup>
|
334
465
|
<tbody>
|
335
466
|
<tr>
|
336
|
-
<td
|
337
|
-
<td>an <a class="link" href="
|
338
|
-
</td>
|
467
|
+
<td class="parameter_name"><p>set</p></td>
|
468
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkObject.html#AtkStateSet"><span class="type">AtkStateSet</span></a></p></td>
|
469
|
+
<td class="parameter_annotations"> </td>
|
339
470
|
</tr>
|
340
471
|
<tr>
|
341
|
-
<td
|
342
|
-
<td>another <a class="link" href="
|
343
|
-
</td>
|
344
|
-
</tr>
|
345
|
-
<tr>
|
346
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
347
|
-
<td>a new <a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a> which is the union of the two
|
348
|
-
sets, returning <code class="literal">NULL</code> is empty. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
|
349
|
-
</td>
|
472
|
+
<td class="parameter_name"><p>compare_set</p></td>
|
473
|
+
<td class="parameter_description"><p>another <a class="link" href="AtkObject.html#AtkStateSet"><span class="type">AtkStateSet</span></a></p></td>
|
474
|
+
<td class="parameter_annotations"> </td>
|
350
475
|
</tr>
|
351
476
|
</tbody>
|
352
477
|
</table></div>
|
353
478
|
</div>
|
479
|
+
<div class="refsect3">
|
480
|
+
<a name="id-1.6.6.7.11.6"></a><h4>Returns</h4>
|
481
|
+
<p> a new <a class="link" href="AtkObject.html#AtkStateSet"><span class="type">AtkStateSet</span></a> which is
|
482
|
+
the union of the two sets, returning <code class="literal">NULL</code> is empty. </p>
|
483
|
+
<p><span class="annotation">[<a href="http://foldoc.org/nullable"><span class="acronym">nullable</span></a>][<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span></p>
|
484
|
+
</div>
|
485
|
+
</div>
|
354
486
|
<hr>
|
355
487
|
<div class="refsect2">
|
356
|
-
<a name="atk-state-set-xor-sets"></a><h3>atk_state_set_xor_sets
|
357
|
-
<pre class="programlisting"><a class="link" href="
|
358
|
-
|
359
|
-
<
|
360
|
-
Constructs the exclusive-or of the two sets, returning <code class="literal">NULL</code> is empty.
|
488
|
+
<a name="atk-state-set-xor-sets"></a><h3>atk_state_set_xor_sets ()</h3>
|
489
|
+
<pre class="programlisting"><a class="link" href="AtkObject.html#AtkStateSet"><span class="returnvalue">AtkStateSet</span></a> *
|
490
|
+
atk_state_set_xor_sets (<em class="parameter"><code><a class="link" href="AtkObject.html#AtkStateSet"><span class="type">AtkStateSet</span></a> *set</code></em>,
|
491
|
+
<em class="parameter"><code><a class="link" href="AtkObject.html#AtkStateSet"><span class="type">AtkStateSet</span></a> *compare_set</code></em>);</pre>
|
492
|
+
<p>Constructs the exclusive-or of the two sets, returning <code class="literal">NULL</code> is empty.
|
361
493
|
The set returned by this operation contains the states in exactly
|
362
|
-
one of the two sets
|
363
|
-
|
364
|
-
<
|
365
|
-
<
|
494
|
+
one of the two sets.</p>
|
495
|
+
<div class="refsect3">
|
496
|
+
<a name="id-1.6.6.7.12.5"></a><h4>Parameters</h4>
|
497
|
+
<div class="informaltable"><table width="100%" border="0">
|
498
|
+
<colgroup>
|
499
|
+
<col width="150px" class="parameters_name">
|
500
|
+
<col class="parameters_description">
|
501
|
+
<col width="200px" class="parameters_annotations">
|
502
|
+
</colgroup>
|
366
503
|
<tbody>
|
367
504
|
<tr>
|
368
|
-
<td
|
369
|
-
<td>an <a class="link" href="
|
370
|
-
</td>
|
371
|
-
</tr>
|
372
|
-
<tr>
|
373
|
-
<td><p><span class="term"><em class="parameter"><code>compare_set</code></em> :</span></p></td>
|
374
|
-
<td>another <a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a>
|
375
|
-
</td>
|
505
|
+
<td class="parameter_name"><p>set</p></td>
|
506
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkObject.html#AtkStateSet"><span class="type">AtkStateSet</span></a></p></td>
|
507
|
+
<td class="parameter_annotations"> </td>
|
376
508
|
</tr>
|
377
509
|
<tr>
|
378
|
-
<td
|
379
|
-
<td>
|
380
|
-
|
381
|
-
</td>
|
510
|
+
<td class="parameter_name"><p>compare_set</p></td>
|
511
|
+
<td class="parameter_description"><p>another <a class="link" href="AtkObject.html#AtkStateSet"><span class="type">AtkStateSet</span></a></p></td>
|
512
|
+
<td class="parameter_annotations"> </td>
|
382
513
|
</tr>
|
383
514
|
</tbody>
|
384
515
|
</table></div>
|
385
516
|
</div>
|
517
|
+
<div class="refsect3">
|
518
|
+
<a name="id-1.6.6.7.12.6"></a><h4>Returns</h4>
|
519
|
+
<p> a new <a class="link" href="AtkObject.html#AtkStateSet"><span class="type">AtkStateSet</span></a> which contains the states
|
520
|
+
which are in exactly one of the two sets. </p>
|
521
|
+
<p><span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span></p>
|
522
|
+
</div>
|
523
|
+
</div>
|
524
|
+
</div>
|
525
|
+
<div class="refsect1">
|
526
|
+
<a name="AtkStateSet.other_details"></a><h2>Types and Values</h2>
|
527
|
+
<div class="refsect2">
|
528
|
+
<a name="AtkStateSet-struct"></a><h3>AtkStateSet</h3>
|
529
|
+
<pre class="programlisting">typedef struct _AtkStateSet AtkStateSet;</pre>
|
530
|
+
<p>
|
531
|
+
</p>
|
532
|
+
</div>
|
386
533
|
</div>
|
387
534
|
</div>
|
388
535
|
<div class="footer">
|
389
536
|
<hr>
|
390
|
-
Generated by GTK-Doc V1.
|
537
|
+
Generated by GTK-Doc V1.21.1</div>
|
391
538
|
</body>
|
392
539
|
</html>
|