iced/native/src/widget
Nikolai Vazquez 267e242238 Make many functions const
The point is to set up repeated components or boilerplate before their
use sites.

The majority of these make sense as `const`. However, some functions
such as those regarding state may not make sense as `const`.
2019-11-29 21:24:52 -05:00
..
button.rs Fix Button example in iced_native 2019-11-22 22:13:54 +01:00
checkbox.rs Display widget images in documentation 2019-11-24 10:48:29 +01:00
column.rs Make many functions const 2019-11-29 21:24:52 -05:00
container.rs Uncomment missing debug implementations rule 2019-11-22 21:16:40 +01:00
image.rs Make many functions const 2019-11-29 21:24:52 -05:00
radio.rs Display widget images in documentation 2019-11-24 10:48:29 +01:00
row.rs Make many functions const 2019-11-29 21:24:52 -05:00
scrollable.rs Increase scrolling speed in Scrollable 2019-11-24 12:54:31 +01:00
slider.rs Make many functions const 2019-11-29 21:24:52 -05:00
text.rs Display widget images in documentation 2019-11-24 10:48:29 +01:00
text_input.rs Make many functions const 2019-11-29 21:24:52 -05:00