Re: GtkWindow show and move

2006-07-13 Thread Atanas Atanasov
I did the queue purging at a different point - after all widgets are created. This works fine so far. Atanas ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: GtkWindow show and move

2006-07-13 Thread Iago Rubio
On Mon, 2006-07-10 at 21:55 +0200, Atanas Atanasov wrote: > I have a fragment of code similar to this: > > gtk_widget_show_all (window); > gtk_window_resize (window, ...); > > The problem is that sometimes the specified window starts with the > size I set and sometimes it doesn't. This problem oc

GtkWindow show and move

2006-07-12 Thread Atanas Atanasov
I have a fragment of code similar to this: gtk_widget_show_all (window); gtk_window_resize (window, ...); The problem is that sometimes the specified window starts with the size I set and sometimes it doesn't. This problem occurs in both debug & release versions, and it seems to be completely ran