Re: z-order of gtk windows on win32

2005-10-10 Thread John Cupitt
On 10/3/05, Allin Cottrell <[EMAIL PROTECTED]> wrote: > On Sun, 2 Oct 2005, Hubert Sokolowski wrote: > > On Sat, 1 Oct 2005 09:56:40 -0400 (EDT) > > Allin Cottrell <[EMAIL PROTECTED]> wrote: > >> When the graph-editing dialog is closed, I expect the graph window > >> to remain above the original, m

Re: z-order of gtk windows on win32

2005-10-03 Thread Allin Cottrell
On Sun, 2 Oct 2005, Hubert Sokolowski wrote: On Sat, 1 Oct 2005 09:56:40 -0400 (EDT) Allin Cottrell <[EMAIL PROTECTED]> wrote: When the graph-editing dialog is closed, I expect the graph window to remain above the original, main window. This is what happens on Linux, but not on win32 (same co

Re: z-order of gtk windows on win32

2005-10-02 Thread HuamiSoft Hubert Sokolowski
On Sat, 1 Oct 2005 09:56:40 -0400 (EDT) Allin Cottrell <[EMAIL PROTECTED]> wrote: > Starting from my app's main window, the user can create an > additional window displaying a graph. The newly-opened graph window > "naturally" appears above the main window. It is created using > > gtk_window_

z-order of gtk windows on win32

2005-10-01 Thread Allin Cottrell
Starting from my app's main window, the user can create an additional window displaying a graph. The newly-opened graph window "naturally" appears above the main window. It is created using gtk_window_new(GTK_WINDOW_TOPLEVEL) From the graph window in turn, the user can call up a graph-editin