Add ready-to-show event
This commit is contained in:
parent
2dc453b4be
commit
4d65af3c60
5 changed files with 29 additions and 0 deletions
|
@ -156,6 +156,10 @@ void Window::OnWindowHide() {
|
|||
Emit("hide");
|
||||
}
|
||||
|
||||
void Window::OnReadyToShow() {
|
||||
Emit("ready-to-show");
|
||||
}
|
||||
|
||||
void Window::OnWindowMaximize() {
|
||||
Emit("maximize");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue