fret-ui 0.1.0

Mechanism-layer UI engine for Fret with tree, layout, focus, routing, and interaction contracts.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
use super::*;

mod alt_menu;
mod chain;
mod ctx;
mod event_chain;
mod focus;
mod hover;
mod ime;
mod invalidation;
mod observer;
mod overlay;
mod pointer_move;
mod window;

pub(in crate::tree) use ctx::DispatchCx;

use invalidation::PendingInvalidation;