From a38bf092a88a2d59a11d7bc428c7c242840d7d6d Mon Sep 17 00:00:00 2001 From: Cory Forsstrom Date: Thu, 20 Apr 2023 13:34:38 -0700 Subject: Export scroll_to helper --- src/widget.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/widget.rs') diff --git a/src/widget.rs b/src/widget.rs index 38995a45..1163904d 100644 --- a/src/widget.rs +++ b/src/widget.rs @@ -109,8 +109,8 @@ pub mod radio { pub mod scrollable { //! Navigate an endless amount of content with a scrollbar. pub use iced_native::widget::scrollable::{ - snap_to, style::Scrollbar, style::Scroller, AbsoluteOffset, Id, - Properties, RelativeOffset, StyleSheet, Viewport, + scroll_to, snap_to, style::Scrollbar, style::Scroller, AbsoluteOffset, + Id, Properties, RelativeOffset, StyleSheet, Viewport, }; /// A widget that can vertically display an infinite amount of content -- cgit