Rename HandleContent to Icon and simplify generics

This commit is contained in:
Héctor Ramón Jiménez 2023-02-14 06:56:59 +01:00
parent efaa80fb44
commit 5569e12149
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
2 changed files with 21 additions and 55 deletions

View file

@ -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.