Crate druid

source ·
Expand description

Simple entity-component-system based GUI.

Re-exports

pub use widget::KeyEvent;
pub use widget::KeyVariant;
pub use widget::MouseEvent;
pub use widget::Widget;

Modules

Widget trait and common widgets.

Structs

Options for file dialog.
Context given to handlers.
The context given to layout methods.
The context given to listeners.
The main access point for manipulating the UI.
The top-level handler for the UI.

Enums

Type Definitions

An identifier for widgets, scoped to a UiMain instance. This is the “entity” of the entity-component-system architecture.
UiInnerDeprecated
This struct is being renamed.