Hello, I’m trying to do the following:
I’m not sure if this is obvious or not. I tried
simply duplicating a code block starting with “use Gtk2 '-init':”
and ending with “Gtk2->main;”, with the system call in between,
but the first window did not disappear after quit’ing the window, instead
hanging around until the second window quit. Perhaps I shouldn’t quit the windows, just have them
both hanging around and show/hide them as needed? I’m wondering
what the paradigm here should be. Any suggestions greatly appreciated. _Taku |