Add ComboBox widget
- Widget implementation - Widget helper - Example
This commit is contained in:
parent
4cf1b4fd1c
commit
dd5ef8b908
6 changed files with 907 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ mod row;
|
|||
|
||||
pub mod button;
|
||||
pub mod checkbox;
|
||||
pub mod combo_box;
|
||||
pub mod container;
|
||||
pub mod overlay;
|
||||
pub mod pane_grid;
|
||||
|
|
@ -63,6 +64,8 @@ pub use checkbox::Checkbox;
|
|||
#[doc(no_inline)]
|
||||
pub use column::Column;
|
||||
#[doc(no_inline)]
|
||||
pub use combo_box::ComboBox;
|
||||
#[doc(no_inline)]
|
||||
pub use container::Container;
|
||||
#[doc(no_inline)]
|
||||
pub use mouse_area::MouseArea;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue