[][src]Module tuikit::prelude

Re-exports

pub use crate::attr::Attr;
pub use crate::attr::Effect;
pub use crate::canvas::Canvas;
pub use crate::canvas::Result;
pub use crate::cell::Cell;
pub use crate::container::Size;
pub use crate::draw::Draw;
pub use crate::event::Event;
pub use crate::event::Key;
pub use crate::term::Term;
pub use crate::term::TermHeight;
pub use crate::term::TermOptions;

Structs

HSplit

HSplit will split the area horizontally. It will

VSplit

VSplit will split the area vertically. It will

Win

A Win is like a div in HTML, it has its margin/padding, and border

Enums

Color

Color of a character, could be 8 bit(256 color) or RGB color

Traits

Split

A Split item would contain 3 things 0. inner_size, will be used if basis is Size::Default.