iced/widget/src
Nick aed06ac208
Support automatic style type casting for Buttons.
Changes the signature of Button::style to use `impl Into<...>` instead of taking the style sheet itself. (Matches other widgets).
2023-09-03 08:38:49 +02:00
..
canvas Introduce custom backend-specific primitives 2023-06-29 07:18:20 +02:00
image Remove unnecessary comment in image::viewer 2023-08-03 20:18:31 +02:00
lazy Introduce visible_bounds operation for Container 2023-07-27 01:04:18 +02:00
overlay Fix on_option_hovered support in ComboBox 2023-07-26 22:34:56 +02:00
pane_grid Add viewport to Widget::on_event 2023-07-15 10:04:25 -07:00
text_input Create iced_widget subcrate and re-organize the whole codebase 2023-03-04 05:37:11 +01:00
button.rs Support automatic style type casting for Buttons. 2023-09-03 08:38:49 +02:00
canvas.rs Add viewport to Widget::on_event 2023-07-15 10:04:25 -07:00
checkbox.rs Add viewport to Widget::on_event 2023-07-15 10:04:25 -07:00
column.rs Introduce visible_bounds operation for Container 2023-07-27 01:04:18 +02:00
combo_box.rs Fix clippy lints for Rust 1.72 2023-08-26 01:34:42 +02:00
container.rs Introduce visible_bounds operation for Container 2023-07-27 01:04:18 +02:00
helpers.rs Add ComboBox widget 2023-07-26 21:59:42 +02:00
image.rs Implement basic cursor availability 2023-06-08 20:11:59 +02:00
lazy.rs Add viewport to Widget::on_event 2023-07-15 10:04:25 -07:00
lib.rs Add ComboBox widget 2023-07-26 21:59:42 +02:00
mouse_area.rs Add viewport to Widget::on_event 2023-07-15 10:04:25 -07:00
overlay.rs Write missing documentation in iced_widget 2023-05-11 15:40:57 +02:00
pane_grid.rs Bump versions 🎉 2023-07-28 19:48:39 +02:00
pick_list.rs Fix on_option_hovered support in ComboBox 2023-07-26 22:34:56 +02:00
progress_bar.rs Implement basic cursor availability 2023-06-08 20:11:59 +02:00
qr_code.rs Introduce custom backend-specific primitives 2023-06-29 07:18:20 +02:00
radio.rs Add viewport to Widget::on_event 2023-07-15 10:04:25 -07:00
row.rs Introduce visible_bounds operation for Container 2023-07-27 01:04:18 +02:00
rule.rs Implement basic cursor availability 2023-06-08 20:11:59 +02:00
scrollable.rs Run cargo fmt with Rust 1.72 2023-08-26 01:31:11 +02:00
slider.rs Add viewport to Widget::on_event 2023-07-15 10:04:25 -07:00
space.rs Implement basic cursor availability 2023-06-08 20:11:59 +02:00
svg.rs Implement basic cursor availability 2023-06-08 20:11:59 +02:00
text.rs Write missing documentation in iced_widget 2023-05-11 15:40:57 +02:00
text_input.rs Run cargo fmt with Rust 1.72 2023-08-26 01:31:11 +02:00
toggler.rs Add viewport to Widget::on_event 2023-07-15 10:04:25 -07:00
tooltip.rs Fix Tooltip overlay position inside Scrollable 2023-07-29 19:48:04 +02:00
vertical_slider.rs Add viewport to Widget::on_event 2023-07-15 10:04:25 -07:00