[Python-3000] Add a standard GUI system
Bill Janssen
janssen at parc.com
Sat Apr 29 09:53:45 CEST 2006
> Ultimately, PyGUI is essentially a wrapper of native or near-native
> widgets into a common interface.
Have you read the PyGUI code? It's really more of an abstract API
that exploits certain bundles of functionality provide by
already-implemented toolkits for its implementation. It could
certainly be implemented on lower-level platforms, like the cairo
system I suggested in my original post.
Of course, these days everything's ultimately a wrapper of bitblit :-).
Bill
------------------------------------------
Bill Janssen <janssen at parc.com> (650) 812-4763 FAX: (650) 812-4258
PARC -- User Interface Research Area http://www.parc.com/janssen/
More information about the Python-3000
mailing list