Hi. > How can I implement three widgets inside horizontally resizeable panes, > as given: > > +-------------+-------------+-------------+ > | ! ! | > | ! ! | > | ! ! | > | ~ ~ | > | w1 ~ w2 ~ w3 | > | ~ ~ | > | ! ! | > | ! ! | > | ! ! | > +-------------+-------------+-------------+ Try creating something like this: +-------------+---------------------------+ | !+------------+------------+| | !| ! || | !| ! || | ~| ~ || | w1 ~| w2 ~ w3 || | ~| ~ || | !| ! || | !| ! || | !+------------+------------+| +-------------+---------------------------+ Widget hierarchy should look something like this parent `- HPaned1 +- w1 `- HPaned2 +- w2 `- w3 Cheers, Tadej -- Tadej Borovšak tadej.borovsak@xxxxxxxxx tadeboro@xxxxxxxxx blog.borovsak.si _______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx https://mail.gnome.org/mailman/listinfo/gtk-list