> Is it possible to determine which window is to be on top
> when the program begins? In the example below I would like the
> "window 1" to be on top. Of course, I could switch the two calls
> for 'create_window', but I am sure there is a function to do
> this, ...
gdk_window_raise()
gdk_window_lower()
but ultimately, its up to the window manager to honor the requests.
--p
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list