Hi John, Unfortunately gtk_widget_queue_resize() has no effect in my situation as it will have no effect on the time that the resizing computation is triggered. I just need to be able to query the correct dimensions of a widget when it is placed in to an already mapped container, this means I have to find a way of triggering what gtk does in its idle handler somehow. The fact that it doesn't do this computation immediately when its parent is on the screen seems like a bug to me / design flaw.
Any other suggestions? Thanks for you time Ian ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, November 07, 2002 3:36 AM Subject: Re: Height of Widget in Container > Ian King [ES] wrote: > > Is there anyway to force a container to update the the allocation structs > of > > its children at a certain point in time? > > Hi Ian, would gtk_widget_queue_resize() work? > > John > > > > ========================================================== > > Madame de Pompadour > Images of a Mistress > > 16 October 2002 - 12 January 2003 > > For information and tickets: > http://www.nationalgallery.org.uk/exhibitions/pompadour/default.htm > _______________________________________________ > gtk-list mailing list > [EMAIL PROTECTED] > http://mail.gnome.org/mailman/listinfo/gtk-list > _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
