Re: Window size and position

2005-04-24 Thread Mathias Andre
Thanks for all the answers. I found the reason why the window was moving slightly eveytime I stored/restored its position. >From developer.gnome.org: http://developer.gnome.org/doc/API/2.0/gtk/GtkWindow.html#gtk-window-get-position --- gtk_window_get_position() is not 100% reliable because the X

RE: Window size and position

2005-04-23 Thread Juergen Dankoweit
Am Samstag, den 23.04.2005, 11:05 -0400 schrieb Freddie Unpenstein: > > > > I'm currently coding a small application. I want the main > > > > window to remember its size and position every time it is > > > > started. > > > > I believe that's the job of the window manager... > > > That's why you ca

RE: Window size and position

2005-04-23 Thread Freddie Unpenstein
> > > I'm currently coding a small application. I want the main > > > window to remember its size and position every time it is > > > started. > > I believe that's the job of the window manager... > > That's why you can set a couple different names for your window. > I believed this, too. But it

RE: Window size and position

2005-04-22 Thread Juergen Dankoweit
Good morning, Am Freitag, den 22.04.2005, 11:39 -0400 schrieb Freddie Unpenstein: > > I'm currently coding a small application. I want the main window to > > remember its size and position every time it is started. > > I believe that's the job of the window manager... > That's why you can set a c

RE: Window size and position

2005-04-22 Thread Freddie Unpenstein
> I'm currently coding a small application. I want the main window to > remember its size and position every time it is started. I believe that's the job of the window manager... That's why you can set a couple different names for your window. Fredderic