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:
Vukašin Vojinović 2026-04-01 19:51:17 +02:00 committed by Michael Murphy
parent f141c3ce5c
commit 04c273a79b
3 changed files with 37 additions and 1 deletions

View file

@ -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;