Skip to content

Commit

Permalink
Add doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tosti007 committed Nov 3, 2023
1 parent 1a5e934 commit 67b4cff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ impl<Pane> Tree<Pane> {
}
}

/// Get the id used by this Tree.
pub fn id(&self) -> egui::Id {
self.id
}
Expand Down

0 comments on commit 67b4cff

Please sign in to comment.