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.
gui::button_base
A button is a labelled box that can be clicked.
Set the label on the button. The text parameter should be a UTF8 string.