[][src]Crate druid_shell

Platform abstraction for druid toolkit.

Re-exports

pub use piet_common as piet;
pub use piet_common::kurbo;
pub use crate::gtk as platform;
pub use error::Error;
pub use platform::application;
pub use platform::menu;
pub use platform::util;
pub use platform::win_main as runloop;
pub use platform::WindowBuilder;
pub use util::get_locale;
pub use util::init;

Modules

clipboard

Interacting with the system pasteboard/clipboard.

dialog

File open/save dialogs.

error

Errors at the application shell level.

gtk

GTK-based platform support

hotkey

Hotkeys and helpers for parsing keyboard shortcuts.

keyboard

Keyboard event types and helpers

keycodes

Keycode constants.

window

Platform independent window types.