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

Method NSFMemoryDialog

nsfplug_ui/NSFMemoryDialog.cpp:18–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17
18NSFMemoryDialog::NSFMemoryDialog(CWnd* pParent /*=NULL*/)
19 : CDialog(NSFMemoryDialog::IDD, pParent)
20{
21 //{{AFX_DATA_INIT(NSFMemoryDialog)
22 //}}AFX_DATA_INIT
23
24 dlgFont.CreateFont(14,0,0,0,0,0,0,0,ANSI_CHARSET,0,0,0,FIXED_PITCH,"Courier New");
25}
26
27NSFMemoryDialog::~NSFMemoryDialog()
28{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected