Rename HandleContent to Icon and simplify generics
This commit is contained in:
parent
efaa80fb44
commit
5569e12149
2 changed files with 21 additions and 55 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue