MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / SetTitle

Method SetTitle

LibLemon/include/lemon/gui/window.h:91–91  ·  view source on GitHub ↗

//////////////////////// \brief Set title of window \param name Service name to be used, must be unique ////////////////////////

Source from the content-addressed store, hash-verified

89 /// \param name Service name to be used, must be unique
90 /////////////////////////////
91 inline void SetTitle(const std::string& title) const { WMClient::SetTitle(title); }
92
93 /////////////////////////////
94 /// \brief Relocate window

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected