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

Method OnSize

nsfplug_ui/KeyDialog.cpp:74–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void KeyDialog::OnSize(UINT nType, int cx, int cy)
75{
76 CDialog::OnSize(nType, cx, cy);
77 if(m_keyheader.m_hWnd)
78 m_keyheader.MoveWindow(0,0,cx,m_keyheader.MinHeight());
79 if(m_keywindow.m_hWnd)
80 m_keywindow.MoveWindow(0,m_keyheader.MinHeight(),cx,cy-m_keyheader.MinHeight());
81}
82
83void KeyDialog::OnTimer(UINT nIDEvent)
84{

Callers

nothing calls this directly

Calls 1

MinHeightMethod · 0.80

Tested by

no test coverage detected