telar-ui-core 0.1.5

Widget kernel for Telar: containers, text, input handling, scrolling and canvas primitives.
Documentation
1
2
3
4
5
6
7
8
pub use layout_reactive::overlay_viewport;
pub use layout_reactive::{
    NodeId, absolute_rect, attach_overlay, compute_layout, container_is_row, current_direction,
    detach_overlay, is_descendant_of, mark_dirty, new_container, new_leaf, new_measured_leaf,
    relayout_if_dirty, remove_node, reset_layout_runtime, set_children, set_container_row,
    set_direction, set_display, set_layout_style, set_leading_margin, set_min_height,
    set_overlay_host, track_layout, use_direction,
};