This is due to the way widget size allocation is handled in GTK.  A widget
asks for a particular amount of space (ie. size_request), and then the
parent will allocate some space for the widget (size_allocate).
Generally, the parent widget will allocate the requested size or larger.

So when you resize the toolbox to be wider than it was to begin with, you
will get more buttons per row, but the wrap box will still have the same
vertical height.  This can't be fixed very easily, without major changes
to the way gtk works.

James.

--
Email: [EMAIL PROTECTED]
WWW:   http://www.daa.com.au/~james/


On 25 Mar 2000, Felix Natter wrote:

> hi,
> 
> in the "wrapbox" (the box containing all the objects), the
> scrollbar is one item too long.
> 
> -- 
> Felix Natter
> 

Reply via email to