148 widget->getAbsolutePosition(wx, wy);
152 getAbsolutePosition(x, y);
154 setPosition(getX() + (wx + (widget->getWidth() - getWidth()) / 2 - x),
155 getY() + (wy + (widget->getHeight() - getHeight()) / 2 - y));
A text box, meant to be used inside a scroll area.