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

Method OutputWindow

src/Windows/OutputWindow.cpp:47–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45const int STYLE_MARGINOFFSET = 3;
46
47OutputWindow::OutputWindow() :
48 DockableWindow(OUTWINDOWCLASS),
49 m_winThread(0),
50 m_hContextMenu(NULL),
51 m_hScintilla(NULL),
52 m_maxLines(500),
53 m_hNotify(NULL)
54{
55 m_style = 0;
56 m_exStyle = 0;
57
58 _MainOutput = this;
59}
60
61OutputWindow::~OutputWindow() {
62}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected