Skip to main content

atk/
prelude.rs

1// Take a look at the license at the top of the repository in the LICENSE file.
2
3//! Traits intended for blanket imports.
4
5pub use crate::auto::traits::*;
6pub use crate::editable_text::EditableTextExtManual;
7pub use crate::table::TableExtManual;
8#[doc(hidden)]
9pub use glib::prelude::*;