Merge pull request #1562 from casperstorm/feat/custom-accessory-content
Added ability to customize the handle of a `pick_list`
This commit is contained in:
commit
da1b375579
4 changed files with 88 additions and 19 deletions
|
|
@ -80,7 +80,7 @@ pub mod pane_grid {
|
|||
|
||||
pub mod pick_list {
|
||||
//! Display a dropdown list of selectable values.
|
||||
pub use iced_native::widget::pick_list::{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