atk/
prelude.rs

1// Copyright 2015, The Gtk-rs Project Developers.
2// See the COPYRIGHT file at the top-level directory of this distribution.
3// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
4
5//! Traits intended for blanket imports.
6
7pub use auto::traits::*;
8pub use editable_text::EditableTextExtManual;
9pub use table::TableExtManual;