[][src]Crate breadx

Re-exports

pub use colormap::*;
pub use display::*;
pub use error::*;
pub use event::Event;
pub use gcontext::*;
pub use image::Image;
pub use window::*;
pub use xid::XidType;
pub use xid::XID;
pub use auto::xproto::Arc;
pub use auto::xproto::EventMask;
pub use auto::xproto::Rectangle;
pub use auto::xproto::Segment;
pub use auto::xproto::Visualid;
pub use auto::xproto::Window;
pub use auto::xproto::WindowClass;

Modules

auto

This module contains data formats and functions that were automatically generated from the XmlXcb description of the X11 protocol. If you want direct access to the X11 protocol's internals, it's recommended to use these functions, as well as the Display object's send_request, resolve_request and wait_for_event functions.

client_message_data
colormap
display

This module defines the Display object, which acts as a connection to the X11 server, and the Connection trait, which the Display object abstracts itself over. See the documentation for these objects for more information.

drawable

This module contains functions that can be applied to nearly all drawable objects, such as Windows and Pixmaps.

error
event
gcontext
image

This module defines the Image struct, as well as procedures for manipulating images.

window
xid

Structs

AuthInfo

Information needed to authorize a user to use an X11 connection.

Traits

Request

A request.