atk 2.2.0-x86-mingw32 → 2.2.1-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (143) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/lib/2.0/atk.so +0 -0
  4. data/vendor/local/bin/libatk-1.0-0.dll +0 -0
  5. data/vendor/local/include/atk-1.0/atk/atk-enum-types.h +16 -0
  6. data/vendor/local/include/atk-1.0/atk/atk.h +3 -0
  7. data/vendor/local/include/atk-1.0/atk/atkaction.h +8 -1
  8. data/vendor/local/include/atk-1.0/atk/atkcomponent.h +20 -2
  9. data/vendor/local/include/atk-1.0/atk/atkdocument.h +29 -2
  10. data/vendor/local/include/atk-1.0/atk/atkeditabletext.h +8 -0
  11. data/vendor/local/include/atk-1.0/atk/atkgobjectaccessible.h +3 -0
  12. data/vendor/local/include/atk-1.0/atk/atkhyperlink.h +9 -1
  13. data/vendor/local/include/atk-1.0/atk/atkhyperlinkimpl.h +2 -0
  14. data/vendor/local/include/atk-1.0/atk/atkhypertext.h +4 -0
  15. data/vendor/local/include/atk-1.0/atk/atkimage.h +6 -0
  16. data/vendor/local/include/atk-1.0/atk/atkmisc.h +19 -19
  17. data/vendor/local/include/atk-1.0/atk/atknoopobject.h +4 -0
  18. data/vendor/local/include/atk-1.0/atk/atknoopobjectfactory.h +2 -0
  19. data/vendor/local/include/atk-1.0/atk/atkobject.h +133 -26
  20. data/vendor/local/include/atk-1.0/atk/atkobjectfactory.h +5 -0
  21. data/vendor/local/include/atk-1.0/atk/atkplug.h +5 -0
  22. data/vendor/local/include/atk-1.0/atk/atkrange.h +59 -0
  23. data/vendor/local/include/atk-1.0/atk/atkregistry.h +5 -15
  24. data/vendor/local/include/atk-1.0/atk/atkrelation.h +10 -0
  25. data/vendor/local/include/atk-1.0/atk/atkrelationset.h +10 -0
  26. data/vendor/local/include/atk-1.0/atk/atkselection.h +8 -0
  27. data/vendor/local/include/atk-1.0/atk/atksocket.h +6 -0
  28. data/vendor/local/include/atk-1.0/atk/atkstate.h +14 -2
  29. data/vendor/local/include/atk-1.0/atk/atkstateset.h +12 -0
  30. data/vendor/local/include/atk-1.0/atk/atkstreamablecontent.h +6 -1
  31. data/vendor/local/include/atk-1.0/atk/atktable.h +30 -6
  32. data/vendor/local/include/atk-1.0/atk/atktablecell.h +104 -0
  33. data/vendor/local/include/atk-1.0/atk/atktext.h +30 -5
  34. data/vendor/local/include/atk-1.0/atk/atkutil.h +35 -4
  35. data/vendor/local/include/atk-1.0/atk/atkvalue.h +88 -17
  36. data/vendor/local/include/atk-1.0/atk/atkversion.h +281 -2
  37. data/vendor/local/include/atk-1.0/atk/atkwindow.h +1 -0
  38. data/vendor/local/lib/girepository-1.0/Atk-1.0.typelib +0 -0
  39. data/vendor/local/lib/libatk-1.0.dll.a +0 -0
  40. data/vendor/local/lib/libatk-1.0.la +3 -3
  41. data/vendor/local/lib/pkgconfig/atk.pc +1 -1
  42. data/vendor/local/share/gir-1.0/Atk-1.0.gir +3410 -899
  43. data/vendor/local/share/gtk-doc/html/atk/AtkAction.html +343 -233
  44. data/vendor/local/share/gtk-doc/html/atk/AtkComponent.html +872 -578
  45. data/vendor/local/share/gtk-doc/html/atk/AtkDocument.html +558 -251
  46. data/vendor/local/share/gtk-doc/html/atk/AtkEditableText.html +298 -192
  47. data/vendor/local/share/gtk-doc/html/atk/AtkGObjectAccessible.html +117 -75
  48. data/vendor/local/share/gtk-doc/html/atk/AtkHyperlink.html +434 -273
  49. data/vendor/local/share/gtk-doc/html/atk/AtkHypertext.html +195 -119
  50. data/vendor/local/share/gtk-doc/html/atk/AtkImage.html +224 -143
  51. data/vendor/local/share/gtk-doc/html/atk/AtkMisc.html +191 -0
  52. data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObject.html +83 -59
  53. data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObjectFactory.html +66 -49
  54. data/vendor/local/share/gtk-doc/html/atk/AtkObject.html +2398 -1337
  55. data/vendor/local/share/gtk-doc/html/atk/AtkObjectFactory.html +154 -96
  56. data/vendor/local/share/gtk-doc/html/atk/AtkRegistry.html +192 -118
  57. data/vendor/local/share/gtk-doc/html/atk/AtkRelation.html +496 -278
  58. data/vendor/local/share/gtk-doc/html/atk/AtkRelationSet.html +294 -193
  59. data/vendor/local/share/gtk-doc/html/atk/AtkSelection.html +333 -201
  60. data/vendor/local/share/gtk-doc/html/atk/AtkStateSet.html +403 -256
  61. data/vendor/local/share/gtk-doc/html/atk/AtkStreamableContent.html +192 -130
  62. data/vendor/local/share/gtk-doc/html/atk/AtkTable.html +1363 -776
  63. data/vendor/local/share/gtk-doc/html/atk/AtkTableCell.html +497 -0
  64. data/vendor/local/share/gtk-doc/html/atk/AtkText.html +1975 -1446
  65. data/vendor/local/share/gtk-doc/html/atk/AtkUtil.html +862 -524
  66. data/vendor/local/share/gtk-doc/html/atk/AtkValue.html +638 -108
  67. data/vendor/local/share/gtk-doc/html/atk/AtkWindow.html +302 -175
  68. data/vendor/local/share/gtk-doc/html/atk/accessibles.html +49 -0
  69. data/vendor/local/share/gtk-doc/html/atk/api-index-1-12.html +18 -18
  70. data/vendor/local/share/gtk-doc/html/atk/api-index-1-13.html +21 -11
  71. data/vendor/local/share/gtk-doc/html/atk/api-index-1-20.html +11 -11
  72. data/vendor/local/share/gtk-doc/html/atk/api-index-1-22.html +10 -10
  73. data/vendor/local/share/gtk-doc/html/atk/api-index-1-3.html +11 -11
  74. data/vendor/local/share/gtk-doc/html/atk/api-index-1-30.html +15 -15
  75. data/vendor/local/share/gtk-doc/html/atk/api-index-1-4.html +9 -9
  76. data/vendor/local/share/gtk-doc/html/atk/api-index-1-6.html +11 -11
  77. data/vendor/local/share/gtk-doc/html/atk/api-index-1-9.html +39 -0
  78. data/vendor/local/share/gtk-doc/html/atk/api-index-2-10.html +35 -0
  79. data/vendor/local/share/gtk-doc/html/atk/api-index-2-12.html +78 -0
  80. data/vendor/local/share/gtk-doc/html/atk/api-index-2-2.html +53 -0
  81. data/vendor/local/share/gtk-doc/html/atk/api-index-2-8.html +47 -0
  82. data/vendor/local/share/gtk-doc/html/atk/api-index-deprecated.html +75 -25
  83. data/vendor/local/share/gtk-doc/html/atk/api-index-full.html +358 -288
  84. data/vendor/local/share/gtk-doc/html/atk/atk-AtkHyperlinkImpl.html +82 -60
  85. data/vendor/local/share/gtk-doc/html/atk/atk-AtkPlug.html +99 -52
  86. data/vendor/local/share/gtk-doc/html/atk/atk-AtkRange.html +328 -0
  87. data/vendor/local/share/gtk-doc/html/atk/atk-AtkSocket.html +139 -91
  88. data/vendor/local/share/gtk-doc/html/atk/atk-AtkState.html +355 -226
  89. data/vendor/local/share/gtk-doc/html/atk/atk-Versioning-Utilities.html +203 -142
  90. data/vendor/local/share/gtk-doc/html/atk/atk.devhelp2 +378 -547
  91. data/vendor/local/share/gtk-doc/html/atk/atkobject.html +33 -0
  92. data/vendor/local/share/gtk-doc/html/atk/data.html +49 -0
  93. data/vendor/local/share/gtk-doc/html/atk/deprecated.html +33 -0
  94. data/vendor/local/share/gtk-doc/html/atk/index.html +70 -46
  95. data/vendor/local/share/gtk-doc/html/atk/index.sgml +419 -519
  96. data/vendor/local/share/gtk-doc/html/atk/{atk.html → interfaces.html} +17 -60
  97. data/vendor/local/share/gtk-doc/html/atk/overview.html +47 -0
  98. data/vendor/local/share/gtk-doc/html/atk/style.css +260 -105
  99. data/vendor/local/share/gtk-doc/html/atk/toolkit.html +33 -0
  100. data/vendor/local/share/gtk-doc/html/atk/utilities.html +28 -14
  101. data/vendor/local/share/license/atk/AUTHORS +18 -5
  102. data/vendor/local/share/locale/an/LC_MESSAGES/atk10.mo +0 -0
  103. data/vendor/local/share/locale/as/LC_MESSAGES/atk10.mo +0 -0
  104. data/vendor/local/share/locale/ca/LC_MESSAGES/atk10.mo +0 -0
  105. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/atk10.mo +0 -0
  106. data/vendor/local/share/locale/cs/LC_MESSAGES/atk10.mo +0 -0
  107. data/vendor/local/share/locale/da/LC_MESSAGES/atk10.mo +0 -0
  108. data/vendor/local/share/locale/de/LC_MESSAGES/atk10.mo +0 -0
  109. data/vendor/local/share/locale/el/LC_MESSAGES/atk10.mo +0 -0
  110. data/vendor/local/share/locale/es/LC_MESSAGES/atk10.mo +0 -0
  111. data/vendor/local/share/locale/eu/LC_MESSAGES/atk10.mo +0 -0
  112. data/vendor/local/share/locale/fi/LC_MESSAGES/atk10.mo +0 -0
  113. data/vendor/local/share/locale/fr/LC_MESSAGES/atk10.mo +0 -0
  114. data/vendor/local/share/locale/gl/LC_MESSAGES/atk10.mo +0 -0
  115. data/vendor/local/share/locale/he/LC_MESSAGES/atk10.mo +0 -0
  116. data/vendor/local/share/locale/hu/LC_MESSAGES/atk10.mo +0 -0
  117. data/vendor/local/share/locale/id/LC_MESSAGES/atk10.mo +0 -0
  118. data/vendor/local/share/locale/it/LC_MESSAGES/atk10.mo +0 -0
  119. data/vendor/local/share/locale/ko/LC_MESSAGES/atk10.mo +0 -0
  120. data/vendor/local/share/locale/lt/LC_MESSAGES/atk10.mo +0 -0
  121. data/vendor/local/share/locale/lv/LC_MESSAGES/atk10.mo +0 -0
  122. data/vendor/local/share/locale/nb/LC_MESSAGES/atk10.mo +0 -0
  123. data/vendor/local/share/locale/pa/LC_MESSAGES/atk10.mo +0 -0
  124. data/vendor/local/share/locale/pl/LC_MESSAGES/atk10.mo +0 -0
  125. data/vendor/local/share/locale/pt/LC_MESSAGES/atk10.mo +0 -0
  126. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/atk10.mo +0 -0
  127. data/vendor/local/share/locale/ru/LC_MESSAGES/atk10.mo +0 -0
  128. data/vendor/local/share/locale/sk/LC_MESSAGES/atk10.mo +0 -0
  129. data/vendor/local/share/locale/sl/LC_MESSAGES/atk10.mo +0 -0
  130. data/vendor/local/share/locale/sr/LC_MESSAGES/atk10.mo +0 -0
  131. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/atk10.mo +0 -0
  132. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/atk10.mo +0 -0
  133. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/atk10.mo +0 -0
  134. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/atk10.mo +0 -0
  135. metadata +27 -19
  136. data/lib/1.9/atk.so +0 -0
  137. data/lib/2.1/atk.so +0 -0
  138. data/vendor/local/lib/atk-1.0.def +0 -248
  139. data/vendor/local/share/gtk-doc/html/atk/api-index-1-18.html +0 -31
  140. data/vendor/local/share/gtk-doc/html/atk/api-index-1-24.html +0 -31
  141. data/vendor/local/share/gtk-doc/html/atk/api-index-1-26.html +0 -31
  142. data/vendor/local/share/gtk-doc/html/atk/api-index-1-28.html +0 -31
  143. data/vendor/local/share/gtk-doc/html/atk/api-index-1-32.html +0 -30
@@ -28,6 +28,7 @@ G_BEGIN_DECLS
28
28
 
29
29
  #include <glib-object.h>
30
30
  #include <atk/atkrelationtype.h>
31
+ #include <atk/atkversion.h>
31
32
 
32
33
  /*
33
34
  * An AtkRelation describes a relation between the object and one or more
@@ -58,29 +59,38 @@ struct _AtkRelationClass
58
59
  GObjectClass parent;
59
60
  };
60
61
 
62
+ ATK_AVAILABLE_IN_ALL
61
63
  GType atk_relation_get_type (void);
62
64
 
65
+ ATK_AVAILABLE_IN_ALL
63
66
  AtkRelationType atk_relation_type_register (const gchar *name);
67
+ ATK_AVAILABLE_IN_ALL
64
68
  const gchar* atk_relation_type_get_name (AtkRelationType type);
69
+ ATK_AVAILABLE_IN_ALL
65
70
  AtkRelationType atk_relation_type_for_name (const gchar *name);
66
71
 
67
72
  /*
68
73
  * Create a new relation for the specified key and the specified list
69
74
  * of targets.
70
75
  */
76
+ ATK_AVAILABLE_IN_ALL
71
77
  AtkRelation* atk_relation_new (AtkObject **targets,
72
78
  gint n_targets,
73
79
  AtkRelationType relationship);
74
80
  /*
75
81
  * Returns the type of a relation.
76
82
  */
83
+ ATK_AVAILABLE_IN_ALL
77
84
  AtkRelationType atk_relation_get_relation_type (AtkRelation *relation);
78
85
  /*
79
86
  * Returns the target list of a relation.
80
87
  */
88
+ ATK_AVAILABLE_IN_ALL
81
89
  GPtrArray* atk_relation_get_target (AtkRelation *relation);
90
+ ATK_AVAILABLE_IN_ALL
82
91
  void atk_relation_add_target (AtkRelation *relation,
83
92
  AtkObject *target);
93
+ ATK_AVAILABLE_IN_ALL
84
94
  gboolean atk_relation_remove_target (AtkRelation *relation,
85
95
  AtkObject *target);
86
96
 
@@ -55,23 +55,33 @@ struct _AtkRelationSetClass
55
55
  AtkFunction pad2;
56
56
  };
57
57
 
58
+ ATK_AVAILABLE_IN_ALL
58
59
  GType atk_relation_set_get_type (void);
59
60
 
61
+ ATK_AVAILABLE_IN_ALL
60
62
  AtkRelationSet* atk_relation_set_new (void);
63
+ ATK_AVAILABLE_IN_ALL
61
64
  gboolean atk_relation_set_contains (AtkRelationSet *set,
62
65
  AtkRelationType relationship);
66
+ ATK_AVAILABLE_IN_ALL
63
67
  gboolean atk_relation_set_contains_target (AtkRelationSet *set,
64
68
  AtkRelationType relationship,
65
69
  AtkObject *target);
70
+ ATK_AVAILABLE_IN_ALL
66
71
  void atk_relation_set_remove (AtkRelationSet *set,
67
72
  AtkRelation *relation);
73
+ ATK_AVAILABLE_IN_ALL
68
74
  void atk_relation_set_add (AtkRelationSet *set,
69
75
  AtkRelation *relation);
76
+ ATK_AVAILABLE_IN_ALL
70
77
  gint atk_relation_set_get_n_relations (AtkRelationSet *set);
78
+ ATK_AVAILABLE_IN_ALL
71
79
  AtkRelation* atk_relation_set_get_relation (AtkRelationSet *set,
72
80
  gint i);
81
+ ATK_AVAILABLE_IN_ALL
73
82
  AtkRelation* atk_relation_set_get_relation_by_type (AtkRelationSet *set,
74
83
  AtkRelationType relationship);
84
+ ATK_AVAILABLE_IN_ALL
75
85
  void atk_relation_set_add_relation_by_type (AtkRelationSet *set,
76
86
  AtkRelationType relationship,
77
87
  AtkObject *target);
@@ -67,24 +67,32 @@ struct _AtkSelectionIface
67
67
  void (*selection_changed) (AtkSelection *selection);
68
68
  };
69
69
 
70
+ ATK_AVAILABLE_IN_ALL
70
71
  GType atk_selection_get_type (void);
71
72
 
73
+ ATK_AVAILABLE_IN_ALL
72
74
  gboolean atk_selection_add_selection (AtkSelection *selection,
73
75
  gint i);
74
76
 
77
+ ATK_AVAILABLE_IN_ALL
75
78
  gboolean atk_selection_clear_selection (AtkSelection *selection);
76
79
 
80
+ ATK_AVAILABLE_IN_ALL
77
81
  AtkObject* atk_selection_ref_selection (AtkSelection *selection,
78
82
  gint i);
79
83
 
84
+ ATK_AVAILABLE_IN_ALL
80
85
  gint atk_selection_get_selection_count (AtkSelection *selection);
81
86
 
87
+ ATK_AVAILABLE_IN_ALL
82
88
  gboolean atk_selection_is_child_selected (AtkSelection *selection,
83
89
  gint i);
84
90
 
91
+ ATK_AVAILABLE_IN_ALL
85
92
  gboolean atk_selection_remove_selection (AtkSelection *selection,
86
93
  gint i);
87
94
 
95
+ ATK_AVAILABLE_IN_ALL
88
96
  gboolean atk_selection_select_all_selection (AtkSelection *selection);
89
97
 
90
98
  G_END_DECLS
@@ -24,6 +24,8 @@
24
24
  #ifndef __ATK_SOCKET_H__
25
25
  #define __ATK_SOCKET_H__
26
26
 
27
+ #include <atk/atkversion.h>
28
+
27
29
  G_BEGIN_DECLS
28
30
 
29
31
  #define ATK_TYPE_SOCKET (atk_socket_get_type ())
@@ -44,6 +46,7 @@ struct _AtkSocket
44
46
  gchar* embedded_plug_id;
45
47
  };
46
48
 
49
+ ATK_AVAILABLE_IN_ALL
47
50
  GType atk_socket_get_type (void);
48
51
 
49
52
  struct _AtkSocketClass
@@ -56,8 +59,11 @@ struct _AtkSocketClass
56
59
  void (* embed) (AtkSocket *obj, gchar* plug_id);
57
60
  };
58
61
 
62
+ ATK_AVAILABLE_IN_ALL
59
63
  AtkObject* atk_socket_new (void);
64
+ ATK_AVAILABLE_IN_ALL
60
65
  void atk_socket_embed (AtkSocket* obj, gchar* plug_id);
66
+ ATK_AVAILABLE_IN_ALL
61
67
  gboolean atk_socket_is_occupied (AtkSocket* obj);
62
68
 
63
69
  G_END_DECLS
@@ -25,6 +25,7 @@
25
25
  #define __ATK_STATE_H__
26
26
 
27
27
  #include <glib-object.h>
28
+ #include <atk/atkversion.h>
28
29
 
29
30
  G_BEGIN_DECLS
30
31
 
@@ -117,10 +118,17 @@ G_BEGIN_DECLS
117
118
  * be taken as definitive evidence that the object's visual representation is
118
119
  * static; this state is advisory.
119
120
  *@ATK_STATE_VISITED: Indicates that the object (typically a hyperlink) has already been 'activated', and/or its backing data has already been downloaded, rendered, or otherwise "visited".
121
+ *@ATK_STATE_CHECKABLE: Indicates this object has the potential to be
122
+ * checked, such as a checkbox or toggle-able table cell. @Since:
123
+ * ATK-2.12
124
+ *@ATK_STATE_HAS_POPUP: Indicates that the object has a popup context
125
+ * menu or sub-level menu which may or may not be showing. This means
126
+ * that activation renders conditional content. Note that ordinary
127
+ * tooltips are not considered popups in this context. @Since: ATK-2.12
120
128
  *@ATK_STATE_LAST_DEFINED: Not a valid state, used for finding end of enumeration
121
129
  *
122
130
  *The possible types of states of an object
123
- **/
131
+ **/
124
132
  typedef enum
125
133
  {
126
134
  ATK_STATE_INVALID,
@@ -162,15 +170,19 @@ typedef enum
162
170
  ATK_STATE_DEFAULT,
163
171
  ATK_STATE_ANIMATED,
164
172
  ATK_STATE_VISITED,
165
-
173
+ ATK_STATE_CHECKABLE,
174
+ ATK_STATE_HAS_POPUP,
166
175
  ATK_STATE_LAST_DEFINED
167
176
  } AtkStateType;
168
177
 
169
178
  typedef guint64 AtkState;
170
179
 
180
+ ATK_AVAILABLE_IN_ALL
171
181
  AtkStateType atk_state_type_register (const gchar *name);
172
182
 
183
+ ATK_AVAILABLE_IN_ALL
173
184
  const gchar* atk_state_type_get_name (AtkStateType type);
185
+ ATK_AVAILABLE_IN_ALL
174
186
  AtkStateType atk_state_type_for_name (const gchar *name);
175
187
 
176
188
  G_END_DECLS
@@ -51,27 +51,39 @@ struct _AtkStateSetClass
51
51
  GObjectClass parent;
52
52
  };
53
53
 
54
+ ATK_AVAILABLE_IN_ALL
54
55
  GType atk_state_set_get_type (void);
55
56
 
57
+ ATK_AVAILABLE_IN_ALL
56
58
  AtkStateSet* atk_state_set_new (void);
59
+ ATK_AVAILABLE_IN_ALL
57
60
  gboolean atk_state_set_is_empty (AtkStateSet *set);
61
+ ATK_AVAILABLE_IN_ALL
58
62
  gboolean atk_state_set_add_state (AtkStateSet *set,
59
63
  AtkStateType type);
64
+ ATK_AVAILABLE_IN_ALL
60
65
  void atk_state_set_add_states (AtkStateSet *set,
61
66
  AtkStateType *types,
62
67
  gint n_types);
68
+ ATK_AVAILABLE_IN_ALL
63
69
  void atk_state_set_clear_states (AtkStateSet *set);
70
+ ATK_AVAILABLE_IN_ALL
64
71
  gboolean atk_state_set_contains_state (AtkStateSet *set,
65
72
  AtkStateType type);
73
+ ATK_AVAILABLE_IN_ALL
66
74
  gboolean atk_state_set_contains_states (AtkStateSet *set,
67
75
  AtkStateType *types,
68
76
  gint n_types);
77
+ ATK_AVAILABLE_IN_ALL
69
78
  gboolean atk_state_set_remove_state (AtkStateSet *set,
70
79
  AtkStateType type);
80
+ ATK_AVAILABLE_IN_ALL
71
81
  AtkStateSet* atk_state_set_and_sets (AtkStateSet *set,
72
82
  AtkStateSet *compare_set);
83
+ ATK_AVAILABLE_IN_ALL
73
84
  AtkStateSet* atk_state_set_or_sets (AtkStateSet *set,
74
85
  AtkStateSet *compare_set);
86
+ ATK_AVAILABLE_IN_ALL
75
87
  AtkStateSet* atk_state_set_xor_sets (AtkStateSet *set,
76
88
  AtkStateSet *compare_set);
77
89
 
@@ -88,15 +88,20 @@ struct _AtkStreamableContentIface
88
88
  AtkFunction pad2;
89
89
  AtkFunction pad3;
90
90
  };
91
+ ATK_AVAILABLE_IN_ALL
91
92
  GType atk_streamable_content_get_type (void);
92
93
 
94
+ ATK_AVAILABLE_IN_ALL
93
95
  gint atk_streamable_content_get_n_mime_types (AtkStreamableContent *streamable);
94
-
96
+
97
+ ATK_AVAILABLE_IN_ALL
95
98
  const gchar* atk_streamable_content_get_mime_type (AtkStreamableContent *streamable,
96
99
  gint i);
100
+ ATK_AVAILABLE_IN_ALL
97
101
  GIOChannel* atk_streamable_content_get_stream (AtkStreamableContent *streamable,
98
102
  const gchar *mime_type);
99
103
 
104
+ ATK_AVAILABLE_IN_ALL
100
105
  const gchar* atk_streamable_content_get_uri (AtkStreamableContent *streamable,
101
106
  const gchar *mime_type);
102
107
 
@@ -28,12 +28,6 @@
28
28
 
29
29
  G_BEGIN_DECLS
30
30
 
31
- /*
32
- * AtkTable describes a user-interface component that presents data in
33
- * two-dimensional table format.
34
- */
35
-
36
-
37
31
  #define ATK_TYPE_TABLE (atk_table_get_type ())
38
32
  #define ATK_IS_TABLE(obj) G_TYPE_CHECK_INSTANCE_TYPE ((obj), ATK_TYPE_TABLE)
39
33
  #define ATK_TABLE(obj) G_TYPE_CHECK_INSTANCE_CAST ((obj), ATK_TYPE_TABLE, AtkTable)
@@ -134,72 +128,102 @@ struct _AtkTableIface
134
128
  void (* model_changed) (AtkTable *table);
135
129
  };
136
130
 
131
+ ATK_AVAILABLE_IN_ALL
137
132
  GType atk_table_get_type (void);
138
133
 
134
+ ATK_AVAILABLE_IN_ALL
139
135
  AtkObject* atk_table_ref_at (AtkTable *table,
140
136
  gint row,
141
137
  gint column);
138
+ ATK_DEPRECATED_IN_2_12_FOR(atk_table_ref_at)
142
139
  gint atk_table_get_index_at (AtkTable *table,
143
140
  gint row,
144
141
  gint column);
142
+ ATK_DEPRECATED_IN_2_12
145
143
  gint atk_table_get_column_at_index (AtkTable *table,
146
144
  gint index_);
145
+ ATK_DEPRECATED_IN_2_12
147
146
  gint atk_table_get_row_at_index (AtkTable *table,
148
147
  gint index_);
148
+ ATK_AVAILABLE_IN_ALL
149
149
  gint atk_table_get_n_columns (AtkTable *table);
150
+ ATK_AVAILABLE_IN_ALL
150
151
  gint atk_table_get_n_rows (AtkTable *table);
152
+ ATK_AVAILABLE_IN_ALL
151
153
  gint atk_table_get_column_extent_at (AtkTable *table,
152
154
  gint row,
153
155
  gint column);
156
+ ATK_AVAILABLE_IN_ALL
154
157
  gint atk_table_get_row_extent_at (AtkTable *table,
155
158
  gint row,
156
159
  gint column);
160
+ ATK_AVAILABLE_IN_ALL
157
161
  AtkObject*
158
162
  atk_table_get_caption (AtkTable *table);
163
+ ATK_AVAILABLE_IN_ALL
159
164
  const gchar* atk_table_get_column_description
160
165
  (AtkTable *table,
161
166
  gint column);
167
+ ATK_AVAILABLE_IN_ALL
162
168
  AtkObject* atk_table_get_column_header (AtkTable *table,
163
169
  gint column);
170
+ ATK_AVAILABLE_IN_ALL
164
171
  const gchar* atk_table_get_row_description (AtkTable *table,
165
172
  gint row);
173
+ ATK_AVAILABLE_IN_ALL
166
174
  AtkObject* atk_table_get_row_header (AtkTable *table,
167
175
  gint row);
176
+ ATK_AVAILABLE_IN_ALL
168
177
  AtkObject* atk_table_get_summary (AtkTable *table);
178
+ ATK_AVAILABLE_IN_ALL
169
179
  void atk_table_set_caption (AtkTable *table,
170
180
  AtkObject *caption);
181
+ ATK_AVAILABLE_IN_ALL
171
182
  void atk_table_set_column_description
172
183
  (AtkTable *table,
173
184
  gint column,
174
185
  const gchar *description);
186
+ ATK_AVAILABLE_IN_ALL
175
187
  void atk_table_set_column_header (AtkTable *table,
176
188
  gint column,
177
189
  AtkObject *header);
190
+ ATK_AVAILABLE_IN_ALL
178
191
  void atk_table_set_row_description (AtkTable *table,
179
192
  gint row,
180
193
  const gchar *description);
194
+ ATK_AVAILABLE_IN_ALL
181
195
  void atk_table_set_row_header (AtkTable *table,
182
196
  gint row,
183
197
  AtkObject *header);
198
+ ATK_AVAILABLE_IN_ALL
184
199
  void atk_table_set_summary (AtkTable *table,
185
200
  AtkObject *accessible);
201
+ ATK_AVAILABLE_IN_ALL
186
202
  gint atk_table_get_selected_columns (AtkTable *table,
187
203
  gint **selected);
204
+ ATK_AVAILABLE_IN_ALL
188
205
  gint atk_table_get_selected_rows (AtkTable *table,
189
206
  gint **selected);
207
+ ATK_AVAILABLE_IN_ALL
190
208
  gboolean atk_table_is_column_selected (AtkTable *table,
191
209
  gint column);
210
+ ATK_AVAILABLE_IN_ALL
192
211
  gboolean atk_table_is_row_selected (AtkTable *table,
193
212
  gint row);
213
+ ATK_AVAILABLE_IN_ALL
194
214
  gboolean atk_table_is_selected (AtkTable *table,
195
215
  gint row,
196
216
  gint column);
217
+ ATK_AVAILABLE_IN_ALL
197
218
  gboolean atk_table_add_row_selection (AtkTable *table,
198
219
  gint row);
220
+ ATK_AVAILABLE_IN_ALL
199
221
  gboolean atk_table_remove_row_selection (AtkTable *table,
200
222
  gint row);
223
+ ATK_AVAILABLE_IN_ALL
201
224
  gboolean atk_table_add_column_selection (AtkTable *table,
202
225
  gint column);
226
+ ATK_AVAILABLE_IN_ALL
203
227
  gboolean atk_table_remove_column_selection
204
228
  (AtkTable *table,
205
229
  gint column);
@@ -0,0 +1,104 @@
1
+ /* ATK - Accessibility Toolkit
2
+ * Copyright 2014 SUSE LLC.
3
+ *
4
+ * This library is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU Library General Public
6
+ * License as published by the Free Software Foundation; either
7
+ * version 2 of the License, or (at your option) any later version.
8
+ *
9
+ * This library is distributed in the hope that it will be useful,
10
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12
+ * Library General Public License for more details.
13
+ *
14
+ * You should have received a copy of the GNU Library General Public
15
+ * License along with this library; if not, write to the
16
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
17
+ * Boston, MA 02111-1307, USA.
18
+ */
19
+
20
+ #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
21
+ #error "Only <atk/atk.h> can be included directly."
22
+ #endif
23
+
24
+ #ifndef __ATK_TABLE_CELL_H__
25
+ #define __ATK_TABLE_CELL_H__
26
+
27
+ #include <atk/atkobject.h>
28
+
29
+ G_BEGIN_DECLS
30
+
31
+ #define ATK_TYPE_TABLE_CELL (atk_table_cell_get_type ())
32
+ #define ATK_IS_TABLE_CELL(obj) G_TYPE_CHECK_INSTANCE_TYPE ((obj), ATK_TYPE_TABLE_CELL)
33
+ #define ATK_TABLE_CELL(obj) G_TYPE_CHECK_INSTANCE_CAST ((obj), ATK_TYPE_TABLE_CELL, AtkTableCell)
34
+ #define ATK_TABLE_CELL_GET_IFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), ATK_TYPE_TABLE_CELL, AtkTableCellIface))
35
+
36
+ #ifndef _TYPEDEF_ATK_TABLE_CELL_
37
+ #define _TYPEDEF_ATK_TABLE_CELL_
38
+ typedef struct _AtkTableCell AtkTableCell;
39
+ #endif
40
+ typedef struct _AtkTableCellIface AtkTableCellIface;
41
+
42
+ /**
43
+ * AtkTableCellIface:
44
+ * @get_column_span: virtual function that returns the number of
45
+ * columns occupied by this cell accessible. @Since: 2.12
46
+ * @get_column_header_cells: virtual function that returns the column
47
+ * headers as an array of cell accessibles. @Since: 2.12
48
+ * @get_position: virtual function that retrieves the tabular position
49
+ * of this cell. @Since: 2.12
50
+ * @get_row_span: virtual function that returns the number of rows
51
+ * occupied by this cell. @Since: 2.12
52
+ * @get_row_header_cells: virtual function that returns the row
53
+ * headers as an array of cell accessibles. @Since: 2.12
54
+ * @get_row_column_span: virtual function that get the row an column
55
+ * indexes and span of this cell. @Since: 2.12
56
+ * @get_table: virtual function that returns a reference to the
57
+ * accessible of the containing table. @Since: 2.12
58
+ */
59
+ struct _AtkTableCellIface
60
+ {
61
+ GTypeInterface parent;
62
+
63
+ gint (*get_column_span) (AtkTableCell *cell);
64
+ GPtrArray * (*get_column_header_cells) (AtkTableCell *cell);
65
+ gboolean (*get_position) (AtkTableCell *cell,
66
+ gint *row,
67
+ gint *column);
68
+ gint (*get_row_span) (AtkTableCell *cell);
69
+ GPtrArray * (*get_row_header_cells) (AtkTableCell *cell);
70
+ gboolean (*get_row_column_span) (AtkTableCell *cell,
71
+ gint *row,
72
+ gint *column,
73
+ gint *row_span,
74
+ gint *column_span);
75
+ AtkObject * (*get_table) (AtkTableCell *cell);
76
+ };
77
+
78
+ ATK_AVAILABLE_IN_2_12
79
+ GType atk_table_cell_get_type (void);
80
+
81
+ ATK_AVAILABLE_IN_2_12
82
+ gint atk_table_cell_get_column_span (AtkTableCell *cell);
83
+ ATK_AVAILABLE_IN_2_12
84
+ GPtrArray * atk_table_cell_get_column_header_cells (AtkTableCell *cell);
85
+ ATK_AVAILABLE_IN_2_12
86
+ gboolean atk_table_cell_get_position (AtkTableCell *cell,
87
+ gint *row,
88
+ gint *column);
89
+ ATK_AVAILABLE_IN_2_12
90
+ gint atk_table_cell_get_row_span (AtkTableCell *cell);
91
+ ATK_AVAILABLE_IN_2_12
92
+ GPtrArray * atk_table_cell_get_row_header_cells (AtkTableCell *cell);
93
+ ATK_AVAILABLE_IN_2_12
94
+ gboolean atk_table_cell_get_row_column_span (AtkTableCell *cell,
95
+ gint *row,
96
+ gint *column,
97
+ gint *row_span,
98
+ gint *column_span);
99
+ ATK_AVAILABLE_IN_2_12
100
+ AtkObject * atk_table_cell_get_table (AtkTableCell *cell);
101
+
102
+ G_END_DECLS
103
+
104
+ #endif /* __ATK_TABLE_CELL_H__ */