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

Method OnShowWindow

nsfplug_ui/NSFTrackSetupDialog.cpp:64–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void NSFTrackSetupDialog::OnShowWindow(BOOL bShow, UINT nStatus)
65{
66 CDialog::OnShowWindow(bShow, nStatus);
67 CString text;
68 text.Format("%2dHz",m_freq_value);
69 m_freq_text.SetWindowText(text);
70 text.Format("%3dms",m_delay_value);
71 m_delay_text.SetWindowText(text);
72}
73
74void NSFTrackSetupDialog::OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar)
75{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected