SPACE
case SPACE: /*TODO: check !!! */
else if ((flags & SPACE) != 0)
case ' ': flags |= SPACE; goto repeat;
BRect rect = BRect(rectString.left, rectString.bottom + SPACE,
rectString.right, rectString.bottom + SPACE + 200);
rectString = BRect(rect.left, rect.bottom + SPACE, rect.right,
rect.bottom + SPACE + 15);
rect = BRect(rectString.left, rectString.bottom + SPACE, rectString.right,