> > > Another quirk about the Label instantiation is that you can't set > > > multiline=True when the label is created because the __init__ method > > > doesn't provide a width argument and it throws an error without it. So > > > > Thanks, I'll look into that (probably by adding a width argument to > > the constructor).
As of r1975 I've added the width parameter to Label constructors, as well as get_style and set_style methods for setting the paragraph alignment (and other attributes) with less effort. Cheers 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 -~----------~----~----~----~------~----~------~--~---
