how do I create a full screen window with TkInter

Jon Schull schull at digitalgoods.com
Mon Jul 29 12:06:06 EDT 2002


"Fredrik Lundh" <fredrik at pythonware.com> wrote in message news:<3lO09.1361$HY3.370982 at newsc.telia.net>...
> 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>

That did it, thanks!



More information about the Python-list mailing list