Remove window controls Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Remove window controls Python

I am creating a python application with 2 dialog boxes. The first is demo and the second is control. I need to remove all controls from the demo window (close, minimize, expand) so that the status bar does not exist at all. But so that other applications define them as different Applications: How can I do this?

18th Nov 2020, 6:42 PM
Professional Anonyme
Professional Anonyme - avatar
7 Answers
19th Nov 2020, 10:44 PM
Professional Anonyme
Professional Anonyme - avatar
18th Nov 2020, 7:20 PM
Professional Anonyme
Professional Anonyme - avatar
+ 2
Slick There is not even a question on Google on this topic.
18th Nov 2020, 7:41 PM
Professional Anonyme
Professional Anonyme - avatar
0
If youre working with tkinter, <master_window>.resizable(False, False)
18th Nov 2020, 7:03 PM
Slick
Slick - avatar
0
oh well there's probably something for that too. I'd hit google up
18th Nov 2020, 7:38 PM
Slick
Slick - avatar
0
Okay, then scrub through the tkinter docs. If it's not there, then you can't do it
18th Nov 2020, 7:42 PM
Slick
Slick - avatar
0
great job!
19th Nov 2020, 10:45 PM
Slick
Slick - avatar