Home
last modified time | relevance | path

Searched refs:m_pInfoPane (Results 1 – 3 of 3) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/src/
H A Dmain.cpp572 m_pInfoPane(nullptr), in BEGIN_EVENT_TABLE()
895 m_pInfoPane = new InfoPane(this); in SetupGUILogging()
916 s->Add(m_pInfoPane, 1, wxEXPAND); in SetupGUILogging()
1517 m_pInfoPane->SetWindowStyleFlag(m_pInfoPane->GetWindowStyleFlag() | wxAUI_NB_BOTTOM); in LoadWindowState()
1639 m_pInfoPane->LoadTabOrder(layoutMP); in LoadViewLayout()
2335 an = m_pInfoPane; in DoUpdateEditorStyle()
3058 m_pInfoPane->Destroy(); in OnApplicationClose()
3059 m_pInfoPane = nullptr; in OnApplicationClose()
4624 win = m_pInfoPane; in OnToggleBar()
4698 if (m_pInfoPane) in OnFocusLogsAndOthers()
[all …]
H A Dmain.h377 InfoPane* m_pInfoPane; variable
/dports/devel/codeblocks/codeblocks-20.03/
H A DChangeLog4013 - renamed member infoPane to m_pInfoPane variable to match our