How can I restore a window from a minimized state to its normal display state? #7977
Answered
by
FabianLars
Xiaobaishushu25
asked this question in
Q&A
-
And i also want to know how to listen window winimization event?now i listen blur event and then judge it state to indirect judgment。
I want to minimize this window and immediately restore normal display,thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
FabianLars
Oct 9, 2023
Replies: 1 comment 1 reply
-
I think you're asking for |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Xiaobaishushu25
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you're asking for
unminimize()
?And yeah, there is no minimized event, blur is a good one, alternatively resize and move may also work (may depend on the platform)