Implement Widget::overlay for Responsive widget
This commit is contained in:
parent
5a03cac7e7
commit
870d651f35
13 changed files with 440 additions and 248 deletions
|
|
@ -20,7 +20,6 @@ pub mod pane_grid;
|
|||
pub mod pick_list;
|
||||
pub mod progress_bar;
|
||||
pub mod radio;
|
||||
pub mod responsive;
|
||||
pub mod row;
|
||||
pub mod rule;
|
||||
pub mod scrollable;
|
||||
|
|
@ -51,8 +50,6 @@ pub use progress_bar::ProgressBar;
|
|||
#[doc(no_inline)]
|
||||
pub use radio::Radio;
|
||||
#[doc(no_inline)]
|
||||
pub use responsive::Responsive;
|
||||
#[doc(no_inline)]
|
||||
pub use row::Row;
|
||||
#[doc(no_inline)]
|
||||
pub use rule::Rule;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue