MCPcopy Create free account
hub / github.com/bbbradsmith/nsfplay / KeyHeader

Method KeyHeader

nsfplug_ui/KeyHeader.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12IMPLEMENT_DYNAMIC(KeyHeader, CDialog)
13KeyHeader::KeyHeader(CWnd* pParent /*=NULL*/)
14 : CDialog(KeyHeader::IDD, pParent)
15{
16 softgray_pen.CreatePen(PS_SOLID,1,RGB(212,212,212));
17}
18
19KeyHeader::~KeyHeader()
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected