Draft new grid widget
This commit is contained in:
parent
193a340d6d
commit
b89e78cd82
5 changed files with 388 additions and 27 deletions
|
|
@ -10,6 +10,7 @@ pub use iced_runtime::core;
|
|||
|
||||
mod action;
|
||||
mod column;
|
||||
mod grid;
|
||||
mod mouse_area;
|
||||
mod pin;
|
||||
mod space;
|
||||
|
|
@ -59,6 +60,8 @@ pub use combo_box::ComboBox;
|
|||
#[doc(no_inline)]
|
||||
pub use container::Container;
|
||||
#[doc(no_inline)]
|
||||
pub use grid::Grid;
|
||||
#[doc(no_inline)]
|
||||
pub use mouse_area::MouseArea;
|
||||
#[doc(no_inline)]
|
||||
pub use pane_grid::PaneGrid;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue