MCPcopy Create free account
hub / github.com/ColorCop/ColorCop / MoveToRight

Method MoveToRight

ColorCop/SystemTray.cpp:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123// CSystemTray icon manipulation
124
125void CSystemTray::MoveToRight() {
126 HideIcon();
127 ShowIcon();
128}
129
130void CSystemTray::RemoveIcon() {
131 if (!m_bEnabled)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected