Re: geometry hints screwing up window sizes

2007-06-28 Thread David J. Andruczyk
I used some things from yours and now things work as I intended, thanks!. I suspect it was due to showing the window BEFORE the hints/resize had been applied which was causing my confusion.. --- David Neèas (Yeti) <[EMAIL PROTECTED]> wrote: > On Wed, Jun 27, 2007 at 05:03:48PM -0700, David J.

Re: geometry hints screwing up window sizes

2007-06-28 Thread Yeti
On Wed, Jun 27, 2007 at 05:03:48PM -0700, David J. Andruczyk wrote: > I have an app that creates a window. inside this > window is an eventbox and inside that is a GtkFixed > (no slapping me for using a GtkFixed, it works well > for this purpose) > > I want to be a be able to scale the window to

geometry hints screwing up window sizes

2007-06-27 Thread David J. Andruczyk
I've poured over the GTK+ api docs and googled myself into the ground looking for a solution to the following issue. I have an app that creates a window. inside this window is an eventbox and inside that is a GtkFixed (no slapping me for using a GtkFixed, it works well for this purpose) I want