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
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
> > > 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
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
> 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