On Wed, May 21, 2008 at 4:47 AM, Nathan <[EMAIL PROTECTED]> wrote:
>
> After further investigation, I've discovered the valign and view_y attributes.
>
> With valign = "bottom", it appears to work correctly initially, and
> almost works correctly whenever y is reset, but is completely ignored
> when insert_text is called.

See above, the insert_text case is now fixed.  Note that
valign='bottom' is default for multiline TextLayout.

>
> view_y seems to be completely ignored at all times.

It is clamped to the content height -- that is, you cannot set a
view_y that would cause some of the document to not be visible if it
doesn't need to be.  This is the desirable behaviour for hooking up
page up/down keys.

Alex.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pyglet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to