Emit a close event
This commit is contained in:
parent
9aa6b83f86
commit
6cdfb43e4e
5 changed files with 21 additions and 11 deletions
|
@ -126,6 +126,10 @@ void Notification::OnShown() {
|
|||
Emit("show");
|
||||
}
|
||||
|
||||
void Notification::OnClosed() {
|
||||
Emit("close");
|
||||
}
|
||||
|
||||
void Notification::NotifyPropsUpdated() {}
|
||||
|
||||
// Showing notifications
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue