Re: [Tutor] gui menu

2009-06-07 Thread Essah Mitges
read bottom Date: Sun, 7 Jun 2009 21:48:55 + From: alan.ga...@btinternet.com Subject: Re: [Tutor] gui menu To: e_mit...@hotmail.com CC: tutor@python.org Forwarding to group. Please use Reply All when responding to the tutor group. Thanks for the extra information it is helpful. From

Re: [Tutor] gui menu

2009-06-07 Thread ALAN GAULD
Forwarding to group. Please use Reply All when responding to the tutor group. Thanks for the extra information it is helpful. From: Essah Mitges To: alan.ga...@btinternet.com Sent: Sunday, 7 June, 2009 10:32:27 PM Subject: RE: [Tutor] gui menu http://osdir.com/ml/python.pygame/2002-11

Re: [Tutor] gui menu

2009-06-07 Thread Alan Gauld
"Essah Mitges" wrote import sys, pygame pygame.init() background = pygame.image.load(""My png image 800x 532) backgroundRect = background.get_rect() size = (width, height) = background.get.size() screen = pygame.display.set_mode(size) screen.blit(background, backgroundRect) pygame.display.flip(

[Tutor] gui menu

2009-06-07 Thread Essah Mitges
import sys, pygame pygame.init() background = pygame.image.load(""My png image 800x 532) backgroundRect = background.get_rect() size = (width, height) = background.get.size() screen = pygame.display.set_mode(size) screen.blit(background, backgroundRect) pygame.display.flip() I want to use pygame t