Introduce keyed::Column widget

This commit is contained in:
Héctor Ramón Jiménez 2023-09-04 02:55:09 +02:00
parent 1a1da6a1f0
commit 34495bba1c
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
8 changed files with 490 additions and 11 deletions

View file

@ -29,6 +29,7 @@ pub mod button;
pub mod checkbox;
pub mod combo_box;
pub mod container;
pub mod keyed;
pub mod overlay;
pub mod pane_grid;
pub mod pick_list;