MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / OnInitDialog

Method OnInitDialog

DebugView++/HistoryDlg.cpp:42–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42BOOL CHistoryDlg::OnInitDialog(CWindow /*wndFocus*/, LPARAM /*lInitParam*/)
43{
44 SetDlgItemInt(IDC_HISTORY, m_historySize);
45
46 CButton unlimited(GetDlgItem(IDC_UNLIMITED));
47 unlimited.SetCheck(m_unlimited);
48 UpdateUi();
49
50 CenterWindow(GetParent());
51
52 return TRUE;
53}
54
55void CHistoryDlg::OnUnlimited(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
56{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected