On Feb 16, 4:31 pm, Nick Craig-Wood <n...@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...@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 -- http://mail.python.org/mailman/listinfo/python-list