Re: scrollable vbox



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]