Skip to main content

tree_row

Function tree_row 

Source
pub fn tree_row(theme: &Theme, row: &Row, selected: bool, cursor: bool) -> Div
Expand description

One row: its guides, its chevron, and then whatever the caller puts in it.

selected is what the app considers chosen; cursor is where the keyboard is. Two tones, because a tree shows both at once.