//////////////////////// \brief Set title of window \param name Service name to be used, must be unique ////////////////////////
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected