[Glade-users] Size of containers

Damon Chaplin damon@ximian.com
Thu, 08 Mar 2001 00:42:29 +0000


philippe.vivarelli@mindspeed.com wrote:
> 
> Hi,
> 
> If I set 3 containers in a window, they have all the same height.
> Can we set the height for each containers ?

Normally you don't set the width or height of most GTK+ widgets.
You only set the size of things like GtkCList & GtkList widgets
to a reasonable *minimum* size.
You then set the default width and height of the entire window.

Damon