MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / OnInitDialog

Method OnInitDialog

editor/SoundSourceDialog.cpp:63–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61// CSoundSourceDialog message handlers
62
63BOOL CSoundSourceDialog::OnInitDialog() {
64 CDialog::OnInitDialog();
65
66 m_sound_combo.Init(m_data_ptr->sound_index);
67
68 return TRUE; // return TRUE unless you set the focus to a control
69 // EXCEPTION: OCX Property Pages should return FALSE
70}
71
72void CSoundSourceDialog::OnOK() {
73 if (UpdateData(true)) {

Callers

nothing calls this directly

Calls 1

InitMethod · 0.45

Tested by

no test coverage detected