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

Method QueueWindow

src/Windows/QueueWindow.cpp:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22#include <commctrl.h>
23
24QueueWindow::QueueWindow() :
25 Window(NULL, WC_LISTVIEW)
26{
27 m_style = WS_CHILD | LVS_REPORT | LVS_NOSORTHEADER | LVS_SINGLESEL;
28 m_exStyle = WS_EX_CLIENTEDGE;
29}
30
31QueueWindow::~QueueWindow() {
32}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected