38 typedef std::vector<int> sizeVector;
39 typedef std::vector<int> posVector;
112 virtual void setSize(
int newWidth,
int newHeight );
122 virtual bool stretchable( YUIDimension dimension )
const;
189 sizeVector & childSize,
190 posVector & childPos );
197 sizeVector & childSize,
198 posVector & childPos );
223 #endif // YLayoutBox_h