Specifically, I think what you probably want to do is add() a VBox to
the frame and then use pack_start() to add the three HBoxes to the
VBox (assuming you want the HBoxes to be on top of each other and not
next to eachother.

Jonner

On 1/6/06, B.Hakvoort <[EMAIL PROTECTED]> wrote:
> well, just add() a box to the frame and then pack anything you want
> (other boxes e.g.) in that box.
>
> cheers,
>
> plors
>
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to