Skip to main content

node

Function node 

Source
pub fn node(
    ui: &mut Ui,
    row: TreeRow<'_>,
    add_right: impl FnOnce(&mut Ui),
) -> NodeResponse
Expand description

Draw ONE tree row and return what was interacted with. add_right fills the right-aligned content area (timing + delete, field inputs, a Select button…).