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

Method SetLocation

src/Windows/DockableWindow.cpp:162–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162int DockableWindow::SetLocation(int location) {
163 if (m_registered)
164 return -1;
165
166 m_docklocation = location;
167
168 return 0;
169}
170
171int DockableWindow::SetTitle(const TCHAR* title) {
172 if (lstrlen(title) > (m_titleSize-1))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected