Changed Handle to Icon to be consistent
This commit is contained in:
parent
bfc5db9009
commit
d24a4a4689
5 changed files with 59 additions and 58 deletions
|
|
@ -124,7 +124,7 @@ pub mod text_input {
|
|||
//! Display fields that can be filled with text.
|
||||
pub use iced_native::widget::text_input::{
|
||||
focus, move_cursor_to, move_cursor_to_end, move_cursor_to_front,
|
||||
select_all, Appearance, Handle, HandlePosition, Id, StyleSheet,
|
||||
select_all, Appearance, Icon, IconPosition, Id, StyleSheet,
|
||||
};
|
||||
|
||||
/// A field that can be filled with text.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue