Full-screen display in Tkinter

Kevin Altis altis at semi-retired.com
Mon Jul 8 12:40:20 EDT 2002


Just an FYI that PythonCard http://pythoncard.sourceforge.net/ comes with a
slideshow sample that displays images in a window or full screen. The
version in cvs that will be in the next release can also display HTML.
PythonCard uses wxPython, not tkinter, so it doesn't solve your tk needs,
but wxPython/PythonCard is cross-platform.

ka
---
Kevin Altis
altis at semi-retired.com


"Svein Brekke" <svbrk at start.no> wrote in message
news:21298535.0207040554.6caeed01 at posting.google.com...
> I am building a slide show application with Tkinter, and need
> to create a full-screen window, i.e. supressing title bar
> and start menu etc.
>
> Is that supported in Tkinter?
> I work on Win2000 with python 2.2, but would like my code to
> be portable to other platforms.
>
> Any help or hints will be appreciated.
>
> Svein Brekke





More information about the Python-list mailing list