dupont durand wrote:

[...]
2. I have several windows opened while my GUI is running. Some are hidden by other windows created later. How to force a given window to be the first one visible by the user ? ... For the moment, I have to select the desired window using the task bar ...

You should use set_transient_for(...) to keep a window on top level. Igor Gorbounov _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to