Draft Scrollable widget (no clipping yet!)
This commit is contained in:
parent
4769272122
commit
719c073fc6
13 changed files with 526 additions and 50 deletions
|
|
@ -14,6 +14,7 @@ mod radio;
|
|||
mod row;
|
||||
|
||||
pub mod button;
|
||||
pub mod scrollable;
|
||||
pub mod slider;
|
||||
pub mod text;
|
||||
|
||||
|
|
@ -26,6 +27,9 @@ pub use slider::Slider;
|
|||
#[doc(no_inline)]
|
||||
pub use text::Text;
|
||||
|
||||
#[doc(no_inline)]
|
||||
pub use scrollable::Scrollable;
|
||||
|
||||
pub use checkbox::Checkbox;
|
||||
pub use column::Column;
|
||||
pub use image::Image;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue