Skip to content

[Question] How do I minimize the window or open it to full screen using the code? #3079

Closed Answered by alvaro2203
MrDIDJoy asked this question in Q&A
Discussion options

You must be logged in to vote

In documentation you have the respective properties for Page control to handle the window.

with "page.window_minimized = True" you can minimize your window
with "page.window_maximized = True" you can maximize your window to full screen

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@MrDIDJoy
Comment options

Answer selected by MrDIDJoy
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
help wanted Extra attention is needed
3 participants