Skip to main content

gdk/
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::cairo_interaction::{GdkContextExt, GdkPixbufExt, GdkSurfaceExt};
7pub use crate::device::DeviceExtManual;
8pub use crate::display::DisplayExtManual;
9pub use crate::window::WindowExtManual;
10
11#[doc(hidden)]
12pub use gdk_pixbuf::prelude::*;
13#[doc(hidden)]
14pub use gio::prelude::*;
15#[doc(hidden)]
16pub use glib::prelude::*;
17#[doc(hidden)]
18pub use pango::prelude::*;