FabGL
ESP32 Display Controller and Graphics Library
|
void fabgl::uiWindow::bringAfter | ( | uiWindow * | insertionPoint | ) |
Brings this window after another one.
insertionPoint | This window will be placed after insertionPoint window. If insertionPoint is nullptr this window will be placed at the first position (location of less visibility.). |