MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / SetIcon

Method SetIcon

src/Windows/DockableWindow.cpp:153–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153int DockableWindow::SetIcon(HICON icon) {
154 if (m_registered)
155 return -1;
156
157 m_icon = icon;
158
159 return 0;
160}
161
162int DockableWindow::SetLocation(int location) {
163 if (m_registered)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected