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

Method OnInitDialog

nsfplug_ui/KeyDialog.cpp:63–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63BOOL KeyDialog::OnInitDialog()
64{
65 CDialog::OnInitDialog();
66 m_keywindow.Create(m_keywindow.IDD, this);
67 m_keywindow.ShowWindow(SW_SHOW);
68 m_keyheader.Create(m_keyheader.IDD, this);
69 m_keyheader.ShowWindow(SW_SHOW);
70 return TRUE; // return TRUE unless you set the focus to a control
71 // ��O : OCX �v���p�e�B �y�[�W�͕K�� FALSE ��Ԃ��܂��B
72}
73
74void KeyDialog::OnSize(UINT nType, int cx, int cy)
75{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected