Introduce themer widget
This commit is contained in:
parent
7a50e9e8fb
commit
e695f7a04c
3 changed files with 284 additions and 2 deletions
|
|
@ -19,6 +19,7 @@ pub use iced_style as style;
|
|||
mod column;
|
||||
mod mouse_area;
|
||||
mod row;
|
||||
mod themer;
|
||||
|
||||
pub mod button;
|
||||
pub mod checkbox;
|
||||
|
|
@ -91,6 +92,8 @@ pub use text_editor::TextEditor;
|
|||
#[doc(no_inline)]
|
||||
pub use text_input::TextInput;
|
||||
#[doc(no_inline)]
|
||||
pub use themer::Themer;
|
||||
#[doc(no_inline)]
|
||||
pub use toggler::Toggler;
|
||||
#[doc(no_inline)]
|
||||
pub use tooltip::Tooltip;
|
||||
|
|
@ -132,5 +135,5 @@ pub mod qr_code;
|
|||
#[doc(no_inline)]
|
||||
pub use qr_code::QRCode;
|
||||
|
||||
pub use crate::style::theme::{self, Theme};
|
||||
pub use renderer::Renderer;
|
||||
pub use style::theme::{self, Theme};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue