Tomas Berndtsson wrote:
> The GtkLayout struct contains a GList *children, but messing with that
> seems like a crude way of doing such a thing. Besides, I don't know
> what the list really contains.
> 
> So, is there an easy way to do this?

Hi, layout is a subclass of container, so you can use the standard
container map functions. Something like;

        gtk_container_foreach( GTK_CONTAINER( my_layout ), ... );

John
--
John Cupitt, [EMAIL PROTECTED], +44 (0)20 7747 2570
VASARI Lab, The National Gallery, Trafalgar Square, London, WC2N 5DN

-- 
To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to