Tkinter questions

Martin von Loewis loewis at informatik.hu-berlin.de
Sun Oct 1 05:34:33 EDT 2000


Nick Collier <nick at src.uchicago.edu> writes:

> 1. When I try to set the title of the root window to a blank string, it
> displays 'tk', although a root.title() returns a blank string. How can I
> have it truly display a blank string?

What operating system, Tk and Python version? It works for me.

> 2. Is it possible to eliminate the frame and title bar from the root
> window? So, for example, the canvas contained therein would fill the
> entire screen.

I believe this is possible through wm_transient or wm_overrideredirect.

Regards,
Martin



More information about the Python-list mailing list