void setCaption(const std::string &name, const gcn::Color *color=&Theme::getThemeColor(Theme::TEXT))
Sets the name displayed for the speech bubble, and in what color.
A text box, meant to be used inside a scroll area.
void setTextColor(const gcn::Color *color)
void setTextWrapped(const std::string &text, int minDimension)
Sets the text after wrapping it to the current width of the widget.
int getMinWidth() const
Get the minimum text width for the text box.