On Sun, May 25, 2008 at 10:51:47AM -0400, Jorge Arellano Cid wrote: <snip>
# Enabling this will restrain OpenUrl and FindText, but may be required # for the ION window manager. transient_dialogs
from fltk::Window::child_of(): Tell the system that this window will not have an icon, it will dissappear and reappear when \a parent is iconized or shown, and it is forced to always be above \a parent. On X this is called a "Transient window", and Windows calls this a "overlapping child". \a parent is different than the parent(), which must be zero. (and down in fltk::CreatedWindow::create, there's a if (window->child_of() && window->child_of()->shown()) XSetTransientForHint(xdisplay, x->xid, window->child_of()->i->xid);)
If Justus gets rid of the dialogs, obviously the pref can be removed. Enabling this means making our own dialogs for message(), choice(), input().
Somebody using ION may check this.
Just searched my email. I had requested that feature some time ago - well, it was Nov 2001 ;-) I no longer use ion, but I will check how it works with current dillo. The file dialogs are the only that will stay, right? Cheers, Johannes