Add text input operations
This commit is contained in:
parent
23299a555f
commit
c4bca3f2af
8 changed files with 215 additions and 1 deletions
|
|
@ -120,7 +120,8 @@ pub mod toggler {
|
|||
pub mod text_input {
|
||||
//! Display fields that can be filled with text.
|
||||
pub use iced_native::widget::text_input::{
|
||||
focus, Appearance, Id, StyleSheet,
|
||||
focus, move_cursor_to, move_cursor_to_end, move_cursor_to_front,
|
||||
select_all, Appearance, Id, StyleSheet,
|
||||
};
|
||||
|
||||
/// A field that can be filled with text.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue