platfrom: windows python3.7
i used self.overrideredirect(True)
, to hide the title bar but i aslo can't zoom the window at the same time. i only want to hide the title bar.
At first i tried to detect when the mouse is hover on the edge of the window and then use self.geometry()
to change the size of the window.
but i failed when i began to write to code, i don't know how to detect when the mouse is hover on the edge of the window.
Does Tkinter expose enough functionality to allow me to implement the task at hand? Or are there easier/higher-level ways to achieve what I want to do?