MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / getTopWindow

Method getTopWindow

src/ui/manager.cpp:657–660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

655}
656
657Window* Manager::getTopWindow()
658{
659 return static_cast<Window*>(UI_FIRST_WIDGET(children()));
660}
661
662Window* Manager::getForegroundWindow()
663{

Callers 3

handleWindowZOrderMethod · 0.80
move_focusFunction · 0.80
onProcessMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected