summaryrefslogtreecommitdiffstats
path: root/src/widget.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget.rs')
-rw-r--r--src/widget.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/widget.rs b/src/widget.rs
index 505ae799..acc9da9a 100644
--- a/src/widget.rs
+++ b/src/widget.rs
@@ -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> =