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

Method TreeImageList

src/Windows/Treeview.cpp:422–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420///////////////////////////////////////////////////////////////////////////
421
422TreeImageList::TreeImageList(HINSTANCE hInst) :
423 m_hInst(hInst),
424 m_initialized(false),
425 m_treeview(NULL),
426 m_hImageListTreeviewSimple(NULL),
427 m_hImageListTreeviewFancy(NULL),
428 m_hImageListTreeviewCurrent(NULL)
429{
430 Initialize();
431
432 m_useFancy = true;
433 SetFancyIcon(false);
434}
435
436TreeImageList::~TreeImageList() {
437 Deinitialize();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected