iced-yoda/widget/src/pane_grid
Héctor Ramón Jiménez 2088e5d661
Try using closures for Container::style
`Box` should not allocate for zero-sized types; so
we should not be incurring much overhead. Just a
bit of indirection.
2024-03-12 13:31:16 +01:00
..
axis.rs Create iced_widget subcrate and re-organize the whole codebase 2023-03-04 05:37:11 +01:00
configuration.rs Fix majority of unresolved documentation links 2023-09-09 18:59:17 +02:00
content.rs Try using closures for Container::style 2024-03-12 13:31:16 +01:00
direction.rs Create iced_widget subcrate and re-organize the whole codebase 2023-03-04 05:37:11 +01:00
draggable.rs Implement basic cursor availability 2023-06-08 20:11:59 +02:00
node.rs Fix clippy::trivially-copy-pass-by-ref 2023-09-20 04:33:48 +02:00
pane.rs Fix majority of unresolved documentation links 2023-09-09 18:59:17 +02:00
split.rs Fix majority of unresolved documentation links 2023-09-09 18:59:17 +02:00
state.rs Fix PaneGrid mouse interaction when clicking a pane 2024-02-27 02:19:41 +01:00
title_bar.rs Try using closures for Container::style 2024-03-12 13:31:16 +01:00