[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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, given the overcomplexity
of wx...