atk/auto/mod.rs
1// This file was generated by gir (https://github.com/gtk-rs/gir)
2// from gir-files (https://github.com/gtk-rs/gir-files)
3// DO NOT EDIT
4
5mod action;
6pub use self::action::Action;
7
8mod component;
9pub use self::component::Component;
10
11mod document;
12pub use self::document::Document;
13
14mod editable_text;
15pub use self::editable_text::EditableText;
16
17mod gobject_accessible;
18pub use self::gobject_accessible::GObjectAccessible;
19
20mod hyperlink;
21pub use self::hyperlink::Hyperlink;
22
23mod hyperlink_impl;
24pub use self::hyperlink_impl::HyperlinkImpl;
25
26mod hypertext;
27pub use self::hypertext::Hypertext;
28
29mod image;
30pub use self::image::Image;
31
32mod misc;
33pub use self::misc::Misc;
34
35mod no_op_object;
36pub use self::no_op_object::NoOpObject;
37
38mod no_op_object_factory;
39pub use self::no_op_object_factory::NoOpObjectFactory;
40
41mod object;
42pub use self::object::Object;
43
44mod object_factory;
45pub use self::object_factory::ObjectFactory;
46
47mod plug;
48pub use self::plug::Plug;
49
50mod registry;
51pub use self::registry::Registry;
52
53mod relation;
54pub use self::relation::Relation;
55
56mod relation_set;
57pub use self::relation_set::RelationSet;
58
59mod selection;
60pub use self::selection::Selection;
61
62mod socket;
63pub use self::socket::Socket;
64
65mod state_set;
66pub use self::state_set::StateSet;
67
68mod streamable_content;
69pub use self::streamable_content::StreamableContent;
70
71mod table;
72pub use self::table::Table;
73
74mod table_cell;
75pub use self::table_cell::TableCell;
76
77mod text;
78pub use self::text::Text;
79
80mod util;
81pub use self::util::Util;
82
83mod value;
84pub use self::value::Value;
85
86mod window;
87pub use self::window::Window;
88
89mod range;
90pub use self::range::Range;
91
92mod rectangle;
93pub use self::rectangle::Rectangle;
94
95mod text_range;
96pub use self::text_range::TextRange;
97
98mod enums;
99pub use self::enums::CoordType;
100pub use self::enums::Layer;
101#[cfg(feature = "v2_50")]
102#[cfg_attr(docsrs, doc(cfg(feature = "v2_50")))]
103pub use self::enums::Live;
104pub use self::enums::RelationType;
105pub use self::enums::Role;
106#[cfg(feature = "v2_30")]
107#[cfg_attr(docsrs, doc(cfg(feature = "v2_30")))]
108pub use self::enums::ScrollType;
109pub use self::enums::StateType;
110pub use self::enums::TextAttribute;
111pub use self::enums::TextBoundary;
112pub use self::enums::TextClipType;
113pub use self::enums::TextGranularity;
114pub use self::enums::ValueType;
115
116mod flags;
117pub use self::flags::HyperlinkStateFlags;
118
119mod alias;
120pub use self::alias::State;
121
122#[doc(hidden)]
123pub mod traits {
124 pub use super::action::AtkActionExt;
125 pub use super::component::ComponentExt;
126 pub use super::document::DocumentExt;
127 pub use super::editable_text::EditableTextExt;
128 pub use super::gobject_accessible::GObjectAccessibleExt;
129 pub use super::hyperlink::HyperlinkExt;
130 pub use super::hyperlink_impl::HyperlinkImplExt;
131 pub use super::hypertext::HypertextExt;
132 pub use super::image::AtkImageExt;
133 pub use super::misc::AtkMiscExt;
134 pub use super::object::AtkObjectExt;
135 pub use super::object_factory::ObjectFactoryExt;
136 pub use super::plug::AtkPlugExt;
137 pub use super::registry::RegistryExt;
138 pub use super::relation::RelationExt;
139 pub use super::relation_set::RelationSetExt;
140 pub use super::selection::SelectionExt;
141 pub use super::socket::AtkSocketExt;
142 pub use super::state_set::StateSetExt;
143 pub use super::streamable_content::StreamableContentExt;
144 pub use super::table::TableExt;
145 pub use super::table_cell::TableCellExt;
146 pub use super::text::TextExt;
147 pub use super::value::ValueExt;
148 pub use super::window::AtkWindowExt;
149}