FabGL
ESP32 Display Controller and Graphics Library

◆ setTitle()

void fabgl::uiFrame::setTitle ( char const *  value)

Sets window title.

Window needs to be repainted in order to display changed title.

Parameters
valueThe window title. nullptr hides the title bar.