def _get_halign(self):
return self._layout.halign
def _set_halign(self, halign):
self._layout.anchor_x = halign
self._update_layout_halign()
should be:
def _get_halign(self):
return self._layout.anchor_x
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---