-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tue, Jan 16, 2007 at 10:31:16AM -0800, Russell Markus wrote:
> Thanks for the help. I was trying to get the window size and position after
> the user clicked the X in the upper right corner, but I guess the window was
> already destroyed before my
Thanks for the help. I was trying to get the window size and position after
the user clicked the X in the upper right corner, but I guess the window was
already destroyed before my handler was called. I installed a handler for a
resize request and configuration events and store the size and posit
On Mon, Jan 15, 2007 at 09:29:56AM -0800, Russell Markus wrote:
> I need to be able to restore the size and position of a dialog whenever the
> application starts. I am using the function calls:
> gtk_window_get_size(GTK_WINDOW(dialog1), &w, &h) and
> gtk_window_get_position(GTK_WINDOW), &x,