[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: scrollable vbox
- From: Carlos Pereira <carlos pehoe civil ist utl pt>
- To: gtk-app-devel-list gnome org
- Subject: Re: scrollable vbox
- Date: Mon, 8 Oct 2001 21:51:53 +0100
>The problem is that buttons are stredged in horizontal direction to fill
>all available space.
>If I don't add scrollbars at all buttons are as narrow as possible.
You might want to try something as this:
gtk_widget_set_usize (button, width, height);
or this:
gtk_widget_set_usize (button, width, 0);
Carlos
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]