Implement styling for Radio
This commit is contained in:
parent
48b3b78a38
commit
387fc0be26
9 changed files with 145 additions and 38 deletions
|
|
@ -34,13 +34,13 @@ pub mod widget {
|
|||
pub use iced_winit::svg::{Handle, Svg};
|
||||
}
|
||||
|
||||
pub use iced_winit::{Checkbox, Radio, Text};
|
||||
pub use iced_winit::{Checkbox, Text};
|
||||
|
||||
#[doc(no_inline)]
|
||||
pub use {
|
||||
button::Button, container::Container, image::Image,
|
||||
progress_bar::ProgressBar, scrollable::Scrollable, slider::Slider,
|
||||
svg::Svg, text_input::TextInput,
|
||||
progress_bar::ProgressBar, radio::Radio, scrollable::Scrollable,
|
||||
slider::Slider, svg::Svg, text_input::TextInput,
|
||||
};
|
||||
|
||||
/// A container that distributes its contents vertically.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue