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

Method OnInitDialog

nsfplug_ui/NSFMemoryDialog.cpp:75–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75BOOL NSFMemoryDialog::OnInitDialog()
76{
77 CDialog::OnInitDialog();
78 HICON hIcon = AfxGetApp()->LoadIcon(IDI_MEMORY);
79 SetIcon(hIcon, TRUE);
80 SetScrollRange(SB_VERT,0,65536/16);
81 return TRUE; // �R���g���[���Ƀt�H�[�J�X��ݒ肵�Ȃ��Ƃ��A�߂�l�� TRUE �ƂȂ�܂�
82 // ��O: OCX �v���p�e�B �y�[�W�̖߂�l�� FALSE �ƂȂ�܂�
83}
84
85void NSFMemoryDialog::OnSize(UINT nType, int cx, int cy)
86{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected