chore: add functions for row/column
This matches the libcosmic ones (e.g `row::with_children()`, instead of `Row::with_children()`).
This commit is contained in:
parent
f141c3ce5c
commit
04c273a79b
3 changed files with 37 additions and 1 deletions
|
|
@ -10,7 +10,6 @@ pub use iced_renderer::graphics;
|
|||
pub use core::widget::Id;
|
||||
|
||||
mod action;
|
||||
mod column;
|
||||
mod mouse_area;
|
||||
mod pin;
|
||||
mod responsive;
|
||||
|
|
@ -19,6 +18,7 @@ mod themer;
|
|||
|
||||
pub mod button;
|
||||
pub mod checkbox;
|
||||
pub mod column;
|
||||
pub mod combo_box;
|
||||
pub mod container;
|
||||
pub mod float;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue