Crate orbtk

Source

Re-exports§

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

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