Add ready-to-show event

This commit is contained in:
Cheng Zhao 2016-06-13 21:19:56 +09:00
parent 2dc453b4be
commit 4d65af3c60
5 changed files with 29 additions and 0 deletions

View file

@ -156,6 +156,10 @@ void Window::OnWindowHide() {
Emit("hide");
}
void Window::OnReadyToShow() {
Emit("ready-to-show");
}
void Window::OnWindowMaximize() {
Emit("maximize");
}