I have been trying to write a modal win lately. Any idea how it could be
done better? Should a ModalWindow class have a show_modal(...) method?
Or maybe some events shouldn't be forwarded... not sure. It should work
on any platform since it doesn't use any platform specific code. Let me
know if you have any trouble on a certain platform.
The example opens a window, press 'M' for another modal window or press
'R' for a window that redirects its events to a single function. You can
open hierarchical modal windows.
Any feedback appreciated.
~DR0ID