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

Method ShowFTPWindow

src/NppFTP.cpp:139–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139int NppFTP::ShowFTPWindow() {
140 bool show = !(m_ftpWindow->IsVisible());
141 m_ftpWindow->Show(show);
142
143 return 0;
144}
145
146int NppFTP::FocusFTPWindow() {
147 bool shown = (m_ftpWindow->IsVisible());

Callers 2

beNotifiedFunction · 0.80
ShowFTPWindowFunction · 0.80

Calls 2

IsVisibleMethod · 0.45
ShowMethod · 0.45

Tested by

no test coverage detected