Implement Widget::operate for TextInput
This commit is contained in:
parent
80688689aa
commit
52f84e51e9
12 changed files with 178 additions and 22 deletions
|
|
@ -119,7 +119,9 @@ pub mod toggler {
|
|||
|
||||
pub mod text_input {
|
||||
//! Display fields that can be filled with text.
|
||||
pub use iced_native::widget::text_input::{Appearance, StyleSheet};
|
||||
pub use iced_native::widget::text_input::{
|
||||
focus, Appearance, Id, StyleSheet,
|
||||
};
|
||||
|
||||
/// A field that can be filled with text.
|
||||
pub type TextInput<'a, Message, Renderer = crate::Renderer> =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue