Home
last modified time | relevance | path

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

/dports/astro/opencpn/OpenCPN-5.2.4/plugins/dashboard_pi/src/
H A Ddashboard_pi.cpp2494 wxBoxSizer* itemBoxSizer03 = new wxBoxSizer( wxVERTICAL ); in DashboardPreferencesDialog() local
2495 m_pPanelDashboard->SetSizer( itemBoxSizer03 ); in DashboardPreferencesDialog()
2499 itemBoxSizer03->Add( itemStaticBoxSizer02, 0, wxEXPAND | wxALL, border_size ); in DashboardPreferencesDialog()
2554 itemBoxSizer03->Add( itemStaticBoxSizer03, 1, wxEXPAND | wxALL, border_size ); in DashboardPreferencesDialog()
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dpluginmanager.cpp6137 wxFlexGridSizer* itemBoxSizer03 = new wxFlexGridSizer(3,0,0); in BEGIN_EVENT_TABLE() local
6138 itemBoxSizer03->AddGrowableCol(2); in BEGIN_EVENT_TABLE()
6139 itemBoxSizer02->Add(itemBoxSizer03, 0, wxEXPAND); in BEGIN_EVENT_TABLE()
6153 itemBoxSizer03->Add(m_pName, 0, /*wxEXPAND|*/wxALL, 10); in BEGIN_EVENT_TABLE()
6156 itemBoxSizer03->Add(m_pVersion, 0, /*wxEXPAND|*/ wxALL, 10); in BEGIN_EVENT_TABLE()
6164 itemBoxSizer03->Add(m_cbEnable, 1, wxALIGN_RIGHT | wxTOP, 10); in BEGIN_EVENT_TABLE()