Extend pick_list::Handle
This commit is contained in:
parent
2c680a3e5f
commit
efaa80fb44
2 changed files with 71 additions and 15 deletions
|
|
@ -80,7 +80,9 @@ pub mod pane_grid {
|
|||
|
||||
pub mod pick_list {
|
||||
//! Display a dropdown list of selectable values.
|
||||
pub use iced_native::widget::pick_list::{Appearance, Handle, StyleSheet};
|
||||
pub use iced_native::widget::pick_list::{
|
||||
Appearance, Handle, HandleContent, 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