summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-02-14 06:56:59 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-02-14 07:03:24 +0100
commit5569e12149f9c29345fe404552ce156ef0bebf0e (patch)
tree730743a2e4130eda5b2cec98111f03d1de95724d /src
parentefaa80fb4429e7f9bd2f8a1161be3fa66a3e9e32 (diff)
downloadiced-5569e12149f9c29345fe404552ce156ef0bebf0e.tar.gz
iced-5569e12149f9c29345fe404552ce156ef0bebf0e.tar.bz2
iced-5569e12149f9c29345fe404552ce156ef0bebf0e.zip
Rename `HandleContent` to `Icon` and simplify generics
Diffstat (limited to 'src')
-rw-r--r--src/widget.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget.rs b/src/widget.rs
index 00edd763..5bf7b6b4 100644
--- a/src/widget.rs
+++ b/src/widget.rs
@@ -81,7 +81,7 @@ pub mod pane_grid {
pub mod pick_list {
//! Display a dropdown list of selectable values.
pub use iced_native::widget::pick_list::{
- Appearance, Handle, HandleContent, StyleSheet,
+ Appearance, Handle, Icon, StyleSheet,
};
/// A widget allowing the selection of a single value from a list of options.