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

Method FocusFTPWindow

src/NppFTP.cpp:146–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146int NppFTP::FocusFTPWindow() {
147 bool shown = (m_ftpWindow->IsVisible());
148 if (!shown)
149 m_ftpWindow->Show(true);
150 m_ftpWindow->Focus();
151
152 return 0;
153}
154
155
156

Callers 1

FocusFTPWindowFunction · 0.80

Calls 3

IsVisibleMethod · 0.45
ShowMethod · 0.45
FocusMethod · 0.45

Tested by

no test coverage detected