FabGL
ESP32 Display Controller and Graphics Library

◆ bringAfter()

void fabgl::uiWindow::bringAfter ( uiWindow insertionPoint)

Brings this window after another one.

Parameters
insertionPointThis window will be placed after insertionPoint window. If insertionPoint is nullptr this window will be placed at the first position (location of less visibility.).