Pygame and TKinter
Matthew Wilson
mwilson at sarcastic-horse.com
Mon Nov 3 14:00:18 EST 2003
More information about the Python-list mailing list
Mon Nov 3 14:00:18 EST 2003
- Previous message (by thread): Memory management
- Next message (by thread): Pygame and TKinter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <mailman.185.1067368262.702.python-list at python.org>, Lane LiaBraaten wrote: > Does anyone know a way to insert a pygame surface into a tkinter gui? > I am writing a program similar to a mpeg player, i.e. i need the mpeg playing > capabilities of pygame and the gui stuff from tkinter. > > TIA, > LGL There's a limited gui interface available with pygame. You could also always make your own button icons and have them respond to button clicks. What Tkinter widgets do you want to use in particular?
- Previous message (by thread): Memory management
- Next message (by thread): Pygame and TKinter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list