Crate orbtk [] [src]

Reexports

pub use cell::CloneCell;
pub use dialogs::*;
pub use layouts::*;
pub use primitives::*;
pub use event::Event;
pub use event::KeyEvent;
pub use self::focus_manager::FocusManager;
pub use point::Point;
pub use rect::Rect;
pub use traits::*;
pub use thickness::Thickness;
pub use widgets::*;
pub use window::Window;
pub use window::WindowBuilder;

Modules

cell
dialogs
draw
event
focus_manager
layouts

Layouts are container widgets used to arrange it's children widgets.

point
primitives
rect
theme
thickness
traits
widgets

Widgets are the primary elements to create user interfaces with orbtk.

window

Structs

Color

A color

InnerWindow

A window

Traits

Renderer