diff options
author | 2023-02-16 14:32:59 +0100 | |
---|---|---|
committer | 2023-04-11 05:11:23 +0200 | |
commit | d24a4a46895ed711ddfc3199a0445f0b69a812e4 (patch) | |
tree | d18477c286585f14334a2ae591e81f7ce86fee05 /src | |
parent | bfc5db9009f10a67ed277ce9d1997bcdea3f6acd (diff) | |
download | iced-d24a4a46895ed711ddfc3199a0445f0b69a812e4.tar.gz iced-d24a4a46895ed711ddfc3199a0445f0b69a812e4.tar.bz2 iced-d24a4a46895ed711ddfc3199a0445f0b69a812e4.zip |
Changed `Handle` to `Icon` to be consistent
Diffstat (limited to 'src')
-rw-r--r-- | src/widget.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget.rs b/src/widget.rs index 948456d3..d3c16088 100644 --- a/src/widget.rs +++ b/src/widget.rs @@ -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. |