On Apr 21, 7:14 pm, dasacc22 <dasac...@gmail.com> wrote:
> Ok so actually, i was doing some thinking and so much of different
> widgets can be factored out into such similar parts. ...

Something I've got in my own GUI-in-progress is the concept of
anchoring widgets to each other at their corners, so for instance, you
can align one widget to the top of another widget.  Based on
Blizzard's widget UI interface design.

So for instance, you might say, 'widget B's top left point is anchored
to widget A's bottom left point' to construct a left-aligned list, or
you might connect their top center and bottom center points to make a
center-aligned menu.

I mention this because I think it's a really good idea for GUIs, and
pretty easy to implement.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To post to this group, send email to pyglet-users@googlegroups.com
To unsubscribe from this group, send email to 
pyglet-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pyglet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to