Richard Jones wrote:
> Here's
> a little random thought that I freely license anyone currently
> developing a GUI to run with
>
> gui = withgui.Window()
> with gui.vertical:
> gui.label('My awesome GUI', halign=gui.CENTER)
> with gui.form:
> gui.label('Name')
> gui.text()
That looks quite nifty! I'll tuck it away somewhere in case
I find a use for it in PyGUI!
(BTW, if anyone feels like doing a pyglet port of PyGUI,
feel free... :-)
--
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
-~----------~----~----~----~------~----~------~--~---