summaryrefslogtreecommitdiffstats
path: root/glow/src/widget/combo_box.rs
diff options
context:
space:
mode:
Diffstat (limited to 'glow/src/widget/combo_box.rs')
-rw-r--r--glow/src/widget/combo_box.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/glow/src/widget/combo_box.rs b/glow/src/widget/combo_box.rs
new file mode 100644
index 00000000..bb3931ef
--- /dev/null
+++ b/glow/src/widget/combo_box.rs
@@ -0,0 +1,3 @@
+pub use iced_native::combo_box::State;
+
+pub type ComboBox<'a, T, Message> = iced_native::ComboBox<'a, T, Message>;