tree: add Node::node_make_visible
This commit is contained in:
parent
289c201a69
commit
4bfa9fb7fc
15 changed files with 147 additions and 34 deletions
|
|
@ -193,6 +193,10 @@ pub trait Node: 'static {
|
|||
None
|
||||
}
|
||||
|
||||
fn node_make_visible(self: Rc<Self>) {
|
||||
// nothing
|
||||
}
|
||||
|
||||
// EVENT HANDLERS
|
||||
|
||||
fn node_on_key(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue