On Sun, Jul 27, 2014 at 3:48 PM, Adam Bark <[email protected]> wrote:
> On 26/07/14 22:03, Raymond Liu wrote: > >> I mean I want the scroll bars to appear and be usable like on a normal >> window. >> >> You would need to make some scroll bar images to draw at the edges of > the window and use the mouse event handlers to work out where your image > should be and/or what part of your image to display. In other words, pyglet does not support whatever the platform's native concept of scrolling is. If require actual platform scrolling behaviour, you may be better off with a toolkit like PyQT (which also has some support for OpenGL). -- Tristam MacDonald Software Development Engineer, Amazon.com http://swiftcoder.wordpress.com/ -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyglet-users. For more options, visit https://groups.google.com/d/optout.
