[Glade-users] window always on top

Damon Chaplin damon@karuna.uklinux.net
08 Feb 2003 14:02:04 +0000


On Thu, 2003-02-06 at 22:26, John Hunter wrote:
> >>>>> "John" == John Hunter <jdhunter@ace.bsd.uchicago.edu> writes:
> 
>     John> Is there some flag I can toggle in glade to prevent this
>     John> from happening?
> 
> Well, I just discovered:
> 
>         dialog.set_transient_for(parent)
> 
> Is it correct, then, that this can't be done from glade because you
> need to know the parent?

Yes, that is correct.

It is one of the most annoying problems in GNOME apps - dialogs
disappearing behind windows.

Damon