How to destroy window in formation studio? #23
Answered
by
ObaraEmmanuel
slavik2011
asked this question in
Q&A
-
When i try run
Can I destroy this window? |
Beta Was this translation helpful? Give feedback.
Answered by
ObaraEmmanuel
Aug 16, 2023
Replies: 1 comment
-
@slavik2011 thank you for using Formation. You can access the underlying toplevel widget that contains all these methods as follows app1._app.destroy() The |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
slavik2011
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@slavik2011 thank you for using Formation. You can access the underlying toplevel widget that contains all these methods as follows
The
_app
attribute is thetkinter.Tk
object whileapp1
is anAppBuilder
object. The interface is still a work in progress so I will work to make this more obvious in future.