Héctor Ramón Jiménez
|
ff2519b1d4
|
Replace stateful widgets with new iced_pure API
|
2022-07-27 06:49:20 +02:00 |
|
Héctor Ramón Jiménez
|
de21a651c0
|
Implement theme styling for Scrollable
|
2022-06-07 03:26:48 +02:00 |
|
Héctor Ramón Jiménez
|
c275fde67a
|
Implement theme styling for Rule
|
2022-06-01 01:56:46 +02:00 |
|
Héctor Ramón Jiménez
|
28d09bfff1
|
Implement theme styling for Radio
|
2022-05-27 01:29:36 +02:00 |
|
Ram.Type-0
|
0245f289b2
|
Remove unnecessary String allocation
Remove unnecessary String allocation by passing &format! or &x.to_string as impl Into<String>
|
2021-11-02 00:05:25 +09:00 |
|
Héctor Ramón
|
ce3a5f19b9
|
Add scrolling progress indicators to scrollable example
|
2021-06-04 20:46:47 +07:00 |
|
Héctor Ramón
|
57510c43c8
|
Add buttons to control scrolling in scrollable example
|
2021-06-04 20:15:06 +07:00 |
|
Héctor Ramón
|
59c2500c55
|
Fix Scrollable scrollbar being rendered behind contents
... by issuing a new clip layer just for the scrollbar itself.
|
2021-05-03 15:42:02 +07:00 |
|
Héctor Ramón Jiménez
|
7f66345d5a
|
Improve minor details in scrollable example
- Rename `Config` to `Variant`
- Include `State` in `Variant` to avoid `zip`
- Break long string literal
- Split `style` module into its own file
|
2020-10-24 10:29:12 +02:00 |
|
Clark Moody
|
e43a46952a
|
Add scrollable example program
|
2020-10-22 16:24:54 -05:00 |
|