Re: Window staying on top.
- From: Carlos Pereira <carlos pehoe civil ist utl pt>
- To: gtk-app-devel-list gnome org
- Subject: Re: Window staying on top.
- Date: Wed, 31 Jan 2001 15:09:43 GMT
I would like a startup window that stays on top for about 3seconds. At the mome
nt
i use gtk_window_new(GTK_WINDOW_POPUP); and pack a Image into it.
The problems is that if the main window appears (and there are a few
subwindows depending on configuration) it is displayed aboved the startup
window. But i want it staying on top!
Any suggestion?
This might actually work, give it a try, if you didn't already.
Carlos
1) Create startup, show startup,
2) Create main,
gtk_window_set_transient_for (GTK_WINDOW(startup), GTK_WINDOW(main));
show main,
3) Destroy startup.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]