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

Method OnSize

nsfplug_ui/NSFTrackDialog.cpp:640–644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

638}
639
640void NSFTrackDialog::OnSize(UINT nType, int cx, int cy)
641{
642 __super::OnSize(nType, cx, cy);
643 LocateDialogItems();
644}
645
646void NSFTrackDialog::OnSizing(UINT fwSide, LPRECT pRect)
647{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected