Juce and size hints

Hi Jules,

It would be great to add some support
for hints regarding automatic widget sizing.

Something like minimum size, maximum size and some size policy.
(for example http://doc.trolltech.com/4.5/qsizepolicy.html)

A class containing all those attributes and their validity.

Thanks,

Isn’t that similar to the stuff you can do with a PositionedRectangle?

Looks like, it is

You would just require to put one in juce::Component.

Thanks for the pointer, I missed that one.