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

Function ShowFTPWindow

src/PluginInterface.cpp:155–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153/////
154
155void __cdecl ShowFTPWindow() {
156 show = !show;
157 if (isStarted)
158 nppFTP.ShowFTPWindow();
159}
160
161void __cdecl FocusFTPWindow() {
162 show = !show;

Callers

nothing calls this directly

Calls 1

ShowFTPWindowMethod · 0.80

Tested by

no test coverage detected