MCPcopy Create free account
hub / github.com/bruderstein/nppPluginManager / ~StaticDialog

Method ~StaticDialog

NppPlugin/src/StaticDialog.cpp:32–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30#include "StaticDialog.h"
31
32StaticDialog::~StaticDialog()
33{
34 if (isCreated())
35 {
36 // Prevent run_dlgProc from doing anything, since its virtual
37 ::SetWindowLongPtr(_hSelf, GWLP_USERDATA, NULL);
38 destroy();
39 }
40}
41
42void StaticDialog::destroy()
43{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected