Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
657
Window* Manager::getTopWindow()
658
{
659
return static_cast<Window*>(UI_FIRST_WIDGET(children()));
660
}
661
662
Window* Manager::getForegroundWindow()
663
{
Callers
3
handleWindowZOrder
Method · 0.80
move_focus
Function · 0.80
onProcessMessage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected