> Is there a way to keep the dialog window ALWAYS on top of others
> until the dialog is completed ?

That's a window manager policy issue.  All you need to do is
transient.set_transient_for(main_window) and then let the user's WM
config look after keeping it on top if that's what they want.

-Rob

-
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to