Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ SetTitle
Method
SetTitle
LibLemon/src/gui/window.cpp:358–360 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
356
}
357
358
void WMClient::SetTitle(const std::string& title) const {
359
Queue(Message(WMSetWindowTitle, title));
360
}
361
362
void WMClient::Relocate(int x, int y) const {
363
Queue(Message(WMCreateWindow, x, y));
Callers
2
LoadFile
Function · 0.45
SaveFileAs
Function · 0.45
Calls
1
Message
Class · 0.50
Tested by
no test coverage detected