MCPcopy Create free account
hub / github.com/ALTaleX531/OpenGlass / UpdateWindowTitle

Method UpdateWindowTitle

OpenGlassGUI/MainFrame.Core.cpp:212–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 }
211
212 void MainFrame::UpdateWindowTitle()
213 {
214 if (m_isDirty)
215 {
216 SetTitle(L"*" + m_baseTitle);
217 }
218 else
219 {
220 SetTitle(m_baseTitle);
221 }
222 }
223
224 void MainFrame::UpdateStatusBar()
225 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected