views:

24

answers:

0

pythonware.com/library/tkinter/introduction/… documents a overrideredirect method that will remove thetitlebar and borders, if that is not enough you must set the native window style, I'm not sure if Tkinter gives you that kind of low-level access, if not, try the something like twapi.magicsplat.com/ui.html#set_window_style TCL extension

In an earlier post I got this as a reply on how to get a boarder in Tkinter similar to the one pictured below. I am not familiar with TCL and it's extensions. So how would go about doing this? The end goal is basicaly to get the boarder below on a Tkinter window.

alt text