Inline helper functions in widget modules
This commit is contained in:
parent
7161cb40c7
commit
288025f514
4 changed files with 553 additions and 669 deletions
|
|
@ -18,6 +18,7 @@ pub use iced_runtime::core;
|
|||
mod column;
|
||||
mod mouse_area;
|
||||
mod row;
|
||||
mod space;
|
||||
mod themer;
|
||||
|
||||
pub mod button;
|
||||
|
|
@ -33,7 +34,6 @@ pub mod radio;
|
|||
pub mod rule;
|
||||
pub mod scrollable;
|
||||
pub mod slider;
|
||||
pub mod space;
|
||||
pub mod text;
|
||||
pub mod text_editor;
|
||||
pub mod text_input;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue