Found a very nice, small, cross-platform GUI toolkit for Python.
laplacian42 at gmail.com
laplacian42 at gmail.com
Mon Feb 16 16:44:07 EST 2009
On Feb 16, 4:31 pm, Nick Craig-Wood <n... at craig-wood.com> wrote:
>
> Interesting! One of the commercial apps I'm involved (C++ not python)
> in uses SDL as its GUI with windows etc built on top of it. It means
> that it looks exactly the same on all supported platforms and since it
> usually runs full screen that is fine. I imagine this GUI toolkit
> fits the same niche.
>
> Presumably since it uses SDL then all the GUI will appear in one
> window? So windows within windows in the MDI style?
>
> --
> Nick Craig-Wood <n... at craig-wood.com> --http://www.craig-wood.com/nick
There is a `window.py` example that comes with the distribution. It
has modal and non-modal windows within the main window.
I haven't yet seen any examples where OcempGUI runs full-screen.
The relevant portion of the manual re. subwindows is:
http://ocemp.sourceforge.net/manual/windows_and_dialogs.html
More information about the Python-list
mailing list