Implement styling for Checkbox
This commit is contained in:
parent
387fc0be26
commit
ed30b487d6
9 changed files with 181 additions and 47 deletions
|
|
@ -34,11 +34,11 @@ pub mod widget {
|
|||
pub use iced_winit::svg::{Handle, Svg};
|
||||
}
|
||||
|
||||
pub use iced_winit::{Checkbox, Text};
|
||||
pub use iced_winit::Text;
|
||||
|
||||
#[doc(no_inline)]
|
||||
pub use {
|
||||
button::Button, container::Container, image::Image,
|
||||
button::Button, checkbox::Checkbox, container::Container, image::Image,
|
||||
progress_bar::ProgressBar, radio::Radio, scrollable::Scrollable,
|
||||
slider::Slider, svg::Svg, text_input::TextInput,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue