MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / Show

Method Show

TranslucentTB/tray/trayicon.cpp:157–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157void TrayIcon::Show()
158{
159 m_ShowPreference = true;
160 if (!m_CurrentlyShowing && Notify(NIM_ADD))
161 {
162 Notify(NIM_SETVERSION);
163 m_CurrentlyShowing = true;
164 }
165}
166
167void TrayIcon::Hide()
168{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected