Re: GTK window positioning [SOLVED]

2012-09-19 Thread David Buchan
Oh ho! Break through. I noticed that if, elsewhere in my program I ask it to open a second window, it opens it into a different location. This got me thinking that, as usual, I'm not letting GTK main iteration do what it needs to do. So, adding this between the two gtk_widget_show_all() instanc

Re: GTK window positioning

2012-09-19 Thread David Buchan
devel-list@gnome.org Sent: Wednesday, September 19, 2012 2:53 PM Subject: Re: GTK window positioning David Buchan wrote: >  gtk_window_set_position (GTK_WINDOW (window1), GTK_WIN_POS_NONE); [snip] > > I find that the two windows are always placed right on top of each other. I >

Re: GTK window positioning

2012-09-19 Thread Michael Cronenworth
David Buchan wrote: > gtk_window_set_position (GTK_WINDOW (window1), GTK_WIN_POS_NONE); [snip] > > I find that the two windows are always placed right on top of each other. I > can drag the top one off the one underneath, but I'd like the window manager > to choose placements that are separate