Rename pick_list::AccessoryContent to Handle
... and rename `Default` variant to `Arrow`.
This commit is contained in:
parent
fe5ab1ee87
commit
39f49186ce
4 changed files with 34 additions and 39 deletions
|
|
@ -80,9 +80,7 @@ pub mod pane_grid {
|
|||
|
||||
pub mod pick_list {
|
||||
//! Display a dropdown list of selectable values.
|
||||
pub use iced_native::widget::pick_list::{
|
||||
AccessoryContent, Appearance, StyleSheet,
|
||||
};
|
||||
pub use iced_native::widget::pick_list::{Appearance, Handle, StyleSheet};
|
||||
|
||||
/// A widget allowing the selection of a single value from a list of options.
|
||||
pub type PickList<'a, T, Message, Renderer = crate::Renderer> =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue