Document free functions
This commit is contained in:
parent
cb24062e79
commit
c19551d974
3 changed files with 4 additions and 6 deletions
|
@ -39,6 +39,7 @@ impl<M: ManagedView> RightClickMenu<M> {
|
|||
}
|
||||
}
|
||||
|
||||
/// Creates a [RightClickMenu]
|
||||
pub fn right_click_menu<M: ManagedView>(id: impl Into<ElementId>) -> RightClickMenu<M> {
|
||||
RightClickMenu {
|
||||
id: id.into(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue