ratatui-toolkit 0.2.6

DEPRECATED: this crate was renamed to `ratkit`. Please migrate to `ratkit`.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//! Methods for ScrollState.

pub mod adjust_scroll_for_current_line;
pub mod filter_line_down;
pub mod filter_line_up;
pub mod is_current_line_visible;
pub mod line_down;
pub mod line_up;
pub mod max_scroll_offset;
pub mod scroll_down;
pub mod scroll_percentage;
pub mod scroll_to_bottom;
pub mod scroll_to_top;
pub mod scroll_up;
pub mod set_current_line;
pub mod update_total_lines;
pub mod update_viewport;
pub mod visible_range;