Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ DestroyWindow
Method
DestroyWindow
LibLemon/src/gui/window.cpp:354–356 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
352
}
353
354
void WMClient::DestroyWindow() const {
355
Queue(Message(WMDestroyWindow));
356
}
357
358
void WMClient::SetTitle(const std::string& title) const {
359
Queue(Message(WMSetWindowTitle, title));
Callers
nothing calls this directly
Calls
1
Message
Class · 0.50
Tested by
no test coverage detected