C++ GUI Library

class gui::label_base

A label is just static text on a window.

set_text(const char *text)=0

Sets the text for the label. The text parameter is a UTF8 string.