Re: Boxes in a frame



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 <bart hakvoort be> wrote:
> well, just add() a box to the frame and then pack anything you want
> (other boxes e.g.) in that box.
>
> cheers,
>
> plors
>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]