C++ GUI Library

class gui::button_base

A button is a labelled box that can be clicked.

label(const char *text)=0

Set the label on the button. The text parameter should be a UTF8 string.