iced/native/src/widget
Ethan Pailes da2ab420ce document that img handle constructors guess fmt
This patch documents the fact that a couple of the image
handle constructors know how to guess the image format based
on the data that they are provided.

I had to dig through `iced` sources until I discovered that those
routines ultimately boil down to stuff like [image::load_from_memory][1]
from the `image` crate, so I thought I would save others the trouble
of doing the same reverse-engineering

[1]: https://docs.rs/image/0.23.4/image/fn.load_from_memory.html
2020-04-26 15:03:48 -04:00
..
pane_grid Rename Internal::idle_pane to active_pane 2020-03-20 11:54:42 +01:00
text_input Clippy 2020-03-28 15:25:55 -07:00
button.rs #288 Renamed XXXWidget to Marker 2020-04-12 01:20:40 +02:00
checkbox.rs Make Font an associated type of text::Renderer 2020-04-23 22:17:11 +02:00
column.rs #288 Renamed XXXWidget to Marker 2020-04-12 01:20:40 +02:00
container.rs #288 Renamed XXXWidget to Marker 2020-04-12 01:20:40 +02:00
image.rs document that img handle constructors guess fmt 2020-04-26 15:03:48 -04:00
pane_grid.rs #288 Renamed XXXWidget to Marker 2020-04-12 01:20:40 +02:00
progress_bar.rs #288 Renamed XXXWidget to Marker 2020-04-12 01:20:40 +02:00
radio.rs Make Font an associated type of text::Renderer 2020-04-23 22:17:11 +02:00
row.rs #288 Renamed XXXWidget to Marker 2020-04-12 01:20:40 +02:00
scrollable.rs #288 Renamed XXXWidget to Marker 2020-04-12 01:20:40 +02:00
slider.rs #288 Renamed XXXWidget to Marker 2020-04-12 01:20:40 +02:00
space.rs Hash type ids in Widget::hash_layout impls 2020-03-30 17:28:55 +02:00
svg.rs Implement svg::Handle::from_memory 2020-03-31 00:39:18 +02:00
text.rs Make Font an associated type of text::Renderer 2020-04-23 22:17:11 +02:00
text_input.rs Rename leftover TextInputWidget to Marker 2020-04-13 04:38:35 +02:00