how do I create a full screen window with TkInter

Fredrik Lundh fredrik at pythonware.com
Sun Jul 28 04:56:31 EDT 2002


Jon Schull wrote:

> What would I add to this snippet to ensure to have the image being
> displayed be all we see? (no titlebar, full size, etc.)

calls to geometry and overrideredirect.  you can find sample
code here:

    http://effbot.org/zone/tkinter-toplevel-fullscreen.htm

</F>





More information about the Python-list mailing list