Ignacio Nodal <[EMAIL PROTECTED]> 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

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to