summaryrefslogtreecommitdiffstats
path: root/style/src/toggler.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify theming for `Toggler` widgetLibravatar Héctor Ramón Jiménez2024-03-061-35/+0
|
* add border widths to toggler stylesheetLibravatar Giuliano Bellini s2947392024-02-071-2/+6
|
* Write documentation for `iced_style`Libravatar Héctor Ramón Jiménez2022-11-101-1/+12
|
* Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez2022-11-091-3/+3
|
* Derive `Clone` and `Copy` for `toggler::Appearance`Libravatar MG_REX2022-10-051-1/+1
|
* Implement theme styling for `Toggler`Libravatar Héctor Ramón Jiménez2022-06-011-41/+4
| | | | ... and wire up theming to the `styling` example.
* Introduce generic lifetime to `Default` implementation for style sheetsLibravatar Héctor Ramón Jiménez2021-11-021-1/+1
|
* Introduce state lifetime for `style_sheet` in `Toggler`Libravatar Héctor Ramón Jiménez2021-10-311-2/+2
|
* Implement `Toggler` widget for iced_nativeLibravatar Kaiden422021-06-031-0/+57