64 for(
unsigned int i = 0; i <
children_.size(); i++) {
69 unitX +=
children_[i]->bounds().GetWidth() +
92 for (
unsigned int i = 0; i <
children_.size(); i++) {
99 int width = maxX +
children_[maxIndex]->bounds().GetWidth() -
102 if (width >
size_.GetWidth()) {
103 size_.SetWidth(width);
106 if (
size_.GetHeight() == 0) {
static const int UNIT_SPACE
Space between units.