Re: hbox widgets with different heights



Ignacio Nodal <inodal teleline es> writes: 
> Is there any way to make a widget in a hbox smaller in height than the
> other widgets??
> 

set_usize() isn't working because it only sets the widget size
request, it doesn't force a size.

What you want to do is put the button inside a GtkAlignment, then tune
the GtkAlignment parameters.

Havoc




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