On Mon, Jun 1, 2009 at 11:13 PM, Lynx <[email protected]> wrote: > > On Jun 1, 6:56 pm, Tristam MacDonald <[email protected]> wrote: > > The 1.0.2 release of simplui is here sooner than expected, including > theme > > support. Details here <http://tr.im/n70V>, and I wouldn't mind a little > > testing before I finalise the theme system ;) > > Works! > > I was working on a system that I think has some improvements in layout > handling: instead of specifying positions and sizes, it gathers that > information from the base components. Removes a lot of the tedious > details from specifying the widget.
Ja, I had something similar in mind as an evolution of my VerticalLayout. Everything I have done with simplui so far uses VerticalLayout's for everything, so I am considering making them implicit, adding control of horizontal padding, and stripping all size arguments from the element consturctors. I think this would be a very good change in general, and would fix several issues with theme support, but it does make it extremely hard to use pixel-positioning if you find the need to. Once I get current code to a good stopping point, I'll post it for > comparison. I'd love to help out in some fashion, I feel Pyglet is > getting close to having a real GUI library of its own. > I wouldn't mind if pyglet ends up with several - look at the complete dearth of decent GUI toolkits for OpenGL/C++... Plus, a little friendly competition never hurt any development project ;) -- Tristam MacDonald http://swiftcoder.wordpress.com/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
