Re: [pygame] how to add the scroll bar?

2008-02-26 Thread Ian Mallett
You can't do it with PyGame, unless you want to hardcode it yourself. If you want to have one without making yourself, you can use wxPython. Might be easier to make it yourself, though, given the overcomplexity of wx...

RE: [pygame] how to add the scroll bar?

2008-02-26 Thread Sibtey Mehdi
Thanks, I have tried the wxPython and got it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian Mallett Sent: Tuesday, February 26, 2008 8:31 PM To: pygame-users@seul.org Subject: Re: [pygame] how to add the scroll bar? You can't do it with PyGame

Re: [pygame] how to add the scroll bar?

2008-02-26 Thread René Dudfield
, February 26, 2008 8:31 PM To: pygame-users@seul.org Subject: Re: [pygame] how to add the scroll bar? You can't do it with PyGame, unless you want to hardcode it yourself. If you want to have one without making yourself, you can use wxPython. Might be easier to make it yourself, though