+ /**
+ Inform sizer about the first direction that has been decided (by
+ parent item). Returns true if it made use of the informtion (and
+ recalculated min size).
+ */
+ virtual bool InformFirstDirection(int direction, int size, int availableOtherDir);
+
+