Florian Bösch wrote:

> The proposed solution
> to this is having a unique ID for each element that you can query out
> of the context to hold the state.

That's pretty ugly. Something I hate with a passion is a
GUI API that requires you to make up unique IDs for widgets.

> Where it becomes completely hairy is how to implement layouts.

That's another thing I was wondering. I much prefer to
write GUI layout code so that it builds things from the
bottom up most of the time. The IMGUI style would seem to
require calculating the layout from the top down.

-- 
Greg

--~--~---------~--~----~------------~-------~--~----~
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