Home
last modified time | relevance | path

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

/dports/devel/codeblocks/codeblocks-20.03/src/src/
H A Dmain.cpp89 static wxString gDefaultLayoutData; // this will keep the "hardcoded" default layout variable
642 gDefaultLayoutData = m_LayoutManager.SavePerspective(); // keep the "hardcoded" layout handy in BEGIN_EVENT_TABLE()
644 SaveViewLayout(gDefaultLayout, gDefaultLayoutData, gDefaultMessagePaneLayoutData); in BEGIN_EVENT_TABLE()
4149 m_LayoutViews[gDefaultLayout] = gDefaultLayoutData; in OnViewLayoutDelete()