MCPcopy 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

LoadFileFunction · 0.45
SaveFileAsFunction · 0.45

Calls 1

MessageClass · 0.50

Tested by

no test coverage detected